Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to Configure Apache Server

Add caption
Apache Server can be configured easily in Linux systems. Apache servers could be very useful to run the Perl programs as CGI and also more important for all PHP programs.
Please find the steps to follow for the configuration of Apache servers


·        Ensure Httpd deamon is installed in the system
·        Configure the httpd.conf file 
o   Need to ensure server name and the location of Document Directory is configured properly.
·        Restart the Httpd Server with the following command
·        service httpd restart
·        Ensure the httpd server is running with the following command
·        service httpd status
·        Login to browser and type the following command
·        http://localhost
if we don't have any index.php or index.html in document directory then Apache testing page will be displayed










This post first appeared on All About Linux, please read the originial post: here

Share the post

How to Configure Apache Server

×

Subscribe to All About Linux

Get updates delivered right to your inbox!

Thank you for your subscription

×