Which phase do you want to access? Http request parsing, request
object initializing...



2008/5/13, Bob <[EMAIL PROTECTED]>:
>
> Thanks, Any way to do this without access to a request object, since I
> want to use this information to do some server-specific initialization
> before I have a request object to look at?
>
> On May 12, 6:56 pm, "Chatchai Neanudorn" <[EMAIL PROTECTED]> wrote:
> > mod_python (django.core.handlers.modpython),
> >
> > request.META['GATEWAY_INTERFACE'] = 'CGI/1.1'
> >
> > or
> >
> > request.META['SERVER_SOFTWARE'] = 'mod_python''
> >
>

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to