I need the traceback from the apache log. It could be a path error or a permission error. I should say I have tested mod_python long ago but nobody uses it any more mod_python is no longer an active project.
On Sep 25, 2:59 am, victors <[email protected]> wrote: > Hi, > My hosting had mod_python, and i follow this(http://web2py.com/book/ > default/chapter/11#Shared-Hosting-with-mod_python): > " > Place contents of web2py into the "htdocs" folder. > > In the web2py folder, create a file "web2py_modpython.py" file > with the following contents: > > from mod_python import apache > import modpythonhandler > > def handler(req): > req.subprocess_env['PATH_INFO'] = > req.subprocess_env['SCRIPT_URL'] > return modpythonhandler.handler(req) > > Create/update the file ".htaccess" with the following contents: > SetHandler python-program > PythonHandler web2py_modpython > #PythonDebug On > " > > But have a ERROR when i trywww.domain.com: > "Internal Server Error > > The server encountered an internal error or misconfiguration and was > unable to complete your request. > > Please contact the server administrator, > [email protected] and inform them of the time the error > occurred, and anything you might have done that may have caused the > error. > > More information about this error may be available in the server error > log. > > Additionally, a 500 Internal Server Error error was encountered while > trying to use an ErrorDocument to handle the request. > " > Can anybody help with this. > > thank you in advance. > > Best regards > Victor

