[EMAIL PROTECTED] CGI without displaying script in URI

2008-05-04 Thread Justin Jereza
Hello. How can I configure Apache to make a CGI script respond to all requests to / or any other arbitrary location and all locations under that without showing the name of script in the URI? The best I can do is http://foo.com/gateway.cgi/bar, I'm trying to configure it so that I'll only need to

[EMAIL PROTECTED] How to stop httpd in single process mode on Linux

2008-05-04 Thread zengwm
Hi, On Fedora 8, I start apache in single process mode using this command: httpd -X And it won't stop! Sending it SIGKILL will kill the process. But it does not respond to SIGTERM or SIGINT. Is there a way to shut it down but not to kill it? I start httpd in this way because I'm debugging it, I

[EMAIL PROTECTED] problem with rewrite module

2008-05-04 Thread Nishantha Pradeep
Hi all I have a server named as nishantha-lsf and it http-polling is running on port 5280. I can directly access the http-polling service with the URL http://localhost:5280/http-poll. But I want to access it without specifying the port number such as http://localhost/http-poll. So I used write m

Re: [EMAIL PROTECTED] Strange http 500 error when sending POST to a perl cgi script

2008-05-04 Thread Vinci
Hi all, I found this is a bug... https://issues.apache.org/bugzilla/show_bug.cgi?id=44782 But I still want to ask: Any better solution? Thank you, Vinci Vinci wrote: > > Hi all, > > While I am testing with the web server, I got strange 500 message > everytime I am trying to send a POST requ

[EMAIL PROTECTED] Strange http 500 error when sending POST to a perl cgi script

2008-05-04 Thread Vinci
Hi all, While I am testing with the web server, I got strange 500 message everytime I am trying to send a POST request to the script. (104)Connection reset by peer: ap_content_length_filter: apr_bucket_read() failed, referer: The error exist even the request is came from local host. But the