Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-07 Thread Paul Heath
discovered it was that i should have been running php5apache2_2.dll not php5apache2.dll.many thanks On 4/6/08, Eric Covener [EMAIL PROTECTED] wrote: On Sat, Apr 5, 2008 at 8:54 PM, [EMAIL PROTECTED] wrote: Hi, folks: The above configuration did not work, I get 403 error by visiting

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-07 Thread lihao0129
Hi, Eric: Thank you very much for your response. I've set RewriteLogLevel 4 RewriteLog /var/log/www/rewrite.log and found that Apache did not check ProxyPass rules at all. If I added: RewriteRule ^/pics/(.*\.jpg)$http://192.168.53.93/pics/$1 [P,L] This worked as expected,

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-07 Thread Eric Covener
On Mon, Apr 7, 2008 at 10:36 AM, [EMAIL PROTECTED] wrote: Hi, Eric: Thank you very much for your response. I've set RewriteLogLevel 4 RewriteLog /var/log/www/rewrite.log and found that Apache did not check ProxyPass rules at all. If I added: RewriteRule ^/pics/(.*\.jpg)$

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-06 Thread Eric Covener
On Sat, Apr 5, 2008 at 8:54 PM, [EMAIL PROTECTED] wrote: Hi, folks: The above configuration did not work, I get 403 error by visiting http://example.com/images/pic.jpg;, but I can access http://imgserver.com/images/pic.jpg from web browser without problem. [firewall enabled around our

[EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-05 Thread lihao0129
Hi, folks: On my websites, I want links like the following: http://example.com/images/pic.jpg silently grab the image from http://192.168.53.93/images/pic.jpg [internal IP] or http://imgserver.com/images/pic.jpg [external IP] example2.com(192.168.53.93) is a