Re: [Django] #14635: Documentation improvement on setting up django with OpenBSD

2011-02-04 Thread Django
#14635: Documentation improvement on setting up django with OpenBSD
-+--
   Reporter:  pgurumu@…  | Owner:  nobody
 Status:  closed | Milestone:
  Component:  Documentation  |   Version:  1.2   
 Resolution:  invalid|  Keywords:  django openbsd
   Triage Stage:  Unreviewed | Has patch:  0 
Needs documentation:  0  |   Needs tests:  0 
Patch needs improvement:  0  |  
-+--

Comment (by rmboggs@…):

 Shameless plug, I know but I dealt with this awhile back and documented my
 process for using OpenBSD's httpd with django.  Hope it helps those who
 need it.
 http://synacks.blogspot.com/2009/01/django-on-openbsd.html

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14635#comment:4>
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-updates@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.



Re: [Django] #14635: Documentation improvement on setting up django with OpenBSD

2010-11-07 Thread Django
#14635: Documentation improvement on setting up django with OpenBSD
+---
  Reporter:  pgur...@gmail.com  | Owner:  nobody
Status:  closed | Milestone:
 Component:  Documentation  |   Version:  1.2   
Resolution:  invalid|  Keywords:  django openbsd
 Stage:  Unreviewed | Has_patch:  0 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Comment (by gabrielhurley):

 No problem! Just wanted to make sure my understanding was correct ;-)

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14635#comment:3>
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.



Re: [Django] #14635: Documentation improvement on setting up django with OpenBSD

2010-11-07 Thread Django
#14635: Documentation improvement on setting up django with OpenBSD
+---
  Reporter:  pgur...@gmail.com  | Owner:  nobody
Status:  closed | Milestone:
 Component:  Documentation  |   Version:  1.2   
Resolution:  invalid|  Keywords:  django openbsd
 Stage:  Unreviewed | Has_patch:  0 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by pgur...@gmail.com):

  * status:  new => closed
  * resolution:  => invalid

Comment:

 You know what, you are correct, this has to be on the OpenBSD help rather
 than django, (hindsight 20/20). I think django pretty much works the same
 way, the only wrinkle might be, there is not explanation for chroot'ed
 environment, but then again, this should be in covered in the OS help
 rather than django help. Sorry for the noise.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14635#comment:2>
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.



Re: [Django] #14635: Documentation improvement on setting up django with OpenBSD

2010-11-07 Thread Django
#14635: Documentation improvement on setting up django with OpenBSD
+---
  Reporter:  pgur...@gmail.com  | Owner:  nobody
Status:  new| Milestone:
 Component:  Documentation  |   Version:  1.2   
Resolution: |  Keywords:  django openbsd
 Stage:  Unreviewed | Has_patch:  0 
Needs_docs:  0  |   Needs_tests:  0 
Needs_better_patch:  0  |  
+---
Changes (by gabrielhurley):

  * needs_better_patch:  => 0
  * needs_tests:  => 0
  * needs_docs:  => 0

Comment:

 To my reading, there is nothing unique to OpenBSD in the steps you've
 described. As far as I can tell what you've described is the particular
 path you used for `FastCGIExternalServer` (`mysite.fcgi` in the docs). The
 fact that this path should be customized is explained in the
 [http://docs.djangoproject.com/en/1.2/howto/deployment/fastcgi
 /#specifying-the-location-of-the-fastcgi-server preceding section].

 If I'm missing something here, or you have a suggestion for how the
 existing docs could make these steps more clear please give specifics. At
 present, I'm not seeing what's so different here that it deserves to be
 covered in its own right.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14635#comment:1>
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.



[Django] #14635: Documentation improvement on setting up django with OpenBSD

2010-11-07 Thread Django
#14635: Documentation improvement on setting up django with OpenBSD
---+
 Reporter:  pgur...@gmail.com  |   Owner:  nobody
   Status:  new|   Milestone:
Component:  Documentation  | Version:  1.2   
 Keywords:  django openbsd |   Stage:  Unreviewed
Has_patch:  0  |  
---+
 I found it really hard to configure django on OpenBSD (stock Apache). I
 eventually figured it out and it works and would like to add this to the
 documentation. I think this will be useful. This requires few changes to
 httpd.conf

 1. Create directory called django under /var/www/htdocs
 2. Create django project under /var/www/htdocs/django
 3. Create NEW_PROJECT.fcgi file under /var/www/htdocs/django (Name of the
 filename matters, because this will be used in !VirtualHost)

 Under !VirtualHost configuration for default htdocs access
 Add the following lines

 {{{
 
 ... snip ...
 RewriteEngine On
 RewriteRule ^/(media.*)$ /$1 [QSA,L,PT]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteRule ^/django/NEW_PROJECT/(.*)$ /django/NEW_PROJECT.fcgi/$1 [QSA,L]
 ... snip ...
 

 }}}
 Enable ExecCGI options for /var/www/htdocs directory

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14635>
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.