[EMAIL PROTECTED] Re: 502 Bad Gateway

2005-09-20 Thread Joost de Heer
RewriteEngine on RewriteRule ^(.*).nsf(.*) http://www.mydomain.com:81$1.nsf$2 [P] After the httpd.conf file is finally configured, I test things out. Going to www.mydomain.com gives me a 502 Bad Gateway message. In the error.log file, I see: [Tue Sep 20 07:00:14 2005] [error] (OS

Re: [EMAIL PROTECTED] Re: 502 Bad Gateway

2005-09-20 Thread Sean McKendall
I can ping that domain on the machine itself and it resolves to the correct IP address. - Original Message - From: Joost de Heer [EMAIL PROTECTED] To: Sean McKendall [EMAIL PROTECTED] Cc: users@httpd.apache.org Sent: Tuesday, September 20, 2005 9:04 AM Subject: [EMAIL PROTECTED] Re: 502

Re: [EMAIL PROTECTED] Re: 502 Bad Gateway

2005-09-20 Thread Krist van Besien
On 9/20/05, Sean McKendall [EMAIL PROTECTED] wrote: I can ping that domain on the machine itself and it resolves to the correct IP address. Try doing a telnet localhost:81 from the webserver itself. Krist -- [EMAIL PROTECTED] Solothurn, Switzerland

Re: [EMAIL PROTECTED] Re: 502 Bad Gateway

2005-09-20 Thread Sean McKendall
: Tuesday, September 20, 2005 10:04 AM Subject: Re: [EMAIL PROTECTED] Re: 502 Bad Gateway On 9/20/05, Sean McKendall [EMAIL PROTECTED] wrote: I can ping that domain on the machine itself and it resolves to the correct IP address. Try doing a telnet localhost:81 from the webserver itself. Krist