-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kelvin Nicholson schrieb:
> On Tue, 2007-05-29 at 19:27 +0200, Paul Rauch wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Hello list ;)
>>
> 
> Howdy.
> 
> I just took a quick browse through the attached pages.  The first thing
> that jumped out at me was the fact that in django_fcgi.conf you have the
> site setup as a socket, but in django.rc you tell lighttpd the site is
> on port 3000.  Maybe try changing django_fcgi.conf to listen via tcp/ip?
> 
> But, I only did a quick peruse.
> 
> Kelvin
> 
> P.S. In you access log, where is the site 'going to'?
> 
as I mentioned I modified the script a bit.
it no longer looks for these variables.
here the command which it uses to start the djangofastcgi:

start-stop-daemon --start --quiet \
                       --pidfile $RUNFILES_PATH/$SITE.pid \
                       --chuid $RUN_AS --exec /usr/bin/env -- python \
                       $SITES_PATH/$SITE/manage.py runfcgi
method=prefork\ #modified script to use prefork
                       pidfile=$RUNFILES_PATH/$SITE.pid \
                       socket=$RUNFILES_PATH/$SITE.sock #modified script to 
create a
socket

I added a part of the accesslog as an attachment

greetz Paul Rauch
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iQIVAwUBRl0YJRG67lyyQrltAQJq5A/+LKMrTHt30IOfNTvNF5gg5ms6v3nJgA1S
rr5eHYxS9eylO28I12X78gcM9s2eU9Ao8MkAsuMNVoO3uijglpEcf/A5cheDW3K5
larRnaPnsFdJzs8TgoBJoeWlR65QBqko4gwfD7JKPYwgl/BnSOQA8NHaxJHbyd8g
oi+gtH3TahBzD4MHlyN+NEDkbVHiCLCyULTans+JTURIbJmG/yofMKO06BUBAgI9
7rmwUG9pHQTegthyi6V35gZotO/Nq0z1Axo2FUOuatstCfpYG/1O3GjSdibiyHMk
0hGzPPL5yIGN4dR0xR4of2oF1DEITYiW5H1gUtZT7JwecHwrs9vR1in7RAJ7mLHy
GDXIviWJOvnVikwvhJYjdAkGofF/16TIU90TRhBl/3QaSVN6xv6p5rLtSmYWgTEy
6DcZzY4MJRqmVs81ydOvYUGkQNk9QWVnqETPoCXkmvvSvrrKfhc/Svmu2MCZBEXR
Salz9lZx/fkq/hGZkHGlf5NsCaApTykmFZ5SAz1pezDVaESQc1gkJWdRivKBS2o9
7zx+BiUazSNvU6Ac2PKpAjdsI2KrZ561hRCCYv9uvKcYjPHTUwq/nd+sRj9bbkBF
z/+VoslXIcrHdyboA5EXRdDsp1KQ3mmz18VDwGaTDCA9IT2w4fntKixtaQjyBHS9
AwlRTilnb/8=
=pxCg
-----END PGP SIGNATURE-----

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

<myip> - [29/May/2007:23:35:11 +0200] "GET / HTTP/1.1" 404 345 "-" "<mybrowser>"
<myip> - [29/May/2007:23:35:12 +0200] "GET / HTTP/1.1" 404 345 "-" "<mybrowser>"
<myip> - [29/May/2007:23:35:12 +0200] "GET / HTTP/1.1" 404 345 "-" "<mybrowser>"
<myip> - [29/May/2007:23:35:19 +0200] "GET / HTTP/1.1" 404 345 "-" "<mybrowser>"
<myip> - [29/May/2007:23:55:30 +0200] "GET / HTTP/1.1" 404 345 "-" "<mybrowser>"
<myip> - [29/May/2007:23:55:32 +0200] "GET / HTTP/1.1" 404 345 "-" "<mybrowser>"
<myip> - [29/May/2007:23:55:32 +0200] "GET / HTTP/1.1" 404 345 "-" "<mybrowser>"
<myip> - [29/May/2007:23:55:33 +0200] "GET / HTTP/1.1" 404 345 "-" "<mybrowser>"
<myip> - [29/May/2007:23:55:33 +0200] "GET / HTTP/1.1" 404 345 "-" "<mybrowser>"
<myip> - [29/May/2007:23:55:33 +0200] "GET / HTTP/1.1" 404 345 "-" "<mybrowser>"

Reply via email to