Re: [users@httpd] How to set the http response code for an error message

2012-04-09 Thread Jeff Trawick
the desired text. > > Thanks, > Evgeny > > -Original Message- > From: Eric Covener [mailto:cove...@gmail.com] > Sent: Monday, April 09, 2012 4:12 PM > To: users@httpd.apache.org > Subject: Re: [users@httpd] How to set the http response code for an error > mess

RE: [users@httpd] How to set the http response code for an error message

2012-04-09 Thread Evgeny Shvidky
". Thanks, Evgeny -Original Message- From: Eric Covener [mailto:cove...@gmail.com] Sent: Monday, April 09, 2012 4:12 PM To: users@httpd.apache.org Subject: Re: [users@httpd] How to set the http response code for an error message On Mon, Apr 9, 2012 at 8:12 AM, Evgeny Shvidky wrote: > I h

Re: [users@httpd] How to set the http response code for an error message

2012-04-09 Thread Eric Covener
On Mon, Apr 9, 2012 at 8:12 AM, Evgeny Shvidky wrote: > I have a custom error message that I set into the request by "ap_rputs" > function. set r->status to the status code and continue to return OK. - To unsubscribe, e-mail: us

[users@httpd] How to set the http response code for an error message

2012-04-09 Thread Evgeny Shvidky
Hi, I have a custom error message that I set into the request by "ap_rputs" function. Stillthe page returns http 200. How do I set it to a specific error code? Thanks, Evgeny