Re: How to display images ?

2007-08-21 Thread Georg Grabler
On Tuesday 21 August 2007 15:48:23 RGKärcher wrote: > print " http://www.mysite.net/\";>   src=\"site_images/$image \"  width=\"160\" > height=\"180\" alt=\"image \" class=\"float-left\" > />\n"; Perl is just a bit differnt. Either, use ${image} instead of $image or use sprintf. -- Yours, Georg

Memory Usage

2007-03-30 Thread Georg Grabler
Hello list, I'm developing a quite large project, using SOAP::Lite and some more modules using mod_perl. My main problem is: Memory Usage. Currently, the apache processes take (each) about 150 MB memory, what's quite a lot. Now, i've been wondering which module and why it takes that much memory

apache2 / mod_perl / ssl

2007-02-02 Thread Georg Grabler
Hello everybody on the lists. I've a smaller problem using mod_perl / apache2. I've usually some CGI files, implementing perl Modules (.pm). In one perl module, i use SSL, as you might already expect, it's a login popup. Now i somehow struggle in the problem that the remote_addr is "::1" instea

Mailing list down

2006-12-27 Thread Georg Grabler
Are they still down?

Problem with MOD_PERL_API_VERSION

2006-12-27 Thread Georg Grabler
Hello everybody around. I've a strange problem occuring on my computer. I've taken the script from the apache mod_perl documentation, pringing my environment variables (${ENV}). According to this, my MOD_PERL_API_VERSION is 2, what's fine so far. Anyway, accessing them from ANY module, with the

Problem with MODPERL_API_VERSION

2006-12-27 Thread Georg Grabler
Hello everybody around. I've a strange problem occuring on my computer. I've taken the script from the apache mod_perl documentation, pringing my environment variables (${ENV}). According to this, my MOD_PERL_API_VERSION is 2, what's fine so far. Anyway, accessing them from ANY module, with the

Re: Problem with Apache 2.2.2 / modperl 2.0.2 and Apache2::SOAP

2006-08-02 Thread Georg Grabler
ling a bug against Apache2::SOAP. Then Randy may fix> his dirty hack to determine MP2-Version ;-) >> http://rt.cpan.org/Public/Dist/Display.html?Name=Apache2-SOAP>> Tom>> Georg Grabler schrieb: > > Well, i kicked out the old code which seemed to be b

Re: Problem with Apache 2.2.2 / modperl 2.0.2 and Apache2::SOAP

2006-08-02 Thread Georg Grabler
a mistake i did in my server > configuration now ended up in a as it seems a bugfix for a bug in a module.>> Thank you for your time, and the help you provided me, and hopefully> others, when they're reading the archives. > Georg>> On 8/2/06, *Tom Schindl* <[EMAIL PROTECTED

Re: Problem with Apache 2.2.2 / modperl 2.0.2 and Apache2::SOAP

2006-08-02 Thread Georg Grabler
Well, i kicked out the old code which seemed to be buggy of Apache2::SOAP, and used the codepiece you gave me to determine which modperl version i'm using.What shall i say, except thank you very much, Tom. It works perfectly now, and all the day searching for a mistake i did in my server configurat

Re: Problem with Apache 2.2.2 / modperl 2.0.2 and Apache2::SOAP

2006-08-02 Thread Georg Grabler
a  bug at modperl or just a configuration bug? Hopefully the 2nd one.Sorry for the 2nd reply tom, missclicked and havn't had the list in CCThank you,GeorgOn 8/2/06, Tom Schindl <[EMAIL PROTECTED]> wrote: Georg Grabler schrieb:> I'm experiencing Problems with the setting written ab

Problem with Apache 2.2.2 / modperl 2.0.2 and Apache2::SOAP

2006-08-02 Thread Georg Grabler
ough, something goes wrong with Apache2::SOAP or modperl... and i don't have any idea anymore.Do you have any suggestion what i could do? Thanks,Georg Grabler