Adam Zey wrote:
Jochem Maas wrote:.

...
Richard's suggestion is most likely the best option (assuming you want to use php) otherwise you'll probably end up hacking webserver and/or php sources (painful, time consuming and a probable maintainance nightmare) ... which also comes with the risk of breaking
lots http protocols 'rules' while your at it.


Regards, Adam Zey.


As I mentioned in my more recent mail, this unfortunately isn't an option since I need to run on port 80 without disturbing the existing

why is port 80 a requirement - HTTP can technically over any port.

webserver, which requirse that the script be running through the webserver :(

I've considered the possibility of looking into Perl or C (via CGI) to try to get the desired functionality, but they have their own issues (namely more complicated installation than just sticking a script anywhere in the web tree as you can with a default PHP installation).

sounds to me your requirement rules out the use of bog standard setups,
that said I doubt using CGI (with any language you choose) will fix the
problem because your still at thew mercy of the webserver that is running the
CGI.


Regards, Adam Zey.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to