I have successfully installed "LAMP" and can get to my web server by typing 10.0.2.15. How can I make it so that when I type in my domain name it brings up my web server.
If you want to dig more into the Apache configuration, the section you need to look at is VirtualHost, the config file should be: /etc/httpd/conf/httpd.conf
Comment