Rajesh D wrote:
> On Mar 4, 9:58 am, Dan <danb...@gmail.com> wrote:
> > Url pattern below r^sip/conf and sip/createfile work for development
> > server but Apache comes up with a 404 error. Note that the error is
> > shown as Apache error not Django parsing error. So, is it Apache not
> > using the Python interpreter or something with Django?
>
> Looks like it. Perhaps you should paste the relevant bits from your
> Apache config? May be there's a virtual host file that hooks on to
> the /sip/ location? It's easy to miss that part of the config if it's
> in one of your "sites-enabled" sub-directories instead of in the main
> apache conf.

You could also completely disconnect your Django config from Apache
and see what Apache does with the /sip/* URLs then.
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to