I got guest OS Ubuntu Lucid on a VM (Vmware-2.0.2), with host also OS as Ubuntu Lucid 10.04, but unlike Fedora based system, i am unable to find and disable SELinux on this system.
I would like to disable SELinux before i do the other setting. I am also asking other, but any suggestion is welcome. Thanks Nitin On Tue, Aug 31, 2010 at 3:25 PM, Graham Dumpleton <[email protected]> wrote: > Can you ensure you comment out and disable the HTTPS configuration and > make sure only using HTTP configuration. Then post what you current > configuration for HTTP virtual host is, plus the actual error message > from the Apache error log for confirmation. Then also ensure that you > are checking all directories back to to root of file system to ensure > readable to Apache user. Finally, ensure that you have SELinux > disabled on your system as that may cause problems. > > Graham > > On Tuesday, August 31, 2010, nitin chandra <[email protected]> wrote: >> 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. >> >> > > -- > 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.
