I am still getting the same error even after i have modified as per
suggestion given in PyCon Au 2010 slides.

I tried the config with the "/usr/local/www/wsgi-scripts/myapp.wsgi"
and this time i gave full permissive setting. # chmod 777
/usr/local/www/wsgi-scripts/
also tried
             # chmod 777 /wsgi-scripts/ (created specially for testing)

*************************************
403 Forbiden

Forbidden

You don't have permission to access / on this server.

**********************************

Nothing... What to do now ?

thanks

Nitin

On Tue, Aug 31, 2010 at 9:00 AM, nitin chandra <[email protected]> wrote:
> .... ok ... correcting that now ... and also going through AV an slides...
>
> Thank You
>
> Nitin
>
> On Tue, Aug 31, 2010 at 8:20 AM, Graham Dumpleton
> <[email protected]> wrote:
>> On 31 August 2010 04:23, nitin chandra <[email protected]> wrote:
>>>    WSGIDaemonProcess healthcare.com processes=6 threads=60
>>> display-name=%{GROUP}
>>
>> BTW, 60 threads is way over the top. Even the default of 15 is more
>> than enough for most people and so long as your web application is
>> efficient and responds in timely manner and not handling excess of
>> long requests, you could get away with 3-5 threads, more so in your
>> case since you are running with 6 processes.
>>
>> Very much recommend you drop that 60 at least done to default of 15,
>> if not less, and only fiddle with it when you actually have an issue
>> with actual high number of concurrent requests.
>>
>> Graham
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "modwsgi" 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/modwsgi?hl=en.
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" 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/modwsgi?hl=en.

Reply via email to