steve larson wrote:
Hello,
source of Apache 2 was located here:
/usr/local/source/apache2
Apache 2 was installed here:
/usr/local/apache2
So you should use the latter path to build mp2. Like so:
perl Makefile.PL \
MP_APXS=/usr/local/apache2/support/apxs \
MP_INST_APACHE2=1 \
MP_DEBUG=1
___
Hello,
source of Apache 2 was located here:
/usr/local/source/apache2
Apache 2 was installed here:
/usr/local/apache2
Thanks for your support,
Steve Larson
[EMAIL PROTECTED]
--- Stas Bekman <[EMAIL PROTECTED]> wrote:
> steve larson wrote:
> > Hello,
> > Apache has been installed, I hadn't
steve larson wrote:
Hello,
Apache has been installed, I hadn't mentioned it
before because I used the word "Built".
All paths point to appropriate directories for Apache.
> [EMAIL PROTECTED] modperl]# perl Makefile.PL
> MP_AP_PREFIX=/usr/local/source/apache2
> MP_APXS=/usr/local/source/apache2/su
Hello,
Apache has been installed, I hadn't mentioned it
before because I used the word "Built".
All paths point to appropriate directories for Apache.
Thanks for your support, :-)
Steve Larson
[EMAIL PROTECTED]
__
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signi
[please quote only the relevant parts of the original message or delete it
all. what's the point of pasting the whole reply at the bottom :(]
steve larson wrote:
Hello,
I have re-built Apache 2.x with latest, built fine,
is not currently running, need to tweak httpd.conf
file.
Build on myperl cr
Hello,
I have re-built Apache 2.x with latest, built fine,
is not currently running, need to tweak httpd.conf
file.
Build on myperl creates:
[EMAIL PROTECTED] modperl]# cd /usr/local/source/modperl
[EMAIL PROTECTED] modperl]# perl Makefile.PL
MP_AP_PREFIX=/usr/local/source/apache2
MP_APXS=/usr/lo
steve larson wrote:
Hello Stas,
am following your advice. I ran into a question that
could lead to a longer discussion, just want your
opinion which would work best for now, later I can
deal with system shortages if produced by this:
which is the ideal Apache2, etc. mpm-prefork,
mpm-worker, etc.
Hello Stas,
am following your advice. I ran into a question that
could lead to a longer discussion, just want your
opinion which would work best for now, later I can
deal with system shortages if produced by this:
which is the ideal Apache2, etc. mpm-prefork,
mpm-worker, etc.
Had started with pr
>
> Another interesting;) thing happened when I changed the line for the
> Bio::Graphics module in my startup.pl, from "use Bio::Graphics ();" to
> "use Bio::Graphics;" - the first images was colored and then in each
> following request the color faded! (green - light green - blue green
> - blac
It was my bug, not mod_perl's (note other message in thread)
Thanks anyway!
--Curtis
Stas Bekman wrote:
Curtis Jewell wrote:
This is an Authen module that's letting everything through at the
moment (it was ported from a 1.0 routine that worked)
please file a proper bug report, thanks:
http:
Thank you, Jason. That was my problem!
Jason Galea wrote:
Should you maybe swap:
> if ($sent_user == "") {
for
> if ($sent_user eq "") {
cheers,
J
--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
Steve Markham wrote:
> Whenever I try to run a perl script on my server, I keep getting "Internal
> Server Error." The error logs say "premature end of script headers." My
> httpd.conf file looks fine, the permissions on the cgi-bin directory and the
> cgi file itself are fine... everything look
Hi,
Thanks for the answers...
Gerald Richter wrote:
I guess there are a value that stay persitent,which makes trouble on the
second request.
That´s what I´m thinking too, but I think I´ checked for globals
variables and so on in my code - all variables involved should be local
(subroutine) scope.
Hi,
Daniel Lang wrote:
> Hi,
> I´m using a GD-based Module (Bio::Graphics) to generate png-graphics
> on the fly with a Modperl Content Handler.
> Now I encounter the following problem:
> The first request(after httpd restart), is served well, and the
> generated graphic is in color - every other r
Hi!
On Tue, Jan 13, 2004 at 03:27:51PM +0100, Daniel Lang wrote:
> I?m using a GD-based Module (Bio::Graphics) to generate png-graphics on
> the fly with a Modperl Content Handler.
> Now I encounter the following problem:
> The first request(after httpd restart), is served well, and the
> gener
On Tuesday 13 January 2004 13:32, Trevor Phillips wrote:
> On Friday 09 January 2004 10:45, Trevor Phillips wrote:
> > At the moment, I'm setting it to PERL_RLIMIT_AS = 120:140. It now seems
> > to kill runaway processes at about 50Meg in size - but I have no idea if
> > RLIMIT_AS is in some weird
16 matches
Mail list logo