Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

redirect problem

Status
Not open for further replies.

jimberger

Programmer
Jul 5, 2001
222
GB
hi all,

I think they may be no solution to this problem but i thought it was worth a try.

I am writing my own status page as a cgi script. I am taking the data from apache's own status page which comes from status_mod and is accessd by going to /status. The script basically reads in the html generated from /status , takes the data it wants and adds other useful server information. The only thing i need to do is redirect the page, so when i type instead of bringing up the status page that apache automatically generates i want my script to run instead. Is this even possible? I have tried ProxyPass but of course this will look for a URL on the server and therefore dosent work.

jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top