How to I pass command line parameters to web2py when I'm not starting web2py from the command line. I'm using apache and mod_wsgi. I've looked closely at the documentation, and there's a section on how to pass parameters when it's running as a windows service, but the documentation is clear that this only works when it's running as a windows service. I've found an external site that mentions that it's possible to pass command line parameters when using mod_wsgi, but it doesn't explain how.
Also, is there a way to check my web2py parameters when I'm running it on apache? Thank you in advance. Eric