Warning: Undefined variable $html in /usr/share/nginx/html/lib/plugins/tabinclude/helper.php on line 240

Warning: Cannot modify header information - headers already sent by (output started at /usr/share/nginx/html/lib/plugins/tabinclude/helper.php:240) in /usr/share/nginx/html/inc/Action/Export.php on line 106

Warning: Cannot modify header information - headers already sent by (output started at /usr/share/nginx/html/lib/plugins/tabinclude/helper.php:240) in /usr/share/nginx/html/inc/Action/Export.php on line 106
install_apache

Installing Apache

Installing (all distributions)

yum install httpd

Starting apache


CentOS/RHL 5+6

service httpd start

CentOS/RHL7

systemctl start httpd

Start Apache from boot


CentOS/RHL 5+6

chkconfig httpd on

CentOS/RHL7

systemctl enable httpd