install_apache
Warning: Undefined variable $html in /usr/share/nginx/html/lib/plugins/tabinclude/helper.php on line 240
Installing Apache
- CentOS
- Ubuntu
install_apache.txt · Last modified: 2024/05/23 07:26 by 127.0.0.1
Installing Apache
yum install httpd
service httpd start
systemctl start httpd
chkconfig httpd on
systemctl enable httpd