Hello,
I have changed the IP of my panel RC2, this mounted on a virtual machine, works all good but when beginning apache gives to Unable to open logs, some suggestion of so that east problem takes place
Thanks
Hi
well, and now?
please write either the whole error-message or better: read it and try to understand what it's saying...
A common problem is, when you delete the customers directory but not the entry in the apache config - so apache is missing the folder for the log files...
/J
Hello ... I'm working in the same trouble that Kurgans
Directory /var/log/apache2/users/ exist...
When I delete ispcp.conf from /etc/apache2/sites-enabled, apache runs ok.
Trying to start apache with the file /etc/apache2/sites-enabled/ispcp.conf makes exit apache2 with the error "Unable to open logs"
All we've done is to move a VMware virtual machine from a host to another one, changing the IP in the ispcp table and the apache/bind config files. All seems to be ok.
Files in /var/log/apache2/users are:
...
-rw-r--r-- 1 root adm 0 2007-12-05 20:49
http://www.torre-real.es-access.log
-rw-r--r-- 1 root adm 0 2007-12-05 20:49
http://www.torre-real.es-error.log
-rw-r--r-- 1 root adm 0 2007-10-12 21:39
http://www.webmail-access.log
-rw-r--r-- 1 root adm 0 2007-10-12 21:39
http://www.webmail-error.log
...
Any suggestion ?
it's important that you find out which logs are meant.
You could do a
Code:
grep -r Log /etc/apache2/
and check all file paths that are listed...
Then, maybe an "apache2 -S" gives more information...
/J