it seems to me that this is on your apache configuration nothing to do with
django or your application


On Tue, Nov 12, 2013 at 7:42 PM, Sells, Fred
<[email protected]>wrote:

>  We deploy with Apache and it serves both django and generic html.  We
> are a small shop with internal applications and minimal server load and we
> are not ready to have a django server and an html server.
>
>
>
> I use the /wsgi  prefix in my url’s to identify what goes to django (via
> the httpd wsgi.conf file)
>
>
>
> When I deploy with wsgi in production my urls look like
> http://myserver.mydomain.com/wsgi/myapp
>
>
>
> But when running the debug server I get http://localhost/myapp
>
>
>
> Is there a clean way to handle this without having to define the “/wsgi”
> prefix and use it conditionally based on whether I’m Unix (production) or
> Windows (debug)???
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/DCD75728F460F14586086EA606E83082E71EA5D3%40ACEVXCHMBX1001.ADVENTISTCORP.NET
> .
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFWa6tLBsbW5mL7ywbi%2BHs%2BVRdmd6BYLPZMVbKwmCAffwYq0Lg%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to