[EMAIL PROTECTED] mod_cgi & mod_rewrite issues

2006-05-03 Thread Tom Turrisi
Hi, I'm running a 1.3 server which uses VirtualDocumentRoot for mass configured virtual hosting. It also uses mod_cgi to execute php. I want to make a php script available to the virtual hosts but i do not want the site owners to be able to get hold of the source code for it. I planned to ge

Re: [EMAIL PROTECTED] Mass configured virtual hosts and dynamic alias's

2006-01-27 Thread Tom Turrisi
Joshua Slive wrote: On 1/26/06, Tom Turrisi <[EMAIL PROTECTED]> wrote: Thanks for you reply. It's put me in the right direction but i'm still having a problem working out the correct regex for what i need to do. I don't know how to get the first and second characters o

Re: [EMAIL PROTECTED] Mass configured virtual hosts and dynamic alias's

2006-01-26 Thread Tom Turrisi
RewriteEngine On RewriteMap lowercase int:tolower RewriteRule ^/dshop/(.*)$ /domains/<1>/<2>/${lowercase:%{SERVER_NAME}}/shop/$1 User nobody Group sites Tom Joshua Slive wrote: On 1/26/06, Tom Turrisi <[EMAIL PROTECTED]> wrote: This works fine bu

[EMAIL PROTECTED] Mass configured virtual hosts and dynamic alias's

2006-01-26 Thread Tom Turrisi
.foo/dshop/foo.htm Serves path: /domains/b/a/bar.foo/dshop/foo.htm Thanks Tom Turrisi - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsu