Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I just check the web server conf file and it has the mod_auth disabled...
Offline
Just to make it clear the Images are all grayed out except for open, filter and inspector... But if I click any of them I get 403 Forbissen... Als right of the bat when I get to the page I get the Connection Failed message with the Details of 403 Forbidden
Offline
KyleK,
Thank You very much for all your kind time and help....
I got it fix... It was my cgi modules and php on my lighttpd.conf....
Thanks!
Offline
Sorry, mate. I'm out of ideas. I'm pretty sure the issue is with lighttpd. Post your lighttpd.conf (as an attachment), maybe I can see some problems with it.
Offline
ooo hehehe KyleK I think I beet you to the post... the issue was with my lighttpd.conf as you can see on the post above yours...
Thanks!!!
Offline
Phew! I'm glad we could work this out
Offline
Yea thanks for all the help!!!
Offline
I ran into exactly the same issue as nUll with 403 Forbidden
The answer is as already stated to edit your lighttpd.conf and uncomment the line:
"mod_fastcgi",
as well as 5 lines under "php support":
## php support
## uncomment the following lines and the mod_fastcgi module above
fastcgi.server = ( ".php" => ((
"bin-path" => "/ffp/bin/php-cgi",
"socket" => "/tmp/php-cgi.socket",
"max-procs" => 2
)))
thanks for the help!
Offline