apache question...

2001-02-28 Thread Joseph Crotty
I am set up on apache_1.3.14/mod_perl currently, however, have an older non-mod_perl apache_1.3.6. The old apache's index.html needs to redirect to the index.html on the new apache/mod_perl. The old and new apache servers are on different unix boxes. Anyone think of an elegant block directive

bug repository???

2001-02-14 Thread Joseph Crotty
Is there any sort of mod_perl bug repository?? Joe Crotty

PREFIX behavior question...

2001-02-14 Thread Joseph Crotty
hey all, I built apache/mod_perl using the PREFIX argument, but am puzzled by the results. I assumed that the Perl modules would be installed into the location specified by PREFIX(according to Stas's guide), which is the case if the location is absolute, but not if it is relative(Stas's guide

RE: compiling mod_perl without root...

2001-02-13 Thread Joseph Crotty
want to compile with other than rootor else edit the makefile.PL which sounds dreadful. -Original Message- From: G.W. Haywood [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 13, 2001 2:21 PM To: Joseph Crotty Cc: [EMAIL PROTECTED] Subject: Re: compiling mod_perl without root... Hi

server_root question...

2001-02-05 Thread Joseph Crotty
Hey all, Maybe its too early or whatever. How would you go about setting $ENV{SERVER_ROOT} without using Perl. I was trying PerlSetEnv SERVER_ROOT Apache::server_root_relative() in perl.conf, but no go. Any ideas? Joe Crotty

RE: server_root question...

2001-02-05 Thread Joseph Crotty
: Monday, February 05, 2001 10:51 AM To: Joseph Crotty; [EMAIL PROTECTED] Subject: RE: server_root question... If you want to use a perl function ( Apache::server_root_relative() ) then you have to use a Perl block. This might work : PerlSetEnv SERVER_ROOT \ Perl Apache::server_root_relative()

ServerRoot/Block Directive question...

2001-02-02 Thread Joseph Crotty
Hi all, I have an Apache::GateKeeper that checks to see if the user has logged in and been served a cookie... if not they are redirected to index.html(to login). I want all comers to ServerRoot/cgi-bin or ServerRoot/perl to have to go thru the GateKeeper handler, except those trying to get to

Apache::Registry and variables...

2001-01-24 Thread Joseph Crotty
All, I read that if you run scripts under Apache::Registry, its a good idea to write memory leak proof code. I also read that one should "clean up their" globals. Any examples in Stas's guide or elsewhere of "cleaning up" globals or classic memory leaks associated with Apache::Registry.

RE: PerlAccessHandler Question...

2001-01-09 Thread Joseph Crotty
09, 2001 11:44 AM To: Joseph Crotty Cc: '[EMAIL PROTECTED]' Subject: Re: PerlAccessHandler Question... Hi there, On Tue, 9 Jan 2001, Joseph Crotty wrote: open(FILE, "/tmp/dog"); Always check the status returned by a call like open(). 73, Ged.

compiling mod_perl-1.24

2000-11-28 Thread Joseph Crotty
I am on a sun box: uname -a SunOS mailroom 5.6 Generic_105181-22 sun4u sparc SUNW,Ultra-5_10 I built and tested both perl 5.6.0 and apache_1.3.9 against gcc and they check out OK: gcc -v Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.6/2.7.2.2/specs gcc version 2.7.2.2 perl -V