I've been experimenting with moving my Pyramid apps to Apache following the
Chris's helpful tutorial at:

https://docs.pylonsproject.org/projects/pyramid/1.0/tutorials/modwsgi/.

In order to isolate the problem, I've followed the whole thing exactly as
is, substituting only correct user names for my server. However, when I try
to access the app, I get (from the log):

(13)Permission denied: access to /myapp denied.

Has anyone any experience they can offer on this? There are various people
reporting similar when I search for it, but none provide obvious solutions.

The user and group are set to my username, and the application itself is
entirely owned by my user also.

Thanks for any tips as to where I might go to move forward with this,

Ben

PS: Very minor typo in the tutorial I think:


  Order allow, deny


should be:


  Order allow,deny


- Apache will throw an error if the space is omitted.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to