cvs: SVNROOT / httpd.conf
[email protected] ("Gwynne Raskind")
| Newsgroups | svn.migration |
|---|---|
| Message-ID | <cvsgwynne1228453057@cvsserver> |
gwynne Fri Dec 5 04:57:37 2008 UTC
Added files:
/SVNROOT httpd.conf
Log:
httpd.conf can be static now
http://cvs.php.net/viewvc.cgi/SVNROOT/httpd.conf?view=markup&rev=1.1
Index: SVNROOT/httpd.conf
+++ SVNROOT/httpd.conf
<VirtualHost *:80>
ServerName svn.php.net
CustomLog "|/local/bin/rotatelogs /home/svn/logs/svn-svn_log.%Y%m%d 86400" "%t %u %{SVN-ACTION}e" env=SVN-ACTION
CustomLog "|/local/bin/rotatelogs /home/svn/logs/svn-access_log.%Y%m%d 86400" combined
ErrorLog "|/local/bin/rotatelogs /home/svn/logs/svn-error_log.%Y%m%d 86400"
<Location "/">
DAV svn
SVNPath "/home/svn/repository"
AuthzSVNAccessFile "/home/svn/SVNROOT/authz.db"
Satisfy All
Require valid-user
AuthType Digest
AuthName "PHP Subversion Repositories"
AuthUserFile "/home/svn/SVNROOT/users.db"
AuthDigestDomain "/"
</Location>
</VirtualHost>