How do I restart Apache?
How do I restart Apache?
On RedHat-like operating systems, you may restart the service using the following command line: ~# /etc/init.d/httpd stop ~# /etc/init.d/httpd start Debian/Ubuntu: ~# /etc/init.d/apache2 stop ~# /etc/init.d/apache2 start
View On WordPress















