How do I reboot/restart my Server?
When I make changes to the configuration files on my Virtual Server, how
do I reboot/restart the server so the changes are recognized?
Changes to the httpd.conf file will take effect immediately. Changes to
srm.conf, mime.types, etc. do not get reflected to Apache automatically.
To get a change that was not made in the httpd.conf file to take effect do
the following from a telnet prompt:
% restart_apache
Note: If you are installing any third party software that wants you to
restart the web server do the above step.