- Set the apache service to start on boot
chkconfig --levels 235 httpd on - Enable name-based virtual hosting on port 80
- Open the httpd configuration file located at/etc/httpd/conf/httpd.conf
- Un-comment the line containing the textNameVirtualHost *:80
- Save the file
- Restart the Apache HTTP Server daemon
service httpd restart
Note: Ignore the "NameVirtualHost *:80 has no VirtualHosts" warning for now.
No comments:
Post a Comment