Apache can run several ways:
/etc/services:
http 80/tcp
and add this line to /etc/inetd.conf:
http stream tcp nowait root /usr/sbin/httpd httpd
(substitute for the pathname as appropriate)
inetd running!
If you don't, edit the appropriate rc file to get it to start automatically.
SIGHUP signal to make it reread its config files.
kill -SIGHUP `cat httpd.pid`
net stop apache
net start apache
Services applet in NT's or Win2K's Control Panel.
| Lab | |
|---|---|
|
What Web Servers Do
|
|
| Demo |
|---|
Hand-Simulation of an HTTP Client
|