I changed

<Directory />
Options FollowSymLinks
AllowOverride None
Require all denied
</Directory>

to 

<Directory />
Options FollowSymLinks
AllowOverride None
Require all granted
</Directory>

in the file /etc/apache2/apache2.conf

seemed to resolve the issue :)

On Sunday, July 19, 2015 at 9:38:48 AM UTC-5, Auden RovelleQuartz wrote:
>
> all was working as expected on my web2py app
>
> then I updated from ubuntu 12.04 to 14.04
>
> now I get 
>
> {
> Forbidden
>
> You don't have permission to access /omniavx_auden on this server.
> ------------------------------
> Apache/2.4.7 (Ubuntu) Server at ovxdev.us Port 80
> }
>
> is there anything within web2py that I need to update when an ubuntu 
> upgrade is done?
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to