LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem accessing localhost mysql in Ubuntu 11.10 Apache Locally (https://www.linuxquestions.org/questions/linux-newbie-8/problem-accessing-localhost-mysql-in-ubuntu-11-10-apache-locally-912651/)

thrash44 11-09-2011 10:23 AM

Problem accessing localhost mysql in Ubuntu 11.10 Apache Locally
 
apache2: Syntax error on line 230 of /etc/apache2/apache2.conf: Could not open configuration file /etc/apache2/sites-enabled/ubuntu-tutorials.com: No such file or directory

bathory 11-09-2011 11:29 AM

Quote:

Could not open configuration file /etc/apache2/sites-enabled/ubuntu-tutorials.com: No such file or directory
The above is self explanatory: you miss that file or the symlink to it. I guess you're trying to configure a vhost in apache.
To enable apache virtual hosts, you should run a2ensite. Take a look here for details

Regards


All times are GMT -5. The time now is 02:19 PM.