On Thursday 10 November 2005 15:53, Sherwin Daganato wrote:
>
> It's hard to tell without seeing your code. If you really want to
> implement a pure perl http proxy, have a look at HTTP::Proxy[1].
>
> In CPAN, you can see the sources of a perl module online by clicking
> on the Source link on its POD-converted-to-html page.
>
> If you want a *faster* implementation, you may use mod_perl + mod_proxy.
> mod_perl is quite hard to understand at first, but you'll never regret
> learning it. Because with mod_perl you get finer control of apache. I
> guess you can't do that with other scripting language
> (/^(?!perl).{3,6}$/) :-Phi sir. thanks for the info. primarily, i'm neither writing an http proxy nor using apache. just enough to proxy/filter YM connections. As of now, my script filters YM traffic by: words/phrases being typed or sent, IP, username/passwrd, computer name-time, mac address, client being used or agent and YM preferences (like invisible logins). i'm experiencing errors though, when i use it to load the additional services in the lower part of the YM agent...services like weather, news, games... have you any idea why this is happening? Thanks. God bless. -- Glenn G Remot "...and at the end time the King of the South will collide with him, and the King of the North will storm him with chariots... and he will pitch the tents of his royal pavillion between the seas and the Beautiful Holy Mountain; yet he will come to his end..." _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

