User Profile

Collapse

Profile Sidebar

Collapse
bashustbiju
bashustbiju
Last Activity: Oct 26 '06, 09:56 AM
Joined: Oct 23 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bashustbiju
    started a topic Apache python integration

    Apache python integration

    Hi

    Please some one help for configuring apache to use python scripts
    I made some changes.

    the index.py script contains the entry

    from mod_python import apache
    from mod_python import Session, Cookie, util
    def index(req):
    util.redirect(r eq, "mptest.py/formLogin")

    So when accessing th exact url i am getting the page as

    "Not Found...
    See more | Go to post

  • bashustbiju
    started a topic python module configuration in apache

    python module configuration in apache

    Hi

    Please some one help for configuring apache to use python scripts
    I made some changes.

    the index.py script contains the entry
    from mod_python import apache
    from mod_python import Session, Cookie, util

    def index(req):
    util.redirect(r eq, "mptest.py/formLogin")

    So when accessing th exact url i am getting the page as

    "Not...
    See more | Go to post
No activity results to display
Show More
Working...