June 21, 2018 in Tips and Tricks
Starting and Stopping httpd
Starting and Stopping httpd After installing the httpd package, review the Apache HTTP Server’s documentation available online at http://httpd.apache.org/docs/2.2/. The httpd RPM installs the /etc/init.d/httpd script, which can be accessed using the /sbin/servicecommand. Starting httpd using the apachectl control script sets the environmental variables in /etc/sysconfig/httpdand starts httpd. You can also set the environment variables using the init script. To start the server using the apachectl control script as root type: apachectl […]










