Re: [EMAIL PROTECTED] a rather tricky mod_rewrite problem?

2008-11-16 Thread Morgan Gangwere
[EMAIL PROTECTED] wrote: RewriteCond %{REMOTE_USER} ^([a-z0-9_]+)$ RewriteRule ^/mysvn/(.*) /svn/%1/$1 [L] The first line places a valid username into %1. The second rewrites "/mysvn/something" to "/svn/bob/something" when the REMOTE_USER is "bob". Invalid usernames will not pass the condition s

Re: [EMAIL PROTECTED] debugging

2008-11-16 Thread Paul McFerrin
Norman: Thanks a lot! It works. The httpd.conf file is a tedious piece of code and it is so easy to spend a lot of time on changing it. -Paul Norman Peelman wrote: Paul McFerrin wrote: My Virtual Hosts are not working.. Here is the scoop. Running Apache 1.3 and have the following config

Re: [EMAIL PROTECTED] Apache 2.10 doesnt upgrade

2008-11-16 Thread Jorge Ramirez
rocio search for the httpd file. if you have 2 versions of apache, you should have 2 httpd files. When you start apache, do you run the apache httpd damon or you use the apachectl command? From: rocio mejia <[EMAIL PROTECTED]> To: users@httpd.apache.org Sen