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
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