I know this problem is probably caused by my compiling several different
versions of httpd, but I would like to start up one of my httpd
executables withoput recompiling it. I cured the 'could not open
document config file' problem by adding '-f /etc/httpd/conf/httpd.conf'
to the command line, but now I get:
[Wed Nov 10 14:34:36 1999] [warn] pid file /var/run/httpd.pid
overwritten -- Unclean shutdown of previous Apache run?
open: No such file or directory
Cannot open lock file: /usr/logs/httpd.lock.10064
Is there a command line option I can use to stop it looking for a lock
file? Where should a lock file be anyway (/usr/logs doesn't exist on my
system)?
thanks,
- Kev