On 2/23/06, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
>
> On Thursday 23 Feb 2006 7:00 am, Kenneth Kalmer wrote:
> > Playing around I got to this point now where I have the following
> > code in a .htaccess file
> >
> > <.htaccess>
> > SetEnv DJANGO_SETTINGS_MODULE myproject.settings
> > SetEnv foo bar
> > AddHandler mod_python .py
> > PythonHandler mptest
> > PythonAutoReload On
> > PythonDebug On
> > </.htaccess>
>
> why is this in htaccess, cant you put it into a location directive
> as oulined in the docs?

Hi Ken, and the others who replied...

OK, my original project is in its own VirtualHost as stated in the
documentation.

The reason mptest configured through a .htaccess is because I can't
constantly restart a production server running other websites. Making
changes to the .htaccess file for playing around with things like
SetEnv is instant, without a restart. According to the httpd docs,
http://httpd.apache.org/docs/2.0/mod/mod_env.html#setenv, SetEnv works
in anything from global configs down to .htaccess files.

Also, mptest is in another virtualhost all together, so thanks Ben,
but I know that.

Thanks

--

Kenneth Kalmer
[EMAIL PROTECTED]

[EMAIL PROTECTED] stats
http://fah-web.stanford.edu/cgi-bin/main.py?qtype=userpage&username=kenneth%2Ekalmer

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to