2012-03-18, 21:29:53
Hello marrco, thanks for posting that pesky configuration!
There is , however, a slight problem with it: it does not serve the javascripts for the admin section.
I get an "access denied" message ...
What I did was to copy the exact config file as you posted it, modify the server name and also replace the line
with
since I use php 5 fmp modules.
Would you have an idea of what's wrong here?
Thanks in advance!
There is , however, a slight problem with it: it does not serve the javascripts for the admin section.
I get an "access denied" message ...
What I did was to copy the exact config file as you posted it, modify the server name and also replace the line
Code:
fastcgi_pass unix:/var/run/www/php.sock;
Code:
fastcgi_pass 127.0.0.1:9000;
Would you have an idea of what's wrong here?
Thanks in advance!