Hi. I have LAMP on Ubuntu 14.04 and I can’t find httpd.conf, so I can’t configure VirtualHosts. How can I do it?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
It sounds like you have worked with CentOS/RHEL in the past? The Apache configuration files are named differently in Ubuntu. The default VirtualHost is located at
/etc/apache2/sites-enabled/000-default.conf
Check out this tutorial for all the details:It sounds like you have worked with CentOS/RHEL in the past? The Apache configuration files are named differently in Ubuntu. The default VirtualHost is located at
/etc/apache2/sites-enabled/000-default.conf
Check out this tutorial for all the details:It sounds like you have worked with CentOS/RHEL in the past? The Apache configuration files are named differently in Ubuntu. The default VirtualHost is located at
/etc/apache2/sites-enabled/000-default.conf
Check out this tutorial for all the details: