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