[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 don'

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 rewr

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

2009-07-10 Thread Chintan Kachhi
, 2009 at 11:46 AM, Eric Covener wrote: > On Fri, Jul 10, 2009 at 12:39 PM, Chintan Kachhi > wrote: > > Thanks for the response... I looked through my httpd.conf file and found > > that the WebSpherePluginConfig was pointing to the wrong plugin directory > ( > > th

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

2009-07-10 Thread Chintan Kachhi
have taken down, it shows the above message instead of my custom error page. Not sure why it does this. On Thu, Jul 9, 2009 at 3:54 PM, Eric Covener wrote: > On Thu, Jul 9, 2009 at 3:48 PM, Chintan Kachhi > wrote: > > [To Dan Poirier] I need to go to Websphere to hit the serv

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

2009-07-09 Thread Chintan Kachhi
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 wrote: > Chintan Kachhi writes: > > > I am having a issue, where t

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

2009-07-09 Thread Chintan Kachhi
unicated to the http server which should then be able to show the custom error message. I am not sure why that is not happening? On Mon, Jul 6, 2009 at 9:11 PM, Eric Covener wrote: > On Mon, Jul 6, 2009 at 6:05 PM, Chintan Kachhi > wrote: > > All the person would > > then have t

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

2009-07-06 Thread Chintan Kachhi
ed 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 wrote: > Chintan Kachhi wrote: > >> Thanks for the r

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

2009-07-06 Thread Chintan Kachhi
site visible, but they are all > more complicated; 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

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

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 wrote: > Chintan Kachhi wrote: > >> Hell

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