Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Restart httpd after changes in the httpd.conf

Do I need to restart httpd after changes in the httpd.conf file for changes to take effect?

like image 838
X10nD Avatar asked Oct 31 '10 10:10

X10nD


People also ask

Do I need to restart Apache after changing httpd conf?

Yes. HTTPD. conf is read on apache start-up, so for any changes to take affect you need to restart it.

How restart httpd process?

How do I restart httpd service? You can use the service or systemctl command to restart httpd server. Another option is use /etc/init. d/httpd service script.


1 Answers

Yes. HTTPD.conf is read on apache start-up, so for any changes to take affect you need to restart it.

like image 145
Codemwnci Avatar answered Sep 25 '22 23:09

Codemwnci