Java applets problem with Apache 2.0 and mod_fastcgi 2.4.2
"Jerome Purushotham" <shirl02-yBeKhBN/[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
With compiled apache 2.0.50 with mod_ssl and mod_fastcgi enabled.
Everything worked fine with Apache 1.3.x
But now applet pages come up blank, it shows applet downloading, but jar
files simply does not get
downloaded.
However, if I enable SSL, things work fine. I don't know what's happening,
any help is appreciated.
--- conf file --
<IfModule mod_fastcgi.c>
FastCgiIpcDir /tmp/fcgi
FastCgiServer /usr/bin/server.fcg -initial-env LD_LIBRARY_PATH -initial-env
TZ -pass-header Authorization -pass-header User-Agent -idle-timeout 90
AddHandler fastcgi-script .fcg
<Files bin/server.fcg>
SetHandler fastcgi-script
</Files>
</IfModule>
--- SSL conf ----
<Files bin/server.fcg>
SSLOptions +StdEnvVars
SetHandler fastcgi-script
</Files>
Thanks,
Jerome
___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/