On Mar 3, 3:09 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> By the way, I changed my site's folder to my desktop (so it is outside
> the server) and changed the WSGIScriptAlias directive accordingly as
> follows:
> WSGIScriptAlias /webpy/ "C:/Documents and Settings/luismg/Escritorio/
> webpy/"
>
> and now I get a 403 error:
>
> Error 403
> localhost
> 03/03/08 00:58:55
> Apache/2.2.4 (Win32) DAV/2 mod_ssl/2.2.4 OpenSSL/0.9.8e
> mod_autoindex_color PHP/5.2.3 mod_wsgi/2.0c4 Python/2.5.1
>
> It also indicates this (translation):
> Access forbidden! You don't have permission to access the requested
> address. There is a possibility that this directory is protected
> against writing or that the documentation required does not exist.
>
> Questions:
> Can I place my script outside the server root?
> If so, how can I grant permission?

Covered in the documentation:

  http://code.google.com/p/modwsgi/wiki/ConfigurationGuidelines

Read the section 'The WSGIScriptAlias Directive' again. One of the
examples shows what is required, you will just need to change the path
to the Directory directive to match where you are putting stuff.

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

Reply via email to