RE: [EMAIL PROTECTED] rewrite not working

2006-10-05 Thread Chen, Charles
If you only want to rewrite for index.html:     #    Options +FollowSymLinks #    DirectoryIndex index.html #    RewriteRule /index\.html /bin/view [R]     RewriteEngine on     RewriteRule ^/twiki/index\.html$ /twiki/bin/view/index.html [P,L]     Order Allo

[EMAIL PROTECTED] Does Apache support UNC path syntax on windows?

2006-10-05 Thread Chen, Charles
I tried to define the DocumentRoot using a UNC path on windows (such as "\\remoteserver\sharename", instead of "Y:") and apache seems not to be able to interpret it as a network shared drive. Any idea how to get this to work? Charles -Original Message- From: Boyle Owen [mailto:[EMAIL P

[EMAIL PROTECTED] multiple virtual machines

2006-09-25 Thread Chen, Charles
Hi, I am working for a client who would like to group rewrite rules into several virtual machines so it is logically clear and easy to maintain. My question is: 1. is it something recommended or to be avoided? 2. what is the best way to do this if there is only one external domain/IP? My unders

RE: [EMAIL PROTECTED] RE: case insensitive rewrite rules and nested mapping

2006-09-05 Thread Chen, Charles
EMAIL PROTECTED] RE: case insensitive rewrite rules and nested mapping Chen, Charles wrote: > here, "/NeWs" first mapped to all upper case "NEWS" and then used to > lookup another map in which I have a line like this: > # my text map file > > NEWS /some/other/url

[EMAIL PROTECTED] RE: case insensitive rewrite rules and nested mapping

2006-09-04 Thread Chen, Charles
  Hi,     I need a case insensitive url rewrite such as     http://proxyhost/NeWs   would be rewritten to:     http://realserver/some/other/url   here, "/NeWs" first mapped to all upper case "NEWS" and then used to lookup another map in which I have a line like this:  

[EMAIL PROTECTED] running as service and access network resource

2006-08-07 Thread Chen, Charles
Hi, Apache Gurus,     We tried to run the apache as a service on window 2003 server and the doc root is a shared network drive. We read the doc and know that localSystem user account can not be used for this configuration so we created a new user, and configured the user as instructed in