Revision 7986
Added by Aaron Marcuse-Kubitza over 11 years ago
vegpath.conf | ||
---|---|---|
2 | 2 |
ServerRoot /home/bien/svn/web |
3 | 3 |
ServerAdmin aaronmk@nceas.ucsb.edu |
4 | 4 |
|
5 |
RewriteEngine on |
|
5 | 6 |
RewriteMap subdomain2path prg:subdomain2path |
6 | 7 |
|
7 | 8 |
DocumentRoot vegpath |
Also available in: Unified diff
web/vegpath.conf: subdomain2path RewriteMap: Fixed bug where need `RewriteEngine on` in the VirtualHost config for a prg: RewriteMap to take effect ("External rewriting programs are not started if they're defined in a context that does not have RewriteEngine set to on." <http://httpd.apache.org/docs/current/rewrite/rewritemap.html#prg>)