[EMAIL PROTECTED] Mod Rewrite Help

2007-08-17 Thread Manivel Arumugam
Hi, There is a need to configure a rewrite rule for the following source url to point to a target url. Source url - http://usearch.3m.com:8765/abc.html If you closely look at the above url, you can see a port number in it. I'm not that expert with rewrites and have never done this in the past

[EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-17 Thread Jimmy Lee
Hi, I'm working with some devices that can't handle 100 continues. Is there a way to apply filters to apache to stop it from sending HTTP 100? Or is the only way to hack the base code? Thanks, Jimmy

Re: [EMAIL PROTECTED] suppressing HTTP 100 continue

2007-08-17 Thread André Malo
* Jimmy Lee wrote: I'm working with some devices that can't handle 100 continues. Is there a way to apply filters to apache to stop it from sending HTTP 100? Or is the only way to hack the base code? RFC 2616 (8.2.3): An origin server SHOULD NOT send a 100 (Continue) response if

[EMAIL PROTECTED] CacheDefaultExpire help

2007-08-17 Thread Morten Kristiansen
Let's say I have the following config for mod_cache: ... CacheEnable disk /context1 CacheEnable disk /context2 is it possible to have two different CacheDefaultExpire; one for each CacheEnable? Morten - The official

[EMAIL PROTECTED] Apache 2 reverse proxy doesn't forward PROPFIND requests

2007-08-17 Thread charles Collin
Hi, An Apache 2 SVN server is configured on a LAN with mod_dav_svn and LDAP authentication. It listens on port 443. Locally, it works perfectly, users use tortoiseSVN to operate the SVN repository. When connecting to the https port of the server, an authentication pops up, people get

Re: [EMAIL PROTECTED] Mod Rewrite Help

2007-08-17 Thread Joshua Slive
On 8/17/07, wi [EMAIL PROTECTED] wrote: You'll need to configure a virtual host listening to the 8765 interface. Once you've done that, you will simply need to put together a rewrite to send requests to /abc.html to whatever target url you want. Start by reading

Re: [EMAIL PROTECTED] CacheDefaultExpire help

2007-08-17 Thread Joshua Slive
On 8/17/07, Morten Kristiansen [EMAIL PROTECTED] wrote: Let's say I have the following config for mod_cache: ... CacheEnable disk /context1 CacheEnable disk /context2 is it possible to have two different CacheDefaultExpire; one for each CacheEnable? From the docs, it appears that

[EMAIL PROTECTED] IPv6 Configuration - Windows

2007-08-17 Thread Stusynski, Dan
I built Apache 2.2.4 on Win XP sp2 from source and everything works fine except 1 thing. In httpd.conf I have the following Listen directives: Listen ipv4_address:88 Listen [ipv6_address]:88 After starting Apache, it appears to receive requests for both http://ipv4_address:88 and

[EMAIL PROTECTED] HTTP authentication, with proxy?

2007-08-17 Thread aaron smith
Hello All, I've got authentication in place on my server for every virtual host. with the usual: Directory /whatever Options FollowSymLinks AllowOverride All Order deny,allow Deny from all AuthType Basic AuthUserFile /etc/httpd/conf/htpasswd AuthName Authorized users only! require valid-user

Re: [EMAIL PROTECTED] HTTP authentication, with proxy?

2007-08-17 Thread Joshua Slive
On 8/17/07, aaron smith [EMAIL PROTECTED] wrote: But it seems that with the proxy it overrides HTTP authentication.. That's because the proxy never hits a local Directory. Use Location / instead. Joshua. - The official

Re: [EMAIL PROTECTED] HTTP authentication, with proxy?

2007-08-17 Thread aaron smith
perfect, thanks. On 8/17/07, Joshua Slive [EMAIL PROTECTED] wrote: On 8/17/07, aaron smith [EMAIL PROTECTED] wrote: But it seems that with the proxy it overrides HTTP authentication.. That's because the proxy never hits a local Directory. Use Location / instead. Joshua.

[EMAIL PROTECTED] Question on accessing directories

2007-08-17 Thread Thomas M. Else
Dear users, I installed Apache web server 2.2.4 on my Windows XP Platform along with Active State Perl 5.8. I'm trying to run a cgi script using Apache Web Server. When the script tries to access a local drive on my computer (C:/test), the script gets hung up and sits there without doing