Re: [us...@httpd] Running Apache reverse proxy on different https port

2009-01-26 Thread ananth desh
Hello All, Thanks for all your tips , Now when i run on port 2443 instead of 443 i get an error on the browser as below "Description: You have made a request for a secure SSL connection to a forbidden port number" Please let me know whats the reason for this error. Thanks On Thu, Jan 22, 2009

[us...@httpd] Is UDP possible?

2009-01-26 Thread Brian Mearns
Does Apache accept UDP connections, or is it possible to configure it to? Actually, I want to make sure it does NOT use UDP, so I want to make sure that if there's a possibility for it to, I can make sure it doesn't. Thanks, -Brian -- Feel free to contact me using PGP Encryption: Key Id: 0x3AA70

[us...@httpd] Issues with Apache-2.2.10 in chroot and cURL

2009-01-26 Thread hanji
Hello All I'm running into a weird problem related to apache-2.2.10. I'll give a little background on the problem first. Prior to upgrading to 2.2.10, I was using 2.2.9-r1 in conjunction with mod_chroot. After upgrading, I was having startup issues, and determined it was related to mod_chroot con

[us...@httpd] RequestHeader problem

2009-01-26 Thread Raj Jay
Hi, I am using Apache as a reverse proxy. I would like Apache to look at a specific header in incoming requests and use it to add a new header before passing the request to the remote server . To achieve this, I have added the following in my config file: RequestHeader set "Date" "%{HTTP_my-date

[us...@httpd] Reload httpd.conf on Windows

2009-01-26 Thread dbezerra
I would like to know if it is possible to reload the Apache configuration on Windows without restarting the Apache, like we do on UNIX/Linux version. -- View this message in context: http://www.nabble.com/Reload-httpd.conf-on-Windows-tp21673974p21673974.html Sent from the Apache HTTP Server - Us

[us...@httpd] Reverse Proxy and escaped characters in 2.2.8

2009-01-26 Thread Shawn Parr
I'm having an issue with a reverse proxy setup using Apache 2.2.8 on Ubuntu server 8.04.1. Some software is sending out links using escaped characters, specifically %2F for /. When it goes through the proxy those get re- escaped to %252F due to the proxy adding the escape sequence for the