Here are the steps on webfaction.
- $ cd ~/your_path_to_web2py/web2py
- $ cp routes.example.py routes.py #there is no routes.py at first
- [edit routes.py as follows
line was: default_application = ‘init’ # ordinarily set in base routes.py
line now: default_application = ‘other’ # ordinarily set in base routes.py - $ cd ../apache2/bin
- $ ./restart