[us...@httpd] How to get the module to work with the rewrite condition?

2009-07-16 Thread Chintan Kachhi
I am trying to redirect to my custom error page when a particular url is hit... I am trying to follow as per this link: http://fixunix.com/websphere/373084-use-custom-404-page-when-running-but-application-isstopped.html where one of the relevant responses for me is what Eric had posted: I

Re: [us...@httpd] [OT][Fwd: Undelivered Mail Returned to Sender]

2009-07-13 Thread Chintan Kachhi
I am getting the same message about Mail Delivery System By the way did anyone have any workaround for the last question I posted before this 'Mail Delivery System' messages started popping up: I repeat what I said in the last post: Does that mean there is no way to do this? Maybe using

Re: [us...@httpd] Re: How to see/use the response when the apache server is down.

2009-07-10 Thread Chintan Kachhi
Thanks for the response... I looked through my httpd.conf file and found that the WebSpherePluginConfig was pointing to the wrong plugin directory ( the person who had originally installed WAS had forgotten to update the file to point it to the right directory). I regenerated and propagated the

Re: [us...@httpd] Re: How to see/use the response when the apache server is down.

2009-07-10 Thread Chintan Kachhi
Does that mean there is no way to do this? Maybe using rewrite module which looks for the response and redirects it to a custom error page based on the response? I think I came across a post where you mentioned something about using modules look ahead feature. Is that possible? On Fri, Jul 10,

Re: [us...@httpd] Re: How to see/use the response when the apache server is down.

2009-07-09 Thread Chintan Kachhi
Ok.. here's the thing: I am having a issue, where the following happens: I am using IBM http server as my front end server, and WebSphere as my application server. I am trying to configure httpserver config file (httpd.conf) to display a certain page when my application server is down - but that

Re: [us...@httpd] Re: How to see/use the response when the apache server is down.

2009-07-09 Thread Chintan Kachhi
the port plugin-cfg.xml to something not listening, I am not sure how to do that. Do you change something in the plugin.xml file, or within the Websphere admin console? On Thu, Jul 9, 2009 at 11:27 AM, Dan Poirier poir...@pobox.com wrote: Chintan Kachhi chintankac...@gmail.com writes: I am

[us...@httpd] How to see/use the response when the apache server is down.

2009-07-06 Thread Chintan Kachhi
I have installed apache http server version 2.2 on my local machine. I am trying to write an apache rewrite module for the case when the apache server is down. When the server is down, I need to redirect to a custom error page. Does anyone know how can I apply this condition. So for starters, how

Re: [us...@httpd] Re: How to see/use the response when the apache server is down.

2009-07-06 Thread Chintan Kachhi
; there is no way to reply I'm dead, sorry from a single instance of Apache. hugh Chintan Kachhi wrote: I have installed apache http server version 2.2 on my local machine. I am trying to write an apache rewrite module for the case when the apache server is down. When the server is down, I need

Re: [us...@httpd] Re: How to see/use the response when the apache server is down.

2009-07-06 Thread Chintan Kachhi
on the response as above) to a custom error page. All the person would then have to do is to load the module, which would have the rewrite engine turned on.. and boom, it would work. On Mon, Jul 6, 2009 at 4:14 PM, André Warnier a...@ice-sa.com wrote: Chintan Kachhi wrote: Thanks for the replies

[us...@httpd] Problem getting the sample perl script to run on the apache http server

2009-07-01 Thread Chintan Kachhi
Hello, I just installed apache http server version 2.2 on my local machine. I copied a sample hello world perl script under the cgi-bin directory of the Apache installation folder and named it first.pl. When I put http://hostnamein the web browser url, it shows that the server is installed, since

Re: [us...@httpd] Problem getting the sample perl script to run on the apache http server

2009-07-01 Thread Chintan Kachhi
Oops, I just realized that I had not changed the path in the perl file to reflect the path to where my perl.exe was located. I changed it to #!c:/Perl/bin/perl.exe and now it works. Thanks. On Wed, Jul 1, 2009 at 1:57 PM, André Warnier a...@ice-sa.com wrote: Chintan Kachhi wrote: Hello, I