> What's freeside?
a freeside backend (http://www.sisd.com/freeside/).  For  FreeRADIUS server
(http://www.freeradius.org/)


> Isn't there an Apache HTTPD 2 port?
No this explains it best:
http://blogs.law.harvard.edu/rlucas/2003/08/26#a13
.... mod_perl2 and  HTTPD 2 don't behave well together!

Also I would like to ask a question  answered if possible.

Can I get a Apache 1.3.xxx thats has support for PerlModules (mod_perl)
the best I can ascertain is comments in the html file to the RPM EG
http://www.rpmfind.net/linux/RPM/redhat/updates/7.2/i386/apache-1.3.27-3.7.2.i386.html

I get errors like this:
Syntax error on line 1456 of /etc/httpd/conf/httpd.conf
Invalid command 'PerlModule' , perhaps mis-spelled or defined by a module
not icluded in the in the server configuration

I have :

LoadModule     perl_module    modules/libperl.so

And the required support in httpd.conf.


I am wanting to Load:

PerlModule Apache::ASP

with no success


I've exhausted redhat rpms EG but are uncertain about trying EG
http://www.rpmfind.net/linux/RPM/PLD/dists/ra/PLD/i686/PLD/RPMS/apache-1.3.27-3.i686.html
as it requires  3 extra packages:
1/    rc-scripts (which I am unable to acertain whether it is a redhat
offering.)
PLD only one found:
http://fr.rpmfind.net/linux/RPM/PLD/dists/ra/PLD/i686/PLD/RPMS/rc-scripts-0.3.1-11.i686.html
2/    /usr/bin/getid
3/    /bin/id







----- Original Message ----- 
From: "Mike MacCana" <[EMAIL PROTECTED]>
To: "The Salisburys" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, June 12, 2004 6:42 PM
Subject: Re: [SLUG] DOWNGRADING Redhat9 and RedhatEL3 from "httpd 2" to
"Apache 1.3" to install freeside


> What's freeside? Isn't there an Apache HTTPD 2 port?
>
> Mike
>
> --
> __________________________________________________________________________
> Mike MacCana          Consultant            RHCX, MCSE, MCP+I
> 0419 394 504
>
> On Fri, 11 Jun 2004, The Salisburys wrote:
>
> >     DOWNGRADING Redhat9 and RedhatEL3 from "httpd 2" to "Apache 1.3"
> >     to install freeside
> >
> >     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=20
> >       To: The Salisburys ; [EMAIL PROTECTED]
> >       Sent: Friday, June 11, 2004 2:04 PM
> >       Subject: [freeside] RE: httpd.conf fails with
> >     ($MLDBM::RemoveTaint=3D1;) 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:[EMAIL PROTECTED]
> >       Sent: Thursday, 10 June 2004 11:50 PM
> >       To: [EMAIL PROTECTED]; Ryan Trainor
> >       Subject: httpd.conf fails with ($MLDBM::RemoveTaint=3D1;) with
both =
> >     updated versions of Redhat9 and RedhatEL3=20
> >
> >       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 =3D 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 =3D 1;
> >        #</Perl>
> >        PerlSetVar Global /usr/local/etc/freeside/asp-global/
> >        PerlSetVar Debug 2
> >        </Directory>
> >       ##################################
> >
> >
> >       thanks
> >       Roger
> >
> >
> >
> >
>
>

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to