proxy --> SSI

proxy --> SSI

am 03.10.2003 18:51:27 von Kaushal Jha

hey guys,
it is possible to pipe the output of mod_proxy to mod_include
,
I need to ssi the output of proxy, any pointers ?

____________________________________________________________ _____
Three simple steps. They guarantee your safety.
http://server1.msn.co.in/features/general/SMBvirus/index.asp Protect
yourself against the SMB.EXE virus.

Re: proxy --> SSI

am 06.10.2003 15:23:56 von Bill Stoddard

Kaushal Jha wrote:
> hey guys,
> it is possible to pipe the output of mod_proxy to
> mod_include ,
> I need to ssi the output of proxy, any pointers ?
>

It's possible if you use Apache 2.

Bill

Re: proxy --> SSI

am 06.10.2003 16:20:06 von K Lee

> Kaushal Jha wrote:
>> hey guys,
>> it is possible to pipe the output of mod_proxy to
>> mod_include ,
>> I need to ssi the output of proxy, any pointers ?
>>
>
> It's possible if you use Apache 2.
>
> Bill
>
>

I use something like this with 1.3.28 and reverse
proxy and it seems to work.

But Apache (Win32) crash frequently when
I browse pages with frames on VirtualHost
proxy + SSL + mod_gzip.

I don't know if this is becuase I didn't
recompile mod_gzip with -DEAPI. Have not
try that one yet. Search google found other
said -DEAPI is not important on mod_gzip, but
I don't see anyone mention puting mod_gzip
conf inside SSL VirtualHost.




DocumentRoot "c:/apache/htdocs"
ServerName Test_SSL
ServerAdmin test@test_SSL.com
ErrorLog logs/error_log
TransferLog logs/access_443.log

# Proxy the internal SLink site
# Proxy only via SSL
ProxyVia On
ProxyPass /W http://10.0.0.100:9999/W
ProxyPassReverse /W http://10.0.0.100:9999/W

ProxyPass /h http://10.0.0.100:9999/h
ProxyPassReverse /h http://10.0.0.100:9999/h


SSLEngine on
SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+e NULL
SSLCertificateFile c:/Apache/conf/ssl/test.cert
SSLCertificateKeyFile c:/apache/conf/ssl/test.key


SSLOptions +StdEnvVars


SSLOptions +StdEnvVars


SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0

CustomLog logs/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"




include conf/mod_gzip.conf






--
Browse, Analyze and document complex project source code such as PHP,
Apache, MySQL on
http://www.slink-software.com