On 22 Jul 2012, at 1:03 PM, dancer` wrote: > Thank you both for your responses. I have removed mod_python, and running > chown didn't change anything. This is the output of ls -al of the web2py > folder on our server.
Removing mod_python won't fix this symptom; it's just worth getting cleaned up. Post the conf file, too, please; among other things it tells mod_wsgi what user to run its apps (included web2py) as. Where are you seeing the error message? Post that, too; can't hurt. BTW, if you're not running a production server on OS X, it's somewhat easier to run with Rocket, web2py's built-in server, than to use Apache. > > > > > On Sunday, July 22, 2012 3:12:39 PM UTC-4, Alec Taylor wrote: > You might need to run a chown over the folder. > > If that doesn't work, give us the output of ls -al on that folder, > from Terminal. > > On Mon, Jul 23, 2012 at 4:50 AM, dancer` <[email protected]> wrote: > > Hello, > > > > I am relatively new to both web2py and web frameworks in general, so this > > might seem a noob question. I am trying to deploy mu web2py app on my OS x > > server, with no success. The server has apache set up, I installed mod_wsgi > > and mod_python, and running it as _www:admin. I put the web2py folder in > > /Library/WebServer/Documents, created a conf file for web2py and included > > it in httpd.conf. But I keep getting an error saying I do not have access > > to this folder. (I also restarted apache through server admin). > > > > What am I doing wrong? > > --

