check your config file for following directives:
CustomLog
ErrorLog
SSLSessionCache
If they exist they should point to files with correct directory structure and apropriate permissions should be set.
for more details check file which is referneced by ErrorLog directive in your httpd.conf file. In that file you will see more detailed explanation of problem.
Main Topics
Browse All Topics





by: periwinklePosted on 2005-03-31 at 17:13:49ID: 13677257
Chances are, it's trying to open a log file for the SSL transactions, but the permissions on the directory where it is trying to place the log file aren't set properly. Does the ssl.conf file have anything related to logs in it?