[mod_python] Handler publisher with multiple directories onthesame tree

Mike Looijmans mike.looijmans at asml.com
Wed Sep 10 07:15:45 EST 2003


>>My main handler checks if the path_info of the URL is "/request" and if 
>
>How do you check this ?


Uh, basically:

if req.path_info == '/reload':
    return reloadModules(req)

:-)



-- 
The information contained in this communication and any attachments is confidential and may be privileged, and is for the sole use of the intended recipient(s). Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please notify the sender immediately by replying to this message and destroy all copies of this message and any attachments. ASML is neither liable for the proper and complete transmission of the information contained in this communication, nor for any delay in its receipt.




More information about the Mod_python mailing list