Massimo, Just a suggestion :
In the various scripts included in the packages .. I realized that by default : the default file rewritten for apache for example, contain "Deny from all" in various portion of the sh scripts ( for ubuntu, fedora, etc .. ) I recommend to make them "Allow from all" by default instead ... for example : <Location /admin> Deny from all </Location> <LocationMatch ^/([^/]+)/appadmin> Deny from all </LocationMatch> PS. There might be a few other places as well, I just pasted these few lines above for view purposes, that way, a user won't have to get into apache configuration files to fix this ... and , the individual will have his application up and running right after the script is done ! Else where .... I noticed that you do not have any French version of the book ! .. Is there one in the works ?? .. would you need help ... I am French Canadian ! I know that There is a french speaking web2py community ... are they on this ?? .. I'll contact them so I can contribute on my free time ! --

