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
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
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
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
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