On Wed, Nov 05, 2003 at 01:25:31PM +0000, Adam Griffiths wrote: > I can not start httpd myself because I do not have root access to my sever > and using the login I do have the httpd will not start ....
I here can start apache as non-root # find apache $ locate apache|grep bin # clone existing configuration $ cp /etc/apache/httpd.conf /tmp/ $ emacs -nw /tmp/httpd.conf # get rid of references to /var/.... where you do not have write access # change port 80 -> 8000 # start it $ strace /usr/sbin/apache -X -f /tmp/httpd.conf \rho --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
