/var/logs/ssl_scache

oskarlie

Verified User
Joined
Jun 7, 2007
Messages
10
Hi.
This is not a help request, simply a.. err.. question? :)

Wouldn't it be a bit cleaner having the log directory set to the wonderful /var /log by default ? The /var/logs dir is being created exclusively for this log, atleast on debian.

custombuild/configure/ap2/conf/extra/httpd-ssl.conf:#SSLSessionCache dbm:/var/logs/ssl_scache
custombuild/configure/ap2/conf/extra/httpd-ssl.conf:CustomLog /var/logs/ssl_request_log \
custombuild/configure/ap2/conf/extra/httpd-mpm.conf:LockFile /var/logs/accept.lock
custombuild/configure/ap1/conf/extra/httpd-ssl.conf:#SSLSessionCache dbm:/var/logs/ssl_scache
custombuild/configure/ap1/conf/extra/httpd-ssl.conf:CustomLog /var/logs/ssl_request_log \
 
Hello,

Thanks, I've changed /var/logs to be /var/log/httpd.
Note that I didn't change the line which is commented out (starts with the # character) since it's ignored.

John
 
Back
Top