Re: proxy server

2003-02-17 Thread Ramprasad A Padmanabhan
Mat Harris wrote: On Mon, Feb 17, 2003 at 05:34:23 +0530, Ramprasad wrote: talk about reinventing the wheel :-O Now when you have an excellent tool like squid why would anyone go to write his own proxy I want to be able to use a php webpage to authenticate the user to make it as transparen

Re: proxy server

2003-02-17 Thread Mat Harris
On Mon, Feb 17, 2003 at 05:34:23 +0530, Ramprasad wrote: > talk about reinventing the wheel :-O > > > Now when you have an excellent tool like squid why would anyone go to > write his own proxy > I want to be able to use a php webpage to authenticate the user to make it as transparent as possi

Re: proxy server

2003-02-17 Thread Ramprasad
Mat Harris wrote: i am trying to write a mini proxy server to authenticate and run some other checking on http requests before they are passed to a squid server. I have got the following program which works for very basic requests but cannot deal with forms or anything complex. I will detail the

Re: proxy server

2002-04-22 Thread Todd Wade
"Conan Chai" <[EMAIL PROTECTED]> wrote in message 003301c1ea03$29edb410$0164a8c0@user1">news:003301c1ea03$29edb410$0164a8c0@user1... hi, >how do i read in the request from a browser? Go get the Perl Cookbook. Theres a whole section on being a TCP server. Its a little too complicated to discuss

Re: proxy server that listens on 2 ports

2002-04-19 Thread Michael Lamertz
On Fri, Apr 19, 2002 at 07:40:35PM +1000, Conan Chai wrote: > hi all, > i'm writing a simple proxy server that listens on 2 ports, 1 for browser and another >for admin client. the admin client is for administrative tasks such as adding new >users and reseting downloaded bytes. i'm currently usin