Not sure what happend, but i can't reach my admin page anymore.
This is the error i'm recieving when i'm going to http://192.168.111.1/lmce-admin/index.php:
QuoteThe requested URL /"index.php was not found on this server.
When i check my apache2 logs:
tail -f /var/log/apache2/error.log
Quote[Sun Dec 16 12:04:23 2012] [error] [client 192.168.111.41] script '/var/www/"index.php' not found or unable to stat, referer: http://192.168.111.1/lmce-admin/
[Sun Dec 16 12:04:23 2012] [error] [client 192.168.111.41] script '/var/www/"index.php' not found or unable to stat, referer: http://192.168.111.1/lmce-admin
'm guessing it has something to do with the double quote in front of index.php, but i couldn't find this in index.php...
Other sites on the server are running fine...
Your entire install seems to be borked.
Is this from your external network, or from your internal network?
I am trying it from the inside. Tomorrow i can check it from the inside.
Strange thing is that all other sites (joomla, html) are working fine...
Is it correct that your internal network is the 192.168.111.0?
Correct.
All other things are working great, like home automation, ipt, file sharing.
And apt-get is up to date...
Make sure, whenever you notice a problem, that you tell people what network you are using. One never knows if there is a problem due to your special network.
Sorry, wasn`t aware that the network range is important.
The server was running several weeks/months correctly with this config.
I`ll see if i can find out more tomorrow. Maybe i can add some debugging on apache level...
Found it... :-[
For another application, i needed a web pdf creator. And for this, i need to enable magic-quotes.
So in /etc/php5/apache2/php.ini, i had enabled magic-quotes-runtime.
Not sure why the admin-page of linuxmce can't live with it, but this causes the problem.
I'll see if i can find a reason for this behavoir, but for now, this problem can be 'closed'...
Sorry to bother you.....