Re: Starting Apache the first time and testing

1999-11-30 Thread arni
Setup ur dns correctlyatleast update ur /etc/hosts hth, A On Tue, 30 Nov 1999, Stephen Liu wrote: > Hi all guys, > > Thanks for your advice. > > Now I have Apache web server running confirmed by /var/log/messages but > fail to test it. > > The "index.html" file of the webpage for testi

Re: Starting Apache the first time

1999-11-29 Thread Duncan Hill
On Mon, 29 Nov 1999, Stephen Liu wrote: > /usr/sbin/httpd -f /etc/httpd/conf/httpd.conf (enter) > I only received a command prompt without the "start script" displayed. I > tried using the "ps" command to test if httpd was running The starting and stopping messages are created by the script

RE: Starting Apache the first time

1999-11-29 Thread Marco van Tol
> Hi all guys > > I have the web server installed together with other applications included > with RH6.0. After having the 3 conf files config I started to invoke Apache > with following command in xterm window at root; > > /usr/sbin/httpd -f /etc/httpd/conf/httpd.conf (enter) > > I only receiv

Re: Starting Apache the first time

1999-11-29 Thread Bernhard Rosenkraenzer
On Mon, 29 Nov 1999, Stephen Liu wrote: > /usr/sbin/httpd -f /etc/httpd/conf/httpd.conf (enter) Use /etc/rc.d/init.d/httpd start and watch the log files (/var/log/messages, /etc/httpd/logs/*) for details on errors. > ps -aux | grep It's ps aux, not ps -aux > 2) where shall I keep the index.