Re: cannot build mod_perl-1.99_01 with httpd-2.0.36

2002-05-13 Thread Tom Kralidis
% perl Makefile.PL MP_AP_PREFIX=/usr/local/src/apache/httpd-2.0.36 MP_AP_PREFIX needs to be a directory where apache is installed, not the source tree. when apache is installed it puts all headers into the installed include/ directory. Thanks for the info. That didn't seem to work either

cannot build mod_perl-1.99_01 with httpd-2.0.36

2002-05-11 Thread Tom Kralidis
Hi, I have recently had to build a new Apache server and mod_perl for my website. OS: Linux RedHat 7.3 (2.4.18-3) I managed to build Apache (DSO) with no problems. However, I cannot subsequently build mod_perl successfully. I have downloaded but NOT built libapreq-1.0 yet. Here is the

Re: Mod Perl Vhost

2001-01-15 Thread Tom Kralidis
hmm.. I can't seem to figure this out.. cgi's are not working at all now.. hmmm We have like 20+ vhost and I was thinking mod_perl would help us out alot.. We get around 200k+ hits a day and server load is unreal.. well thanks for your help anyway.. Ken Is mod_perl enabled on your server, ie

Re: Looking for a new distro

2001-01-13 Thread Tom Kralidis
Ok, I've had it with RH 7.0. Too many problems. What Linux distro are some of you using with Apache 1.3.14 and mod perl 1.24_01? Jamie I have Apache 1.3.14 and mod_perl 1.24_01 (as DSO) working fine under RedHat6.2. ..Tom http://www.kralidis.ca/

mod_perl / Apache::SSI problems

2001-01-07 Thread Tom Kralidis
Hi, Thanks for the previous advice to install Apache::SSI. If you recall, I've added an Apache::Footer to each page of type .htm|.html. I'm trying to get this done with .shtml pages as well. I installed Apache::SSI, and did some testing: #httpd.conf PerlModule Apache::Filter

mod_perl / SSI conflict?

2001-01-06 Thread Tom Kralidis
Hi, I am running Apache 1.3.14 w/ mod_perl 1.24 on a Linux RedHat 6.2 machine. I have recently began to implement mod_perl to some of my content. As per "Writing Apache Modules with Perl and C" book, I wrote a footer for each page, with the following directive in httpd.conf: Files ~