#10434: Lighttpd and FastCGi configuration
--------------------------------------------+-------------------------------
 Reporter:  vithlani                        |       Owner:  nobody    
   Status:  new                             |   Milestone:            
Component:  Documentation                   |     Version:  1.0       
 Keywords:  lighttpd, FastCGI, fcgi, admin  |       Stage:  Unreviewed
Has_patch:  0                               |  
--------------------------------------------+-------------------------------
 Hello,

 The documentation at:
 [http://docs.djangoproject.com/en/dev/howto/deployment/fastcgi/#lighttpd-
 setup]

 has a small error that causes the media in the admin application to not
 load.

 Error line:
 {{{
 alias.url = (
     "/media/" => "/home/user/django/contrib/admin/media/",
 )

 }}}

 Should be:
 {{{
 alias.url = (
     "/media" => "/home/user/django/contrib/admin/media/",
 )

 }}}

 The slash at the end of the word 'media' on the left is the problem
 according to:
 [http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModAlias]

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10434>
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to