home > CGI deployment on Apache

CGI deployment on Apache

Here are the simple steps needed to create and run an web.py application.

For our example, let it be named app.py, located in /www/app and we need it accessible as http://server/app/app.py.

That's it. Your application is accessible via http://server/app/app.py/. Additional URLs handled by the application are added to the end of the URL, for examples http://server/app/app.py/myurl.

[edit][history][backlinks] last modified June 20