Re: cgi.pm does not work in handlers (why responsehandlers at all ?)

2003-04-02 Thread pilsl
thnx for your reply. I use mod_perl 2 (1.99_08) and CGI.pm 2.91 and Apache 2.0.44. I thought that CGI.pm wouldnt work at all, so I didnt give any examples. I wrote a simply script that checks if running under mod_perl, displays some parameter and evaluates/presents a form. This script

[OT] Perfomance tests, How?

2003-04-02 Thread Ruslan U. Zakirov
Hello All! I need to test my project perfomance. Is there any OpenSource projects like WebBench and other in the Internet? Best regards. Ruslan.

AW: [OT] Perfomance tests, How?

2003-04-02 Thread Denis Banovic
Hi! Here are the doc's: Try ab or http_load. http://perl.apache.org/docs/1.0/guide/performance.html Best regards Lust auf mehr? - http://maedls.at --- NCM - NET COMMUNICATION MANAGEMENT GmbH ---[ Denis Banovic - CTO

Re: [OT] Perfomance tests, How?

2003-04-02 Thread Nathan Byrd
On Wed, 2003-04-02 at 06:54, Ruslan U. Zakirov wrote: Hello All! I need to test my project perfomance. Is there any OpenSource projects like WebBench and other in the Internet? Best regards. Ruslan. You might also want to try HTTPD::Bench::ApacheBench. I just

Configuration with perl

2003-04-02 Thread Richard Clarke
I'm fairly sure my head is about to explode from frustration here. Any help would be MUCH appreciated. I'm trying to get my httpd.conf working with perl../perl, however things don't seem to be working out. As soon as I add either $PerlModule or $PerlRequire for any module, apache seems to try

How to make apache with both mod_perl and mod_ssl?

2003-04-02 Thread Charlie Smith
How to make apache with both mod_perl and mod_ssl? -- This message may contain confidential information, and is intended only for the use of the individual(s) to whom it is addressed.

Re: [mp2] upload file

2003-04-02 Thread Stas Bekman
I used of examples these 2 archives but dont functioned in mp1 i dont have problem my mp2 version is last cvs version So you have a problem with mp2. Did you upgrade your CGI.pm to the latest version? __ Stas Bekman

Re: cgi.pm does not work in handlers (why responsehandlers at all?)

2003-04-02 Thread Stas Bekman
[EMAIL PROTECTED] wrote: thnx for your reply. I use mod_perl 2 (1.99_08) and CGI.pm 2.91 and Apache 2.0.44. I thought that CGI.pm wouldnt work at all, so I didnt give any examples. I wrote a simply script that checks if running under mod_perl, displays some parameter and evaluates/presents a

Re: How to make apache with both mod_perl and mod_ssl?

2003-04-02 Thread Stas Bekman
Charlie Smith wrote: How to make apache with both mod_perl and mod_ssl? RTFM: http://perl.apache.org/docs/1.0/guide/install.html#Installation_Scenarios_for_mod_perl_and_Other_Components __ Stas BekmanJAm_pH -- Just

ANNOUNCE: Bricolage-Devel 1.5.2

2003-04-02 Thread David Wheeler
The Bricolage team is pleased to announce the release of Bricolage-Devel 1.5.2, a release candidate for what will soon become Bricolage 1.6.0. Users of 1.5.1 are strongly encouraged to upgrade to 1.5.2, as assets have an unfortunate habit of disappearing from workflow in 1.5.1. In addition to all

Re: Configuration with perl

2003-04-02 Thread Richard Clarke
List, No matter what I can't understand why the following tiny perl configuration won't work. If I comment out $ServerRoot, it works. If I instead comment out DocumentRoot, it works. If I comment out $$l, it works. I don't understand :( Perl #!perl -w $ServerRoot =

Adding / Modifing Response Headers on mp2

2003-04-02 Thread Denis Banovic
Hi! I'm trying to figure out, how to Add / Modify the HTTP Headers like Content Type, Cache aso... on mod_perl 1 I've used: $r-send_cgi_header($custom_headers); but this won't work mod_perl 2... I've searched in Apache::compat all I've found was the function header_out that internally calls