That was one of the first things I did. I followed that tutorial to
the letter and I'm still getting 403 Forbidden. One thing I did notice
is that when I moved my hello.py to the / root I was able to access
it, but as soon as I move it to any sub directory I get a 403. I'm
making these file changes as the root user, but I am giving
permissions to all the directories and files.

-Ben

On Mar 21, 11:24 pm, Graham Dumpleton <[email protected]>
wrote:
> What is the actual error message in the Apache error logs.
>
> It is the error message in the Apache error log and not that in the
> browser which is usually more informative as to what the problem is.
>
> See:
>
> http://code.google.com/p/modwsgi/wiki/WhereToGetHelp?tm=6#Conference_...
>
> which explains that and what the different error messages mean.
>
> Graham
>
> On 21 March 2012 20:01, bmorrise <[email protected]> wrote:
>
>
>
>
>
>
>
> > I can't seem to get anything but 403 Forbidden to show up when using
> > mod_wsgi. I've found several places where this issue has been
> > addressed, tried all the solutions, but no luck.
>
> > I checked apache to make sure mod_wsgi is installed and loaded and it
> > is.
>
> > I've created this file:
>
> > /apps/hello.wsgi
>
> > I gave the directory and the file a whole bunch of different
> > permissions combinations, 744, 777, etc. with the same result.
>
> > This is what I have in my httpd.conf file currently, although I've
> > tried just about every combination I could think of:
>
> > <Directory "/apps">
> >    Order deny,allow
> >    Allow from all
> > </Directory>
>
> > NameVirtualHost *:80
>
> > <VirtualHost *:80>
> >    WSGIScriptAlias / /apps/hello.wsgi
> > </VirtualHost>
>
> > Any help would be appreciated.
>
> > Thanks,
>
> > Ben
>
> > --
> > 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 
> > athttp://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