[EMAIL PROTECTED] Backtracking inside LocationMatch?

2008-06-23 Thread Christopher Nagel
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

Re: [EMAIL PROTECTED] Backtracking inside LocationMatch?

2008-06-23 Thread André Warnier
Christopher Nagel wrote: 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