Author Login
Post Reply
Hi,
I'm setting up Django in Apache and thought it would be cool to do something like this:
<LocationMatch "(/.*/).*\.py">
SetEnv DJANGO_SETTINGS_MODULE $1settings.py
</LocationMatch>
Unfortunately, it's looking for $1 as a literal, not as a reference to the first regex element.
Am I going too far, or am I just using the wrong syntax?
Thanks!
Chris
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@(protected)
" from the digest: users-digest-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)