Re: [EMAIL PROTECTED] Forcing a HTTP status code

2005-09-02 Thread Sean Conner
It was thus said that the Great steve once stated: > > When performing maintenance on a server, I'd like to show a message > but not have it cached by a proxy or indexed by a search engine. The > best way I can see is to set a status code of 503 -- but there is no > way to do it within an apache h

Re: [EMAIL PROTECTED] Forcing a HTTP status code

2005-09-02 Thread André Malo
* steve wrote: > When performing maintenance on a server, I'd like to show a message > but not have it cached by a proxy or indexed by a search engine. The > best way I can see is to set a status code of 503 -- but there is no > way to do it within an apache http.conf file. Any advice? The basic

[EMAIL PROTECTED] Forcing a HTTP status code

2005-09-02 Thread steve
When performing maintenance on a server, I'd like to show a message but not have it cached by a proxy or indexed by a search engine. The best way I can see is to set a status code of 503 -- but there is no way to do it within an apache http.conf file. Any advice? --