View Single Post
  #1  
Old 04-19-2009, 05:04 AM
04nunhucks 04nunhucks is offline
Senior Member
 
Join Date: Jan 2008
Posts: 73
Exclamation HTTP 403 for any PHP pages

PHP was fine this morning, until a few seconds ago where are php page gave a HTTP 403 access denied:

Here's the log:

2009-04-19 07:02:05.589 ERROR [config:scripthandler] Can not find handler with type: 10, name: lsphp5.
2009-04-19 07:02:05.589 ERROR [config:scripthandler] Can not find External Application: lsphp5, type: lsapi
2009-04-19 07:02:05.589 ERROR [config:scripthandler] use static file handler for suffix [php]
2009-04-19 07:02:05.589 ERROR [config:scripthandler] Can not find handler with type: 10, name: lsphp5.
2009-04-19 07:02:05.589 ERROR [config:scripthandler] Can not find External Application: lsphp5, type: lsapi
2009-04-19 07:02:05.589 ERROR [config:scripthandler] use static file handler for suffix [php5]
2009-04-19 07:02:16.541 ERROR [78.144.192.95:28721-0#APVH_urvps.com] MIME type [application/x-httpd-php] for suffix '.php' does not allow serving as static file, access denied!
2009-04-19 07:02:16.547 ERROR [78.144.192.95:28722-0#APVH_urvps.com] MIME type [application/x-httpd-php] for suffix '.php' does not allow serving as static file, access denied!
2009-04-19 07:02:18.342 ERROR [78.144.192.95:28721-1#APVH_urvps.com] MIME type [application/x-httpd-php] for suffix '.php' does not allow serving as static file, access denied!
2009-04-19 07:02:26.618 ERROR [78.144.192.95:28721-3#APVH_urvps.com] MIME type [application/x-httpd-php] for suffix '.php' does not allow serving as static file, access denied!

Anyone know what to do? I restarting the server to no avail.
Reply With Quote