unsbuscribe

2010-03-03 Thread Petry Roman, IT
unsubscribe

RE: MP1 -> MP2 migration Problems.

2008-02-15 Thread Petry Roman, IT
more, nothing less .. and it WORKS 8-).. Will try with our "normal" modperl scripts now, but my test.pl script works. thanks again for your help .. and now you have a new patch for the next release 8-) bye Roman -Ursprüngliche Nachricht- Von: Randy Kobes [mailto:[EMAIL

AW: MP1 -> MP2 migration Problems.

2008-02-14 Thread Petry Roman, IT
apache2 with compat enabled. Perhaps it is broken in some ways ? bye Roman -Ursprüngliche Nachricht- Von: André Warnier [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 13. Februar 2008 23:01 An: modperl@perl.apache.org Cc: Petry Roman, IT Betreff: Re: MP1 -> MP2 migration Problems. Of

Re: MP1 -> MP2 migration Problems.

2008-02-13 Thread Petry Roman, IT
/Registry.pm DynaLoader.pm Apache2/RequestIO.pm Apache/File.pm APR/Table.pm sum: 61 Looks ok i think. Apache.pm is loaded.. So why can´t i get it to work.. damn thing 8-). bye roman -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von

AW: MP1 -> MP2 migration Problems.

2008-02-13 Thread Petry Roman, IT
this time.. Sorry it´s not my decision. Another tip 8-) bye ROman -Ursprüngliche Nachricht- Von: Randy Kobes [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 13. Februar 2008 17:55 An: Petry Roman, IT Cc: modperl@perl.apache.org Betreff: Re: MP1 -> MP2 migration Problems. On Wed, 13 Feb 2

Re: MP1 -> MP2 migration Problems.

2008-02-13 Thread Petry Roman, IT
gliche Nachricht- Von: Jim Brandt [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 13. Februar 2008 17:46 An: Petry Roman, IT Cc: modperl@perl.apache.org Betreff: Re: MP1 -> MP2 migration Problems. You might try it without the parens: use Apache2::compat; Petry Roman, IT wrote: &g

MP1 -> MP2 migration Problems.

2008-02-13 Thread Petry Roman, IT
"value\n"; foreach(keys(%ENV)) { print "$_$ENV{$_}\n"; } print "sum: ", scalar keys(%ENV)," envarray\n"; print "\n"; print "\n"; here the output... MOD_PERL_API_VERSION2 PATH/usr/local/bin:/usr/bin:/bin REQUEST_URI /perl/env.pl GATEWAY_IN

Re: +Parent breaks Oracle connection?

2007-11-13 Thread George L. Roman
On Tue, November 13, 2007 8:34 am, Jim Brandt wrote: > Where are those ENV variables being set? Is it in: > > PerlRequire /opt/rt3/bin/webmux.pl > > I believe you need to make sure the second perl interpreter runs the > same startup scripts as the first since it is completely new. Yes, that's

+Parent breaks Oracle connection?

2007-11-12 Thread George L. Roman
I'm having trouble running RT using the PerlOptions +Parent directive. My httpd.conf file: NameVirtualHost * ServerName default.name.com DocumentRoot"/var/www/html" Options FollowSymLinks AllowOverride None

Dynamic VirtualHost's

2005-03-02 Thread Roman
but with this method I must periodically restart Apache and I think it uses as many memory as when we write 's in the Apache .conf file, does it ? (there will be maybe thousands of VirtualHost's) Thank you in advance, Roman. -- No virus found in this outgoing message. Checked by AV

Re: [mp2] utf8 data garbled on second + subsequent loads

2005-02-11 Thread Roman Vašíček
On Fri, Feb 11, 2005 at 01:56:55PM +0100, Roman Vašíček wrote: > It is strange. CGI works ok, but i was unable to get correct output even > from module even first time. It seems to be ok for me after switching > from perl-script to modperl handler. > > apache2.

Re: [mp2] utf8 data garbled on second + subsequent loads

2005-02-11 Thread Roman Vašíček
$_ , $uni{$_}->{language}, textfield(-name=>$_, -default=>$uni{$_}->{character}, -size=>50, -maxlength=>80); } $p .= ''; $p .= hidden(-name=>'VertDo', -default=>['test unicode']); $p .= submi

Re: [mp2] utf8 data garbled on second + subsequent loads

2005-02-10 Thread Roman Vašíček
suggested) Encode::_utf8_on($text) Roman On Thu, Feb 10, 2005 at 11:51:28PM +, angie ahl wrote: > Firstly may I appologise for the length of this, I fear I won't get to > the bottom of it otherwise. > > All of the following is being done on OS X 10.3 > S

undefined symbol 'mysql_close' lazy binding failed!

2005-02-10 Thread Roman
Hi all, I'm new to mod_perl and to this mailing list. I use mod_perl for that mass virtual hosting through MySQL, I used this wonderful howto : http://davidcoulson.net/writing/lxf/39/apache.pdf So my httpd.conf contains that : - package My::MySQLTrans; use Apache::DBI; use

Re: POSIX valid_user.al

2005-02-02 Thread Roman Vašíček
Probably wrong/broken installation of Authen::Smb. Valid_User is defined in file smbval/valid.c which is part of Authen::Smb distribution. Try to recompile/reinstall Authen::Smb again. Roman On Wed, Feb 02, 2005 at 12:36:06PM +, [EMAIL PROTECTED] wrote: > Morning > > > I

Re: Output a page for download

2005-01-12 Thread Roman Vašíček
ou want to force user to download this file try to set the header 'Content-disposition' to the value 'attachment; filename=tissue_dump.txt' -- best regards Ing. Roman Vasicek software developer +--

Re: Output a page for download

2005-01-12 Thread Roman Vašíček
tent type $m->print($output_data); # output data return; # stop component processing Hope it helps Roman On Wed, Jan 12, 2005 at 09:38:11AM -0500, Sean Davis wrote: > A basic question, but > > I would like to output ta

Re: [Mason] Problems w/ Apache2+Mason on Fedora Core 2

2004-12-02 Thread Roman Vašíček
ch?query=libapreq2&mode=dist -- best regards Ing. Roman Vasicek software developer ++ PetaMem s.r.o., Ocelarska 1, 190 00 Praha 9 - Liben, Czech Republic http://www.petamem.com/ -- Report problems: http://perl

Apache2+mod_perl2+Mason - limit upload size

2004-11-30 Thread Roman Vašíček
1.99_14 HTML::Mason - 1.26 MasonX::Apache2Handler - 0.05 MasonX::Request::WithApache2Session - 0.04 Apache::Session - 1.54 Thanks Roman -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Re: Strange error calling a handler

2004-11-16 Thread Roman Medina-Heigl Hernandez
ring days/weeks, so I assume it is loaded. >Try run with 'httpd -X' to reproduce it faster. It's a production server. Apart from this, I cannot wait for weeks to try to reproduce the failure! Saludos, --Roman -- PGP Fingerprint: 09BB EFCD 21ED 4E79 25FB 29E1 E47F 8A

Re: Strange error calling a handler

2004-11-15 Thread Roman Medina-Heigl Hernandez
On Mon, 15 Nov 2004 16:04:59 -0500, you wrote: >Roman Medina-Heigl Hernandez wrote: >> Hello, >> >> I'm using mod_perl 1.29 with Apache 1.3.31 to invoke some perl modules >> like ProxyRewrite.pm. When I restart apache daemon, all is working ok. But >> wh

Strange error calling a handler

2004-11-15 Thread Roman Medina-Heigl Hernandez
" state. It's very strange. How could I track this kind of error? Does it sound familiar to any of you? Thanks in advance. Regards, -Roman -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html

RE: [mp2] Cannot load mod_perl.so into server. Undefined symbol " Perl _vmess"

2004-02-16 Thread Roman Bessyadovskii
essage- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: 11 ÆÅ×ÒÁÌÑ 2004 Ç. 23:18 To: Roman Bessyadovskii Cc: [EMAIL PROTECTED] Subject: Re: [mp2] Cannot load mod_perl.so into server. Undefined symbol "Perl _vmess" Roman Bessyadovskii wrote: > -8<-- Start Bug

[mp2] Cannot load mod_perl.so into server. Undefined symbol "Perl _vmess"

2004-02-11 Thread Roman Bessyadovskii
-8<-- Start Bug Report 8<-- 1. Problem Description: After successful compile mod_perl-1.99_12 i try load mod_perl.so in httpd (Apache/2.0.48) i recive message bellow (here output mod_perl-1.99_10, that i try to install from FreeBSD 4.2-RELEASE ports, and in

Cannot load mod_perl.so into server. Undefined symbol "Perl_vmess "

2004-02-10 Thread Roman Bessyadovskii
Hi all. After successful compile mod_perl-1.99_12 i try load mod_perl.so in httpd (Apache/2.0.48) i recive message bellow (here output mod_perl-1.99_10, that i try to install from FreeBSD 4.2-RELEASE ports, and in release 12 i have same proble) What i need to check? If needed additional inform