I installed a LAMP stack onto Ubuntu. It had PHP, MySQL and Apache all bundled in it, along with a lot of other packages. For the first time it worked fine, but started playing up after I re-booted my machine.
I went to http://localhost and it kept saying it couldn't be found. So I re-installed LAMP. Then it would work. Then re-boot and same problem. So I did sudo service apache2 start and get the error:
Right now I'm unsure what to do as I've tried everything I can think of. I really need this and don't want to have to switch back to Windows for what should be such a small thing.
I went to http://localhost and it kept saying it couldn't be found. So I re-installed LAMP. Then it would work. Then re-boot and same problem. So I did sudo service apache2 start and get the error:
Code:
joshua@TheMatrix:~$ sudo service apache2 start
[sudo] password for joshua:
* Starting web server apache2 apache2: Syntax error on line 260 of /etc/apache2/apache2.conf: Could not open configuration file /etc/apache2/conf.d/phpmyadmin.conf: No such file or directory
Action 'start' failed.
The Apache error log may have more information.
Right now I'm unsure what to do as I've tried everything I can think of. I really need this and don't want to have to switch back to Windows for what should be such a small thing.








sorry about that.
