Sunday, May 26, 2013

BUG LOCALHOST

apt-get purge libapache2-mod-php5 php5 && \
    apt-get install libapache2-mod-php5 php5
 
I justed removed the file again using 'rm -f 
conf.d'. It was gone. Then run  sudo apt-get autoremove 
libapache2-mod-php5 php5 /  sudo apt-get install libapache2-mod-php5 
php5. 
Same situation: conf.d is a broken symlink, php.ini is missing. Apache 
is running, but php is not working at all (downloading php-files) 
 
 
sudo service apache2 restart|stop|start  

No comments:

Post a Comment