I followed this recepie http://www.web2pyslices.com/slice/show/1401/web2py-on-shared-hosting-hostmonster-with-fastcgi
but when I try http://open-internet.info:8080/test/default/index it gives me this ticket :<type 'exceptions.RuntimeError'> Failure to connect, tried 5 times: Traceback (most recent call last): File "/home/openint/public_html/web2py/gluon/dal.py", line 5955, in __init__ self._adapter = ADAPTERS[self._dbname](*args) File "/home/openint/public_html/web2py/gluon/dal.py", line 1711, in __init__ raise RuntimeError, "Unable to import driver" RuntimeError: Unable to import driver *I can go to the admin but if I try to run any sample program it will give me errors about DAL ,* *I did not install the dal stuff in the local folder , it is all installed in the root maybe web2py is searching in the local folder for database stuff?*

