Do I have to re-start the apache server and how do I do that in Linux
Yes, you'll have to restart the Apache server after any changes to httpd.conf. You have 2 options:
- Restarting the entire machine, which is more complete and should be done if you're having problems with the server, etc..
- Restarting just the Apache service. To do this, you usually run
/etc/init.d/apache2 restart with root privalges on the command line. You can also replace restart with start if Apache isn't already running, and stop to completely halt the service.
Hope this helps
Reputation Points: 2240
Solved Threads: 338
Vampirical Lurker
Offline 5,055 posts
since Apr 2006