OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 30-May-2007 11:52:52
Branch: HEAD Handle: 2007053010525200
Modified files:
openpkg-src/apache2 apache2.conf
Log:
fix paths
Summary:
Revision Changes Path
1.3 +10 -10 openpkg-src/apache2/apache2.conf
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache2/apache2.conf
============================================================================
$ cvs diff -u -r1.2 -r1.3 apache2.conf
--- openpkg-src/apache2/apache2.conf 30 May 2007 09:09:40 -0000 1.2
+++ openpkg-src/apache2/apache2.conf 30 May 2007 09:52:52 -0000 1.3
@@ -1,9 +1,9 @@
##
-## apache.conf -- Apache Custom Configuration
+## apache2.conf -- Apache Custom Configuration
##
# include Apache default/base configuration
-Include "@l_prefix@/etc/apache/apache.base"
+Include "@l_prefix@/etc/apache2/apache2.base"
Listen 127.0.0.1:80
NameVirtualHost 127.0.0.1:80
@@ -18,8 +18,8 @@
ServerAdmin [EMAIL PROTECTED]@l_domainname@
ServerSignature on
- DocumentRoot @l_prefix@/share/apache/htdocs
- <Directory @l_prefix@/share/apache/htdocs>
+ DocumentRoot @l_prefix@/share/apache2/htdocs
+ <Directory @l_prefix@/share/apache2/htdocs>
Options Indexes FollowSymLinks MultiViews
AllowOverride none
Order allow,deny
@@ -42,8 +42,8 @@
ServerAdmin [EMAIL PROTECTED]@l_domainname@
ServerSignature on
- DocumentRoot @l_prefix@/share/apache/htdocs
- <Directory @l_prefix@/share/apache/htdocs>
+ DocumentRoot @l_prefix@/share/apache2/htdocs
+ <Directory @l_prefix@/share/apache2/htdocs>
Options Indexes FollowSymLinks MultiViews
AllowOverride none
Order allow,deny
@@ -59,10 +59,10 @@
</Directory>
SSLEngine on
- SSLCertificateFile @l_prefix@/etc/apache/ssl.crt/snakeoil-rsa.crt
- SSLCertificateKeyFile @l_prefix@/etc/apache/ssl.key/snakeoil-rsa.key
- SSLCertificateFile @l_prefix@/etc/apache/ssl.crt/snakeoil-dsa.crt
- SSLCertificateKeyFile @l_prefix@/etc/apache/ssl.key/snakeoil-dsa.key
+ SSLCertificateFile @l_prefix@/etc/apache2/ssl.crt/snakeoil-rsa.crt
+ SSLCertificateKeyFile @l_prefix@/etc/apache2/ssl.key/snakeoil-rsa.key
+ SSLCertificateFile @l_prefix@/etc/apache2/ssl.crt/snakeoil-dsa.crt
+ SSLCertificateKeyFile @l_prefix@/etc/apache2/ssl.key/snakeoil-dsa.key
</VirtualHost>
</IfModule>
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]