My simple way:a) stop apache serverb) start web2py server in standard way by double clicking web2py.py in order that it creates its own filesc) in displayed window set the admin password
d) stop web2py server and check that in web2py folder there are "options_std.py" and "parameters_8000.py"
e) open "options_std.py" and make sure of row "password = '<recycle>'" is presentf) restart apache serverNow you sholuld be able to access to admin interface.If you are interested omi chiba has written a guide to setup a wamp server that supports web2py through mod_wsgi.