On Mon, Jan 24, 2011 at 10:26 PM, km <[email protected]> wrote:

> Hi all,
>
> yes it uses flup
> the workers like this
> python /home/km/japan/manage.py runfcgi protocol=scgi host=127.0.0.1
> port=48433
>
this should be

 python /home/km/myproject/manage.py runfcgi protocol=scgi host=127.0.0.1
port=484

I have enabled the virtualhost to log errors. but i dont see any errors in
> the logs (/var/log/cherokee.errors). its just empty.
> I am unable to know where actually the probem is
>
> pls let me know
>
> thanks
> regards,
> KM
>
> On Mon, Jan 24, 2011 at 10:15 PM, zodman <[email protected]> wrote:
>
>> need more data what method are you using flup/uwsgi ?
>>
>> and cherokee error log what said
>>
>> On Mon, Jan 24, 2011 at 9:12 AM, km <[email protected]> wrote:
>> > Hi all,
>> >
>> > My django + cherokee config:
>> >  python2.6 with flup and django 1.2.4
>> > cherokee 1.0.18 (statically  compiled)
>> > django project root at /var/www/myproject
>> > app at /var/www/myproject/myapp
>> >
>> > I have created a virtual host in django-admin interface to serve
>> myproject
>> > as a website.
>> > I have an "index" function in /var/www/myproject/myapp/views.py which
>> would
>> > render  /var/www/myproject/myapp/templates/base.html as index page.
>> > The corresponding,
>> > /var/www/myproject/urls.py  contains mapping this way:
>> > urlpatterns = patterns('myapp.views',
>> > (r'^$','index'),
>> > )
>> > But I am unable to access myproject on the web interface using
>> > localhost/myproject or even using the virtualhost nickname.
>> > pls let me know
>> > thanks
>> > regards,
>> > KM
>> >
>> > _______________________________________________
>> > Cherokee mailing list
>> > [email protected]
>> > http://lists.octality.com/listinfo/cherokee
>> >
>> >
>>
>>
>>
>> --
>> Andres Vargas
>> www.zodman.com.mx
>>
>
>
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to