Hmmm...

How about making sure that parameters_443.py has the same ownership as the 
other files? Are all the other files owned by www-data:www-data?

Then:
chown www-data:www-data parameters_443.py

You might even chown the whole web2py directory:
$ cd /var         #path to directory that contains web2py install
$ chown -R www-data:www-data web2py

Reply via email to