On 2/23/06, Philippe Mironov <[EMAIL PROTECTED]> wrote:
>
> Kenneth Kalmer a écrit :
>
> >The reason mptest configured through a .htaccess is because I can't
> >constantly restart a production server running other websites.
> >
> have you ever heard of reload directive ?
> see apache2ctl reload and /etc/init.d/apache2 reload
> (same for 1.3)
> This will ask apache to reread his configuration files. It wil not stop
> the server from serving clients.
>
> but .htaccess may do the thing too ... don't forget to allow overide
> thought.

Thanks Phiippe, and yes I do know. Making changes to a .htacces (and
having set the allow override directives correctly) saves me the
trouble of issueing an 'apachectl reload' after every change...

The first problem that needs to be solved is the SetEnv. I understand
that this is mod_python, but Googling reveals the most results are
either Trac or Django related, and Tract doesn't use SetEnv but rather
PythonOption.

Nothing turned up in the mod_python searches except people who say you
can't use SetEnv in the first place, but this is contrary to django...

Kudos

--

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