For example i have an URL
http://example.com/myscript/myaction?param1=something
Under myscript alias I have my python cgi script and i want to get the route after myscript as a string. In this case route should be 'myaction'. How to do that with python + pure CGI + apache