Also, when I try restarting my apache, it says
sudo /etc/init.d/apache2 restart
* Restarting web server apache2 ...
User: harishvarada; Keyword(s):
Also, when I try restarting my apache, it says
sudo /etc/init.d/apache2 restart
* Restarting web server apache2 ...
Hey volkswagner,
Thank you very much. My apache restart's now and could access my basic php files.
But, I still couldn't access my projects build in Codeigniter (all links say 404 error :-|)...
Hello,
As suggested, I also tried disabling the activated alias using following command:
harish@harish-Ideapad-Z460:~$ sudo a2dismod actions fastcgi alias
[sudo] password for harish:
Module...
Latest Apache error log shows nothing.
Here is my error.log.1 file, hope which has some data:
[Tue Dec 04 10:35:43 2012] [notice] FastCGI: process manager initialized (pid 5821)
PHP Deprecated: ...
I unfortunately installed some apache2 plugins
sudo apt-get install apache2-mpm-worker
sudo apt-get install libapache2-mod-fastcgi php5-fpm php5
sudo a2enmod actions fastcgi alias
From that...