RE: ErrorDocument problem

2000-09-07 Thread BeerBong
> From: Joshua Chamas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 07, 2000 2:14 PM > To: BeerBong > Cc: ModPerl > Subject: Re: ErrorDocument problem > > > I'm curious to know whether there's anything in your > error_log if Debug is set to -2 for Ap

Re: ErrorDocument problem

2000-09-07 Thread Joshua Chamas
I'm curious to know whether there's anything in your error_log if Debug is set to -2 for Apache::ASP, to see if Apache::ASP is handling the .asp request and not returning the right error code. It should return the 404 just fine though and the ErrorDocument should pick it up from there. --Joshu

RE: ErrorDocument problem

2000-09-06 Thread BeerBong
> -Original Message- > From: BeerBong [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, September 06, 2000 5:37 PM > To: Nouguier > Subject: RE: ErrorDocument problem > > > Nope, I tried to copy error.cgi to er

Re: ErrorDocument problem

2000-09-06 Thread Nouguier
BeerBong wrote: > Hello all! > > I have a two apache server model (front-end - simple, back-end - power) > > I want return custom page on 404 status. > .asp, .pl files are passed to back-end via mod_rewrite on simple Apache (I'm > using Apache::ASP). > > When I trying to access > 1. /not_existing

ErrorDocument problem

2000-09-06 Thread BeerBong
Hello all! I have a two apache server model (front-end - simple, back-end - power) I want return custom page on 404 status. .asp, .pl files are passed to back-end via mod_rewrite on simple Apache (I'm using Apache::ASP). When I trying to access 1. /not_existing_file - works cgi script on simple