On Wed, Oct 13, 2010 at 9:12 AM, Didar Hossain <[email protected]> wrote: > Package: lighttpd > Version: 1.4.28-1 > Severity: normal > File: /etc/lighttpd/conf-available/15-fastcgi-php.conf > > > In squeeze, while getting RoundCube to work under lighttpd, I enabled > fastcgi-php > with lighty-enable-mod. However, I could not get it to work and instead > received > HTTP 403 (Forbidden) errors. > > After, going off on a totally different tangent, I finally noticed that the > 15-fastcgi-php file was missing a line present in other such files - > "server.modules" directive. > > Adding the following fixes the issue - > > server.modules += ( "mod_fastcgi" )
You should enable both fastcgi and fastcgi-php, as modules can't be loaded twice the modules line can't be copied to the other file. Olaf -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

