11 October 2015

How to start & stop Apache httpd 2.4.* Web Server on linux


  • You can start & stop apache httpd version 2.4.* web server on linux using two simple linux command given bellow.
  • Step 1: Start Apache Command :
[root@webservr]#
apachectl start
  • Step 2: Stop Apache Command
[root@webservr]#
 apachectl stop
  • Step3: Its Done.
Apache HTTP Server 2.4 Reference Manual 3/3 (Volume 3)

Featured Post

How to Write PHP code and HTML code within a same file

A PHP file can have both PHP code and HTML code together. Any HTML code written outside of PHP <?php //php code here… ?> Code is ig...

Popular Posts