I have lines like this in my .htaccess file : AuthName AD AuthType Arup::AuthCkLDAP PerlSetVar ADPath / PerlSetVar ADLoginScript /login.perl .. and i'm using...
Hello Stas et al, Just a quick question; how far off a feature-freeze is MP2? ie: if I wanted to write a moderatly serious e-commerce app in mp, is it safe to...
... I faced the same problem while building mp2 statically. I found out that lapr-0 was already built inside srclib/apr/.lib of httpd. I just copied that file...
Hi MKDoc, a mod_perl, accessible, standards compliant, UTF-8, web content management system has been GPL'ed: http://mkdoc.com/news/gpl/ The stable version is...
Hi, under Solaris 9 with Perl 5.6.1 pre-installed, I just fought with these infamous error messages cc: unrecognized option `-KPIC' cc: language depend not...
Hi, About a month ago, we started having our Apache (1.3.29,mod_perl 1.29) logs showing many DBD::Oracle errors (basically ORA-01001:Invalid Cursor, ORA-01007:...
I am experiencing error when running a script under modperl while the script runs fine elsewhere. I am installing Apache::Gallery. Everything runs fine except...
for anyone wanting to attend ApacheCon, if you register before September 30th you will save $300 on the conference alone. as I mentioned before, there are lots...
Hi, I get the following error building mod_perl 1.29 on Mac OS X 10.3.5. I looked in the archives and see the problem reported multiple times but apparently...
Is there a way to detect an incoming GET request generated by a meta refresh at the server level with mod_perl??? Some of you have heard of users being able to...
... 1. Problem Description: A) libexpat.so is in /usr/local/lib, but APR.so is not built with a runpath that includes this directory. The runpath only contains...
The job listing is below. We are looking for a perl programmer that has some experience designing and coding object oriented mod_perl web applications. Would...
I've made a quick port of this to mod_perl 1.99 - surprised to not see it already. Attached a diff and the full module. -D -- "A good messenger expects to get...
https://panel.dreamhost.com/kbase/index.cgi?area=2446 says: "We do not support mod_perl on our shared hosting plans. We're sorry about this; the problem is...
The Bricolage development team is pleased to announce the release of Bricolage 1.8.2. This maintenance release addresses quite a large number of issues in...
If I'm not mistaken, building libaqreq2 with both --with-apache2-apxs and --with-apache2-src. But you can do it and end up with an almost-functional...
I'm writing an e-commerce package that uses mod-perl for all the product presentation. The mod-perl scripts use DBI, CGI, and my own perl modules which I...
I have just installed Apache Webserver 2.0.46, ActivePerl 5.8.4 and MySql 3.51 on a laptop under Windows XP. Everything runs --- Apache is running, MySQL is...
Basically the test seems to be working (ie. 500 expected and received), but handling the 500 error kills apache (seems to be a simple dereference of a null...
Hi, I'm new to this list and trying to compile modperl for Apache2. (I've done this some time ago for modperl 1.26 and Apache 1.3.22.) I'm using Perl 5.8.5...
Apache HTTP Server Request Library 2.04-dev Released The Apache Software Foundation and The Apache HTTP Server Project are pleased to announce the 2.04-dev...
Summary of problem: following failed during "make test" for mod_perl-1.99_16: t/filter/both_str_con_add.t t/protocol/echo_block.t t/protocol/pseudo_http.t The...
Hi. I want to redirect to some uri one page. This can be accomplished easily in PerlTransHandler with $r-> uri($new_uri); My problem is that this uri needs to...
In the course of trying to figure out why mod_info does not reveal directives added in PerlSections (see other email), I stumbled across the following problem:...
I'm running RH 8, apache 1.3.23, mod_perl 1.29. They wanted me to install a CMS (Plone) that uses Zope, which requires that I put mod_proxy into the apache...
Hi, I've managed something new: make test ist running after deactivating every "LoadModule" in /www/apache2/httpd.conf from which make test generates it's own...