SOURCES: apache-mod_log_config.conf, apache-mod_ssl.conf - use log...
glen
glen at pld-linux.org
Mon Dec 19 16:12:02 CET 2005
Author: glen Date: Mon Dec 19 15:12:02 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- use logs/ symlink for log dirs
---- Files affected:
SOURCES:
apache-mod_log_config.conf (1.1 -> 1.2) , apache-mod_ssl.conf (1.10 -> 1.11)
---- Diffs:
================================================================
Index: SOURCES/apache-mod_log_config.conf
diff -u SOURCES/apache-mod_log_config.conf:1.1 SOURCES/apache-mod_log_config.conf:1.2
--- SOURCES/apache-mod_log_config.conf:1.1 Sun Dec 18 20:31:58 2005
+++ SOURCES/apache-mod_log_config.conf Mon Dec 19 16:11:57 2005
@@ -21,12 +21,11 @@
# define per-<VirtualHost> access logfiles, transactions will be
# logged therein and *not* in this file.
#
- CustomLog /var/log/httpd/access_log common
+ CustomLog logs/access_log common
#
# If you prefer a logfile with access, agent, and referer information
# (Combined Logfile Format) you can use the following directive.
#
- #CustomLog /var/log/httpd/access_log combined
+ #CustomLog logs/access_log combined
</IfModule>
-
================================================================
Index: SOURCES/apache-mod_ssl.conf
diff -u SOURCES/apache-mod_ssl.conf:1.10 SOURCES/apache-mod_ssl.conf:1.11
--- SOURCES/apache-mod_ssl.conf:1.10 Wed Dec 14 23:09:09 2005
+++ SOURCES/apache-mod_ssl.conf Mon Dec 19 16:11:57 2005
@@ -75,8 +75,8 @@
DocumentRoot "/home/services/httpd/html"
ServerName www.example.com:443
ServerAdmin you at example.com
-ErrorLog /var/log/httpd/error_log
-TransferLog /var/log/httpd/access_log
+ErrorLog logs/error_log
+TransferLog logs/access_log
# SSL Engine Switch:
# Enable/Disable SSL for this virtual host.
@@ -223,7 +223,7 @@
# Per-Server Logging:
# The home of a custom SSL log file. Use this when you want a
# compact non-error SSL logfile on a virtual host basis.
-CustomLog /var/log/httpd/ssl_request_log \
+CustomLog logs/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/apache-mod_log_config.conf?r1=1.1&r2=1.2&f=u
http://cvs.pld-linux.org/SOURCES/apache-mod_ssl.conf?r1=1.10&r2=1.11&f=u
More information about the pld-cvs-commit
mailing list