MP1 - libapreq1.2 broke apache / mod_perl installation

2003-08-03 Thread [EMAIL PROTECTED]
and I cannot think straight at the moment. -- Joelle Nebbe, [EMAIL PROTECTED] on 03/08/2003

UploadMeter

2003-06-01 Thread [EMAIL PROTECTED]
Hi, Anyone know a site that uses UploadMeter? I would like to take a live look at it to see if its what I am after. So far when I try it it simply does not print 'any' form input fields. This is likely due to something about Stacked Handlers. Well TIA. Best Regards, [EMAIL

Re: Preloading DBI crashes Apache

2003-02-26 Thread [EMAIL PROTECTED]
v server_root_relative is absolute from chroot / ## } I am starting to think it is not too practical running apache chrooted at this time. I had thought that once the libs were in place etc everything would work exactly the same. ;-} Well off to parse the dso stuff. I might be real sorry I se

Re: Preloading DBI crashes Apache

2003-02-26 Thread [EMAIL PROTECTED]
er any /cgi-bin .pl or .cgi do not work. The chroot / is /var/www whereas the /cgi-bin is /var/www/cgi-bin Did you find something occuring like that as well? Maybe it something obvious that I staring @ but I don't see it and would appreciate a clue stick. (If one is handy.) ;-) Best R

Re: httpd chroot 3.2 mod_perl

2003-02-09 Thread [EMAIL PROTECTED]
On Sun, Feb 09, 2003 at 03:30:09PM +1100, Stas Bekman wrote: > [EMAIL PROTECTED] wrote: Hi, use lib Apache->server_root_relative('/lib/perl'); in the chrooting of mod_perl the server_root_relative() is absolute to the new chroot '/' not relative as in (

httpd chroot 3.2 mod_perl

2003-02-08 Thread [EMAIL PROTECTED]
} #commonly used modules use Apache::Registry (); use Apache::Constants (); use CGI qw(-compile :all); use CGI::Carp (); 1; #Well seems like there is something missing. Not sure what. Suggestions? Best Regards, [EMAIL PROTECTED]

Re: [MP2] bug report startup and XML::LibXML

2003-01-31 Thread [EMAIL PROTECTED]
Hi ! > and as suggested : > LIBXML2.DLL VERSION 2.4.26 > XML::LibXML version 1.52 >I've tested with libxml2-2.4.23 and XML::LibXML 1.53 on linux >and it works >just fine. I tested it with libxml2-2.4.23 and XML::LibXML 1.52 and it still segfaults. >this looks suspiciou

[MP2] bug report startup and XML::LibXML

2003-01-30 Thread [EMAIL PROTECTED]
Hi here is a revised complete report bug > Hi > > on > SERVER_SOFTWARE: Apache/2.0.44 (Win32) mod_perl/1.99_08-dev > Perl/v5.8.0 and as suggested : LIBXML2.DLL VERSION 2.4.26 XML::LibXML version 1.52 everything rebuild debug test code --- use

pb with theoryx5 ppms archname

2003-01-29 Thread [EMAIL PROTECTED]
Hi with perl 58 /win32 I noted that ppm refuses to install packages from http://theoryx5.uwinipeg.ca/ppms (the one for 5.8) because these packages mention ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.8" while perl 580 built without archname (and the one from activestate) does

Re: "do" as temp solution for "require" problem ?

2003-01-28 Thread [EMAIL PROTECTED]
January 28, 2003, at 05:21 PM, Randal L. Schwartz wrote: "mail@adventureforum" == mail@adventureforum net <[EMAIL PROTECTED]> writes: mail@adventureforum> I am using: mod_perl/1.26 mail@adventureforum> Now I tried to include subroutines from an external .pl file with mai

Re: "do" as temp solution for "require" problem ?

2003-01-28 Thread [EMAIL PROTECTED]
n in a subroutine in an external file doesn't always work. The "do" solution I got from: http://perl.apache.org/docs/1.0/guide/ porting.html#Name_collisions_with_Modules_and_libs -> on the bottom of the page: A hack) Cheers, Bart On Sunday, January 26, 2003, at 05:30 AM, Stas

"do" as temp solution for "require" problem ?

2003-01-25 Thread [EMAIL PROTECTED]
Hi, I think mod_perl is wonderful but unfortunately enough the "require" function does not work as it does in CGI. Is using the function "do" the only workaround as temporary solution till this problem is fixed in a/the next mod_perl version? Cheers, Bart

Re:[MP2] pb with modperl and XML::LibXML

2003-01-23 Thread [EMAIL PROTECTED]
> Hi > > on > SERVER_SOFTWARE: Apache/2.0.43 (Win32) mod_perl/1.99_08-dev > Perl/v5.8.0 PHP/4.3.0 > > > having installed the latest XML::LibXML from > http://theoryx5.uwinnipeg.ca/ppms > > and having Loadfile c:/perl/bin/libxml2.dll in httpd.conf > > I still have the error :

[MP2] pb with modperl and XML::LibXML

2003-01-23 Thread [EMAIL PROTECTED]
Hi on SERVER_SOFTWARE: Apache/2.0.43 (Win32) mod_perl/1.99_08-dev Perl/v5.8.0 PHP/4.3.0 having installed the latest XML::LibXML from http://theoryx5.uwinnipeg.ca/ppms and having Loadfile c:/perl/bin/libxml2.dll in httpd.conf I still have the error : - a USED testxml from star

Re: [MP2] pb with startup.pl and LibXML

2003-01-22 Thread [EMAIL PROTECTED]
Does adding a LoadFile "/Path/to/libxml2.dll" directive, before pulling in the startup script, help? (in the distribution from our site, libxml2.dll is in the Perl/bin/ directory). -- best regards, randy I have no libxml2.dll file from the all-in-one 30 or so MB archive donwl

[MP2] pb with startup.pl and LibXML

2003-01-22 Thread [EMAIL PROTECTED]
Hi I have SERVER_SOFTWARE: Apache/2.0.43 (Win32) mod_perl/1.99_08-dev Perl/v5.8.0 PHP/4.3.0 installed from theoryx5 all-in-one archive here is the problem I have : - package testxml; use strict; use warnings; use XML::LibXML(); use XML:

unsubscribe modperl

2003-01-13 Thread [EMAIL PROTECTED]
unsubscribe modperl -- mail2web - Check your email from the web at http://mail2web.com/ .

XML-LibXML-Common in perl 58 repository at theoryx5.

2002-12-02 Thread [EMAIL PROTECTED]
Hi when trying to ppm install XML::LibXML::Common from http://theoryx5.uwinnipeg.ca/ppms, the new perl58 repository, I have this error : error, read a ppd but it is not intended for this build of perl (mswin32-x86-multi-thread) I have active state perl58 installed and successfully insta

default-handler ignored if url points to a directory

2002-10-02 Thread [EMAIL PROTECTED]
Hi on win32 perl 561 with last modperl when a location is reset to default-handler and no real file is called but just a directory, modperl does not pass on to default (and to mod_dir for indexing of the directory). url /stylesheets/style.css triggers the default handler properly, but not /sty

bug with IO::Scalar IO::String Text::Iconv and XML

2002-10-01 Thread [EMAIL PROTECTED]
Hi here is a program that shows something wrong when using Text::Iconv with IO::Scalar or IO::String read a sample xml file, with an accented character, after xml parsing (which translates to utf-8), translate back to iso- 8859-1. also prepare a simple utf-8 string with text::iconv problem :

perl section does not override conf default

2002-09-30 Thread [EMAIL PROTECTED]
Hi I have an httpd.conf like this for what concerns icons (this is default apache conf) #Alias /icons/ "c:/apback/icons/" # #Options Indexes MultiViews #AllowOverride None #Order allow,deny #Allow from all # later in the conf I have a perl section

Re:AxKit under Win32

2002-09-11 Thread [EMAIL PROTECTED]
> Does anybody know where I can find information for installing and running > AxKit under windows (is this possible?). > > I looked on axkit.org but didn't find any guidance. > > Thanks > PC > there is a ppm available at theoryx5.uwinnipeg.ca/ppmpackages but on win32 there is no cache of pages p

pb with Apache::Filter and internal_redirect

2002-09-10 Thread [EMAIL PROTECTED]
Hi on win32 perl561/modperl127, last apache::filter when the first registered handler in the chain calls an internal redirect (thus short-circuiting others) this produces an error : Not a HASH reference at D:/Perl/site/lib/Apache/Filter.pm line 221. (corresponds to return unless length $self{c

RE: weird bug in Apache::Filter with UTF-8

2002-09-10 Thread [EMAIL PROTECTED]
> > > > Hi > > under perl561/modperl 1 > > > > I have 2 modules in an apache filter context > > > > perlhandler module1 module2 > > > > module1 prints some text > > partly hardcoded normal (but accented) text > > partly from an XML::XPath instruction (UTF-8 codeset but > > insi

weird bug in Apache::Filter with UTF-8

2002-09-09 Thread [EMAIL PROTECTED]
Hi under perl561/modperl 1 I have 2 modules in an apache filter context perlhandler module1 module2 module1 prints some text partly hardcoded normal (but accented) text partly from an XML::XPath instruction (UTF-8 codeset but inside the ascii 127) - if module1 is alone the output is ok - wi

perlsetvar sometimes fails at server startup

2002-09-09 Thread [EMAIL PROTECTED]
Hi on win32 with perl 561/modperl 1.27-01 dev httpd.conf [..] $PerlSetvar='var foo'; (set outside any container in httpd.conf) $Perlrequire='startup.pl'; [...] then inside a module used in startup.pl use Apache(); my $s=Apache->server ; (ok) my $base=$s->dir_config('var') (

RE: $r->print does not dereference

2002-09-03 Thread [EMAIL PROTECTED]
> when using $r->print in perl 561/modperl 1.26 context on winXP, > I cannot get the value passed to be dereferenced as it is > explained in the doc $r->print automatically does. > > $out='toto' ; > > $r->print($out) ->output toto > > $r->print(\$out) > $r->print((\$out)) ->both output scalar xxx

$r->print does not dereference

2002-09-03 Thread [EMAIL PROTECTED]
Hi when using $r->print in perl 561/modperl 1.26 context on winXP, I cannot get the value passed to be dereferenced as it is explained in the doc $r->print automatically does. $out='toto' ; $r->print($out) ->output toto $r->print(\$out) $r->print((\$out)) ->both output scalar xxx thanks fo

apache::status on win32

2002-08-31 Thread [EMAIL PROTECTED]
Hi with winXP Embedded Perl version v5.6.1 for Apache/1.3.26 (Win32) mod_perl/1.27_01-dev Apache Status is not working as expected the httpd.conf configuration is Perl Module Apache::Status (before any other module) PerlModule B::TerseSize SetHandler perl-script PerlHandler Apache::Statu

Re: Image manipulation recommendation?

2002-06-28 Thread [EMAIL PROTECTED]
Maybe GD.pm? --- Ryan Thompson <[EMAIL PROTECTED]> wrote: > > Hi all, > > I hope this isn't too far off topic. I'm working on > a mod_perl web > project in which it would be *really* quite handy if > I could > dynamically rasterize text over existing ima

Re: errors installing libapreq

2002-06-26 Thread [EMAIL PROTECTED]
Try an older version. --- Tim Bolin <[EMAIL PROTECTED]> wrote: > ok, im at the end of my proverbial rope on this one > and dont know how to > proceed... i am trying to install libapreq for > Apache::Request, and when i > try to run "make" the thing just pukes up

Win32 Binarys

2002-06-25 Thread [EMAIL PROTECTED]
Where can I get a Win32 binary of mod_perl? I use Apache 1.3.26/ActivePerl Build 522. None of Randy Kobes' PPMs would Install and the newest pre-compiled zipped binary is for mod_perl 1.16. Thanks! http://www.sold.com.au - SOLD.com.au - Find yourself a bargain!

reverseproxy configuration

2002-04-22 Thread [EMAIL PROTECTED]
hi i am trying to set up a front end vanilla + backend modperl server with mod_proxy the front end server (apache2)works ok on port 80, the back end works (apache mod_perl 1) ok on port 8080, but each time the url is redirected to the backend server i get a forbidden response even though i put

Apache::DB for win32

2002-04-17 Thread [EMAIL PROTECTED]
Hi winnt/as561/ modperl 1_26_01-dev / apache 1.3.22 I installed Apache::DB module from theoryx5 repository. I put the necessary directives in httpd.conf. It is said to start apache with -X flag. but there is no such possibility on win32 apache. so i started the server normally and manually in a

compiling modperl2 debug pb

2002-04-16 Thread [EMAIL PROTECTED]
hi winnt/perl 561 about the compiling error of mod_perl-1.99_01 in debug mode, the specific error is "unresolved external _MP_debug_level" when linking filter.dll this symbol is found in every .lo files of the src/modules/perl directory after the build process but in no source file isn't thi

Re:Help required

2002-04-16 Thread [EMAIL PROTECTED]
> Hi > I am new to mod_perl and i am developing some samples using > mod_perl . > While developing sample , i do not want to restart the server > frequently with respect to my changes. > > So i used the$r->header_out("Pragma", "no-cache"); statement not > to cache the results. i seems to

error compiling modperl2 debug

2002-04-15 Thread [EMAIL PROTECTED]
AKE : fatal error U1077: 'link' : return code '0x460' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. -8<--End Bug Report --8<--- --- Note: Complete the rest of the details and post this bug report to dev perl.apache.org. To subscribe to the list send an empty email to [EMAIL PROTECTED] Accédez au courrier électronique de La Poste : www.laposte.net ; 3615 LAPOSTENET (0,13 €/mn) ; tél : 08 92 68 13 50 (0,34€/mn)"

Apache::ServerUtil pb in modperl2

2002-04-12 Thread [EMAIL PROTECTED]
Hi apache 2.0.35 / mod_perl 1.99_01 / winnt I confirm that using a module in startup.pl consisting of use Data::Dumper ; use XML::LibXML() ; [1] use Apache::ServerUtil ; [2] my $s=Apache->server ; [3] my $base=$s->dir_config('some'); [4] my $xml=XML::LibXML->new(); [5] print Dumper $xml ; cau

Re: mod_perl on windows

2002-03-22 Thread [EMAIL PROTECTED]
Great! It worked now thanks! I only had to "install --force libapreq" and it worked. - Original Message - From: "Randy Kobes" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, March 23

mod_perl on windows

2002-03-22 Thread [EMAIL PROTECTED]
Hi.  my $erver: Apache/1.3.22 (Win32) PHP/4.0.6 mod_perl/1.26_01-dev perl v5.6.1 Consider this sample script:   use Apache::Request;use strict;use warnings;   my $r=Apache->request;my $apr = Apache::Request->new($r);$r->send_http_header('text/html');   The first time i run the script the erro

Re: Net::LDAP::Extension

2002-02-27 Thread [EMAIL PROTECTED]
hi, Have you looked at CPAN ? once you have untarred then do a less *.pm . Read code assimulate. Read README.. Read INSTALL Search Engines. Try tests. Analyse tests .. done. Hope that helps. Best Regards, [EMAIL PROTECTED] On Wed, Feb 27, 2002 at 04:37:05AM -0700, Murugan K wrote: >

Re: choice of mod_perl technology for news site

2002-02-07 Thread Ian Kallen &lt;[EMAIL PROTECTED]>
am and Virus Technologist" (which is > actually a really nice change from web hacking). As far as other CMS's, > Robin has already mentioned XIMS and his Tesserra, but forgot about this > one: http://www.callistocms.com/ which simply blew my mind looking at the > graphics. I gues

Re: Fast template system

2002-01-01 Thread [EMAIL PROTECTED]
Ryan Thompson wrote: > Yeah, TT is good, all right, especially with the ability to change the > start and end tags to something more compliant, like . > > I'd gladly switch, if someone knows how to get it working on FreeBSD > -STABLE without breaking everything else :-) Update your ports tree.

Re: How to Use Apache as a FTP server

2001-12-19 Thread [EMAIL PROTECTED]
hi, While if i were to take you literally it will not work. HTTP and FTP behave comepletely differently. However you can simulate it .. eg ftp://ftp.myserver.pre As well as browsers tend to do passive ftp .. for downloads .. Hope that helps a little. Regards, [EMAIL PROTECTED

Re: Defeating mod_perl Persistence

2001-12-11 Thread [EMAIL PROTECTED]
should one not unlink() after the close? > > When using Mail::Sender only the first email is sent on my mod_perl > server. > > When I investigated, I realised that the socket to the SMTP server was > > staying open after the completion of that first email (presumably mod_perl > > is responsible f

chroot .. jail2 || other .pm ?

2001-12-11 Thread [EMAIL PROTECTED]
hi, Was digging around CPAN looking for a module that would allow the following.. user is authenticated .. via web.. ok got that.. If they are successful that are chroot or jailed or caged in a specific directory which becomes their root.. eg .. $HOME/public_html which is ln || lndir to /va

have a memory leaking

2001-12-06 Thread [EMAIL PROTECTED]
=> "$root/logs/error_log", CustomLog => "$root/logs/access_log combined", ServerAdmin => '[EMAIL PROTECTED]', ScriptAlias => { '/cgi-bin/' => "/home/alexis/sd/kuban.com/cgi-bin/", },

location directive

2001-11-27 Thread [EMAIL PROTECTED]
Hi I have put mod_perl handler inside a virtual host section then inside the virtualhost section, i also put location directives to override overall modperl handler in some situations, with sethandler default-handler. for instance Alias /icons/ d:/Apache/icons/ SetHandler default-handler t

DB_File needs compatible versions

2001-10-02 Thread [EMAIL PROTECTED]
Hi, I just installed apache 1.3.20, mod_perl 1.26 on a Redhat 7.1 perl 5.6.0 When I go to start apache with my startup.pl file it fails and says DB_File needs compatible versions of libdb & db.h you have db.h version 3.1.17 and libdb version 2.4.14 Any pointers? thanks in advance Sc

Re: Limiting total bandwidth ... nicely

2001-09-28 Thread [EMAIL PROTECTED]
hi Brice, It really depends what os your using which i presume is not m$ ;-P Anyhow.. BSD -> ALTQ Linux -> QoS Hope that helps. Note that bandwidth throttling should be down further down.. Best Regards, [EMAIL PROTECTED] On Fri, Sep 28, 2001 at 11:07:42AM -0500, Brice D Ruth

Re: cgi-lib.pl

2001-07-24 Thread [EMAIL PROTECTED]
hi, Not really sure if this is useful info for you but your sub:object called ReadParse is being called in welcome.pl @ line 7 without being defined previously.. > [Mon Jul 23 05:38:06 2001] [error] Undefined subroutine > &Apache::ROOTwww_2emy_2ddomain_2ecom::cgi_2dbin::pads::welcome_2epl::Rea

mod_perl on win2k: cannot load module

2001-07-03 Thread [EMAIL PROTECTED]
I am a currently trying to have Apache and mod_perl to run with win 2000. This is part of a review being currently undertaken by my company on what technical solution to use for our intranet web server. I have installed Apache 1.20 downloaded from apache.org web site. I have installed Perl from

Attempt to free unreferenced scalar ...

2001-06-01 Thread [EMAIL PROTECTED]
I am frequently getting this message in my error log: Attempt to free unreferenced scalar during global destruction. I have been unable to trace it down to any one particular handler. It seems to be happening, as the message suggests, when a child exits. Is this a familiar message? Is there any

Re: Getting the wrong URL

2001-06-01 Thread [EMAIL PROTECTED]
OK, I think I have solved this problem, but I would like to run my solution by you folks, and see if it makes any sense. What we found, on a more thorough code review, was that a number of the handlers were doing a redirect by calling send_cgi_header, and then exit()'ing. It seemed to us that the

Re: Getting the wrong URL

2001-05-29 Thread [EMAIL PROTECTED]
On Sat, 26 May 2001 22:41:11 +0800 (SGT), Stas Bekman said: > On 25 May 2001, [EMAIL PROTECTED] wrote: > > > Once one handler get a server error, you'll get the last > > succssful content served by that child, repeatedly, forever. Note also that > > this

Re: Getting the wrong URL

2001-05-25 Thread [EMAIL PROTECTED]
On Fri, 25 May 2001 23:28:44 +0800 (SGT), Stas Bekman said: > > We're not doing anything with Apache::Registry. Everything is with Perl > > handlers. It always seemed to me that the problems described at those locations > > were specific to Apache::Registry. So you're saying that if a Perl ha

Re: Getting the wrong URL

2001-05-25 Thread [EMAIL PROTECTED]
> On 24 May 2001, [EMAIL PROTECTED] wrote: .. > > I have a web site where *everything* is mod_perl handlers. The problem that I'm > > seeing is that I will go to the url http://hostname/foo and I get the content > > from http://hostname/bar > > > > This

Getting the wrong URL

2001-05-24 Thread [EMAIL PROTECTED]
I'm having a recurring problem that I can't find comment about in the docs, and I was wondering if anyone might have some insight on this. I have a web site where *everything* is mod_perl handlers. The problem that I'm seeing is that I will go to the url http://hostname/foo and I get the content

Re: Can AxKit be used as a Template Engine?

2001-04-23 Thread Ian Kallen &lt;[EMAIL PROTECTED]>
't think > page-based web development systems scale well to larger applications. I > prefer something that is turned inside-out from the page based view of > things, like MVC. cheers, -Ian -- Ian Kallen <[EMAIL PROTECTED]> | AIM: iankallen

Re: modperl/ASP and MVC design pattern

2001-04-20 Thread Ian Kallen &lt;[EMAIL PROTECTED]>
> an interesting feature of JSP is the possibility to use the MVC design pattern >(INPUT/OUTPUT/LOGIC separation) > This is obtained with the "forward" instruction. > How the MVC design pattern can be implemented in the mod_perl (and specifically >Apache::ASP) architecture ? cheers, -Ian -- Ian Kallen <[EMAIL PROTECTED]> | AIM: iankallen

apache::asp

2001-02-25 Thread [EMAIL PROTECTED]
Hello I was wondering if the support for asp in apache also includes ODBC access from a asp script to a MS Access database or other ODBC source. Like it is posible in a MS Web server? Kind regards Jacques

installing ApacheDBI..

2000-01-01 Thread [EMAIL PROTECTED]
Hi, I've looked in the archives and the docs, but can't seem to find an answer. I can't be the only one having this problem. I'm trying to install ApacheDBI and it goes on fine, but whenever I try and use it I get a compilation error: Can't locate object method "module" via package "Apache" at

any comment? mod-perl-mailinglist

1999-10-22 Thread [EMAIL PROTECTED]
Dear mailinglist, Can someone please enlighten me. I am researching this problem for a while and running out of ideas. also i searched the web, faq, mailinglist, dejanews etc. without finding a hint. I am trying to compile apache with mod_perl using APACI on 2 machines, machine 1 is running So