Re: Apache 2.0, mod_perl filter question

2003-08-22 Thread Ilia Rassadzin
Options-Connections-Lan Settings-use a proxy server and put here address of my apache server, I am getting 403 Forbidden. I cannot explain this. Any help, ideas, etc are highly appreciated. Thanks, Ilia --- Stas Bekman [EMAIL PROTECTED] wrote: Ilia Rassadzin wrote: Hello mod_perl, I

Re: Apache 2.0, mod_perl filter question

2003-08-22 Thread Ilia Rassadzin
%{SSL_PROTOCOL}x %{SSL_CIPHER}x \%r\ %b /VirtualHost --- Stas Bekman [EMAIL PROTECTED] wrote: Ilia Rassadzin wrote: Hello, I am trying to filter DECRYPTED, PLAIN TEXT data. I attached my two configuration files. If more information needed i can send my logs. Ideally I want to make

Apache 2.0, mod_perl filter question

2003-08-12 Thread Ilia Rassadzin
Hello mod_perl, I have some problems with filtering HTTPS traffic. I modified for my needs FilterSnoop module from Stas Bekman filter tutorial. It perfectly sees HTTP data, but not HTTPS. Does anyone have any suggestions(ideas) about how to implement a filter which will see HTTPS? Thanks in