Thanks for the reply. I did the first section:
Code:
# ps 9802
PID TTY STAT TIME COMMAND
# cat /opt/zimbra/log/httpd.pid
9802
# cat /opt/zimbra/log/httpd_error.log
[Fri Dec 22 14:39:42 2006] [warn] pid file /opt/zimbra/log/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Dec 22 14:39:42 2006] [error] (13)Permission denied: could not create /opt/zimbra/log/httpd.pid
[Fri Dec 22 14:39:42 2006] [error] httpd: could not log pid to file /opt/zimbra/log/httpd.pid
[Tue Jan 02 09:16:51 2007] [warn] pid file /opt/zimbra/log/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Jan 02 09:16:51 2007] [error] (13)Permission denied: could not create /opt/zimbra/log/httpd.pid
[Tue Jan 02 09:16:51 2007] [error] httpd: could not log pid to file /opt/zimbra/log/httpd.pid
And then rm'ed the httpd.pid and then:
Code:
$ sh -x zmspellctl start
+ BASE=/opt/zimbra
+ SCRIPTS=zmapachectl
+ case "$1" in
+ for i in '$SCRIPTS'
+ /opt/zimbra/bin/zmapachectl start
Now everything works! Thank you!! What was the issue?