Tag Archives: httpd

Setting up Apache HTTP Server on CentOS

Setting up HTTPD on CentOS By default the Apache web server is installed on CentOS but even if it is not, you can install it using the following command: to start the service, type the following entry: if you want to be able to access your pages externally, you need to open port 80 on the firewall. Open up the iptables file: and add the following line to the end …

Posted in Linux | Tagged , , , | Leave a comment