internal server error

2002-09-08 Thread cheng
HI:Currently i using win98 and i install my perl.exe in C:\perl,i have changed the path to C:\perl\bin under httpd(server signature on) but when i test this localhost/asp/printenv.html,the page come out Internal Server Error,but all the html page is fine.Any idea?thanks,have a nice day.

Re: apache + mod_perl -- chunk mode trailer

2002-08-14 Thread Fang Cheng
What is subrequests? It is HTTP POST request, and that invokes some perl CGI script. No matter what CGI script it is invoking, this problem is always there for a 200 response... Fang --- darren chamberlain [EMAIL PROTECTED] wrote: * Fang Cheng [EMAIL PROTECTED] [2002-08-13 23:06]: If you

apache + mod_perl -- chunk mode trailer

2002-08-13 Thread Fang Cheng
I have a problem with the HTTP response in the chunk mode using mod_perl. When apache sends a response in the chunk mode, the mod_perl handler invokes the ap_send_http_header() function in the apache src/main/http_protocol.c file, and the r-chunked flag is set to 1 (by the ap_keep_alive()