Problem mit FCGI und Perl

2014-07-10 Thread Michael Wenko
Hallo, ich möchte in Perl (FCGI.pm) unter Umständen die FCGI Schleife (while fcgi-Accept) verlassen und die Instanz, die den letzten Request bearbeitet hat, zu beenden. Dazu verlasse ich die Schleife derzeit mit last: while( $fcgirequest-Accept ) { ... if( $beendeDich ) { last; } }

[users@httpd] Apache cgid:error for HTML::Template::Pro templates larger than 8k

2014-07-10 Thread Tom Phan
My web server: FreeBSD 10.0, Apache 2.4, Perl 5.16, HTML::Template::Pro 0.9510   When I try to run any perl script calling HTML::Template::Pro templates larger than 8,191 bytes, I get following error in httpd:   [cgid:error] malformed header from script 'test.pl': Bad header: !doctype html  

[users@httpd] Hiding Query Strings

2014-07-10 Thread Otis Dewitt - NOAA Affiliate
Greetings, I am having a problem hiding query strings: Example: Change: http://www.fishfry.gov/pls/webpls/car_1.data_in?jtype=IMPjmnth=01jyear=2014jcountry=USAjoutput=TABLE To Show: http://www.fishfry.gov on query return instead of showing the complete URL as above to help mitigate the public

Re: [users@httpd] Hiding Query Strings

2014-07-10 Thread Stormy
At 01:16 PM 7/10/2014 -0400, Otis Dewitt - NOAA Affiliate wrote: Greetings, I am having a problem hiding query strings: Example: Change:

[users@httpd] Apache cgid:error for HTML::Template::Pro templates larger than 8k

2014-07-10 Thread Tom Phan
My web server: FreeBSD 10.0, Apache 2.4, Perl 5.16, HTML::Template::Pro 0.9510 When I try to run any perl script calling HTML::Template::Pro templates larger than 8,191 bytes, I get following error in httpd: [cgid:error] malformed header from script 'test.pl': Bad header: !doctype html Running

[users@httpd] HTTPS Proxy with Apache

2014-07-10 Thread fabio . schmidt
Hi ! I'm trying to use Apache 2.2 to proxy connections to a server that only listens with HTTPS (Citrix Secure Gateway, to be more precise) and keep the connection encrypted. I've already enabled the proxy, proxy_http and proxy_connect modules but when I access through my Apache server I got