Hi,
After running a website for the past couple of years on Enterprise Linux 3.x with apache 1.x, perl and fastcgi we have recently upgraded to ES4 which uses apache 2.x. We are now experiencing 'problems' with fastcgi and apache 2.x thus we are looking for a reasonable alternative.
I have recently installed LiteSpeed on my server (as non-root) and bound it to port :8088. Static content and normal perl/cgi's work fine. I am running into difficulty attempting to get perl/fastcgi working.
I keep getting a very strange MIME type error as follows:
2006-02-08 16:38:37.007 [DEBUG] [*] New connection from 24.154.239.130:1341.
2006-02-08 16:38:37.007 [DEBUG] [*] 1 connections accepted!
2006-02-08 16:38:37.012 [DEBUG] [24.154.239.130:1341-0] HttpIOLink::handleEvents() events=1!
2006-02-08 16:38:37.012 [DEBUG] [24.154.239.130:1341-0] HttpConnection:nReadEx(), state: 0!
2006-02-08 16:38:37.012 [DEBUG] [24.154.239.130:1341-0] readToHeaderBuf().
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0] Read from client: 279
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0] read 279 bytes to header buffer
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0] processHeader() return 0, header state: 3.
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0] readToHeaderBuf() return 0.
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0#LiteSpeed] New request:
Method=[GET], URI=[/helloworld.fpl],
QueryString=[]
Content Length=0
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0#LiteSpeed] Find context with URI: [/], location: [/home/foo/www/]
2006-02-08 16:38:37.013 [ERROR] [24.154.239.130:1341-0#LiteSpeed] MIME type [€¤] for suffix '.fpl' does not allow serving as static file, access denied!
2006-02-08 16:38:37.013 [INFO] [24.154.239.130:1341-0#LiteSpeed] Content len: 0, Request line:
GET /helloworld.fpl?
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0#LiteSpeed] processContextPath() return 24
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0#LiteSpeed] processNewReq() return 24.
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0#LiteSpeed] HttpConnection::sendHttpError(),code=403 Forbidden
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0#LiteSpeed] HttpConnection::flush()!
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0#LiteSpeed] Written to client: 572
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0#LiteSpeed] HttpConnection::nextRequest()!
2006-02-08 16:38:41.923 [DEBUG] [24.154.239.130:1341-1] Keep-alive timeout, close!
Any ideas what the cause could be? I can include my conf files if need be.
Thanks!
After running a website for the past couple of years on Enterprise Linux 3.x with apache 1.x, perl and fastcgi we have recently upgraded to ES4 which uses apache 2.x. We are now experiencing 'problems' with fastcgi and apache 2.x thus we are looking for a reasonable alternative.
I have recently installed LiteSpeed on my server (as non-root) and bound it to port :8088. Static content and normal perl/cgi's work fine. I am running into difficulty attempting to get perl/fastcgi working.
I keep getting a very strange MIME type error as follows:
2006-02-08 16:38:37.007 [DEBUG] [*] New connection from 24.154.239.130:1341.
2006-02-08 16:38:37.007 [DEBUG] [*] 1 connections accepted!
2006-02-08 16:38:37.012 [DEBUG] [24.154.239.130:1341-0] HttpIOLink::handleEvents() events=1!
2006-02-08 16:38:37.012 [DEBUG] [24.154.239.130:1341-0] HttpConnection:nReadEx(), state: 0!
2006-02-08 16:38:37.012 [DEBUG] [24.154.239.130:1341-0] readToHeaderBuf().
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0] Read from client: 279
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0] read 279 bytes to header buffer
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0] processHeader() return 0, header state: 3.
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0] readToHeaderBuf() return 0.
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0#LiteSpeed] New request:
Method=[GET], URI=[/helloworld.fpl],
QueryString=[]
Content Length=0
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0#LiteSpeed] Find context with URI: [/], location: [/home/foo/www/]
2006-02-08 16:38:37.013 [ERROR] [24.154.239.130:1341-0#LiteSpeed] MIME type [€¤] for suffix '.fpl' does not allow serving as static file, access denied!
2006-02-08 16:38:37.013 [INFO] [24.154.239.130:1341-0#LiteSpeed] Content len: 0, Request line:
GET /helloworld.fpl?
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0#LiteSpeed] processContextPath() return 24
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0#LiteSpeed] processNewReq() return 24.
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0#LiteSpeed] HttpConnection::sendHttpError(),code=403 Forbidden
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0#LiteSpeed] HttpConnection::flush()!
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0#LiteSpeed] Written to client: 572
2006-02-08 16:38:37.013 [DEBUG] [24.154.239.130:1341-0#LiteSpeed] HttpConnection::nextRequest()!
2006-02-08 16:38:41.923 [DEBUG] [24.154.239.130:1341-1] Keep-alive timeout, close!
Any ideas what the cause could be? I can include my conf files if need be.
Thanks!