#6548: django behind apache ssl proxy
---------------------------------------------------------+------------------
          Reporter:  laureline.gue...@makina-corpus.org  |         Owner:  
nobody
            Status:  new                                 |     Milestone:       
 
         Component:  HTTP handling                       |       Version:  SVN  
 
        Resolution:                                      |      Keywords:       
 
             Stage:  Design decision needed              |     Has_patch:  0    
 
        Needs_docs:  0                                   |   Needs_tests:  0    
 
Needs_better_patch:  0                                   |  
---------------------------------------------------------+------------------
Comment (by gisle):

 I had the same issue here and worked around it by adding one more
 ProxyPassReverse line to my Apache configuration.  Something like this:

 {{{
 <VirutalHost *:443>
    ServerName foo.example.com
    ProxyPass / http://localhost:8082/
    ProxyPassReverse / http://localhost:8082/
    ProxyPassReverse / http://foo.example.com/
    Include ssl-sert
 </VirtualHost>
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/6548#comment:5>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to