Quote:
|
Originally Posted by edge
Hi all,
After reading and doing all the Perfect Setup Fedora Core 4, and the ISPConfig Installation Instructions I can now login to the ISPConfig interface on port 81.
However.. I can not get Apache (httpd) to start anymore..
Looking at the '/var/log/httpd/error.log' it is showing me this:
(13)Permission denied: httpd: could not open error log file /home/www/web1/log/error.log.
Unable to open logs
The directory is there, but the error.log file not!
|
Strange... I suggest that you create the error log manually (and check later for other web sites if the error still occurs...):
Code:
touch /home/www/web1/log/error.log
chmod 644 /home/www/web1/log/error.log
Then chown it:
Code:
chown web1_<admin>:web1 /home/www/web1/log/error.log
and restart Apache afterwards.