[freeside] RE: httpd.conf fails with ($MLDBM::RemoveTaint=1;) with both updated versions of Redhat9 and RedhatEL3
The Salisburys
rojee at bigpond.net.au
Thu Jun 10 23:47:50 PDT 2004
Apache 1.3
OK lets follow the advise on
http://blogs.law.harvard.edu/rlucas/2003/08/26#a13 thanks randall
Apache 1.3 is stubbon .............. see 6th rpm command below
5 packages + more are required
the 6th package
is what??
is does require "libmm.so.11"
all help glady recieved
thanks Roger
rpm -i compat-db-4.0.14-5.i386.rpm
rpm -i compat-gcc-c7.3-2.96.123.i386.rpm
rpm -i compat-libstdcdevel-7.3-2.96.123.i386.rpm
rpm -i compat-db-4.0.14-5.i386.rpm
rpm -i compat-gcc-c7.3-2.96.123.i386.rpm
rpm -i apache-1.3.27-2.i386.rpm
# rpm -i -v non-centos/apache-1.3.27-2.i386.rpm
#error: Failed dependencies:
# libmm.so.11 is needed by apache-1.3.27-2
----- Original Message -----
From: Ryan Trainor
To: The Salisburys ; ivan-freeside at sisd.com
Sent: Friday, June 11, 2004 2:04 PM
Subject: [freeside] RE: httpd.conf fails with ($MLDBM::RemoveTaint=1;) with both updated versions of Redhat9 and RedhatEL3
That had completely slipped my mind! I did have to comment that out in order to get the freeside instance of apache2 to start. I was in the playing around stages then and forgot to make a note of it. I have yet to see anything not work as a result, but due to the frequent warnings that I'm seeing on this list I might just compile an apache 1.3 from source for freeside to run off and leave the standard port 80 instance as the RHEL apache2 build.
Ryan
------------------------------------------------------------------------------
From: The Salisburys [mailto:rojee at bigpond.net.au]
Sent: Thursday, 10 June 2004 11:50 PM
To: ivan-freeside at sisd.com; Ryan Trainor
Subject: httpd.conf fails with ($MLDBM::RemoveTaint=1;) with both updated versions of Redhat9 and RedhatEL3
Almost identical failure with 2 different systems
Ryan
I saw your post yesterday. "[freeside] Email aliases "
It seems you have got further than myself.
the 3 lines below when hashed out allows a correct syntax check for httpd.conf But when unhashed causes a failure.
#<Perl>
#$MLDBM::RemoveTaint = 1;
#</Perl
Did you have trouble at this point?
My redhat EL 3 is a centos distro.
Errors:
"Syntax error on line 1047 0f /etc/httpd/conf/httpd.conf (RedhatEL3 with postgres)
Perl not allowed here"
"Syntax error on line 1047 0f /etc/httpd/conf/httpd.conf (Redhat9 with mysql )
<Perl not allowed here"
Added into httpd.conf:
##################################
PerlModule Apache::ASP
<Directory /usr/local/apache/htdocs/freeside-asp>
<Files ~ (\.cgi)>
AddHandler perl-script .cgi
PerlHandler Apache::ASP
</Files>
#<Perl>
#$MLDBM::RemoveTaint = 1;
#</Perl>
PerlSetVar Global /usr/local/etc/freeside/asp-global/
PerlSetVar Debug 2
</Directory>
##################################
thanks
Roger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://420.am/pipermail/freeside-users/attachments/20040611/e614be45/attachment.html
More information about the freeside-users
mailing list