Lighttpd getting 403 forbidden page
Posted
by Ramesh
on Server Fault
See other posts from Server Fault
or by Ramesh
Published on 2010-04-16T06:04:59Z
Indexed on
2010/04/16
6:14 UTC
Read the original article
Hit count: 676
i have newly installed lighttpd in ubuntu 9.10 first it showed the detault page and i changed the permission of /var/www/ directory to 777 and now its saying 404 forbidden
my php-cgi -v
PHP 5.2.10-2ubuntu6.4 with Suhosin-Patch 0.9.7 (cgi-fcgi) (built: Jan 6 2010 22:34:28) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
php -v PHP 5.2.10-2ubuntu6.4 with Suhosin-Patch 0.9.7 (cli) (built: J 6) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
and i have added these line in lighttpd.conf file fastcgi.server = ( ".php" => (( "bin-path" => "/usr/bin/php-cgi", "socket" => "/tmp/php.socket" ))) still getting same error....
© Server Fault or respective owner