2006APR041201
Next >>>
These windows tell the story of how I got the webpy install going again after installing subversion with webdav. Nothing hard. What happened is I installed subversion & dav. Ubuntu (debian) install scripts made a few changes.
*specifically removed AllowOveride in
-/etc/apache2/sites-enabled/000-default
making .htaccess non visible
Once corrected the test code worked. So did webpy. The reference shown is Graham Dumpletons site on mod_python. Its shows a great way to fault find your way through apache2/mod_python - the prerequisite for webpy.
I can't say enough about debians setup. Its clear & works in a predictable way. This shot shows the url reference for mod_python, the .htaccess, python test script using Idle & the apache setup for the directories.
Next >>>
2006APR041201
Next >>>
These windows tell the story of how I got the webpy install going again after installing subversion with webdav. Nothing hard. What happened is I installed subversion & dav. Ubuntu (debian) install scripts made a few changes.
*specifically removed AllowOveride in
-/etc/apache2/sites-enabled/000-default
making .htaccess non visible
Once corrected the test code worked. So did webpy. The reference shown is Graham Dumpletons site on mod_python. Its shows a great way to fault find your way through apache2/mod_python - the prerequisite for webpy.
I can't say enough about debians setup. Its clear & works in a predictable way. This shot shows the url reference for mod_python, the .htaccess, python test script using Idle & the apache setup for the directories.
Next >>>