Re: [users@httpd] How to create Custom Http Status code

2014-04-07 Thread Sailaja Gadireddy
Thank you..! Could you please suggest the steps to edit custom http status codes in httpd.h and recompiling of apache.? Thanks & Regards, Sailaja. On Fri, Mar 28, 2014 at 4:44 PM, Pete Houston wrote: > The HTTP status codes are defined in httpd.h, so you could just edit > them there and reco

Re: [users@httpd] How to create Custom Http Status code

2014-03-28 Thread Pete Houston
The HTTP status codes are defined in httpd.h, so you could just edit them there and recompile. However, I advise strongly against using custom HTTP status codes for what should hopefully be obvious reasons. Perhaps this is an XY problem? Pete On Fri, Mar 28, 2014 at 04:38:06PM +0530, Sailaja Gadi

[users@httpd] How to create Custom Http Status code

2014-03-28 Thread Sailaja Gadireddy
Hello Team, We have a requirement to use custom Http status codes instead of using default codes. Could you please let us know how we can implement this in apache.? Thanks & Regards, Sailaja.