Defining $PERL_CC

2001-03-07 Thread Bunck, Peter
Hi, I am trying to compile mod_perl 1.2.5 into apache 1.3.12 on a aix mini with os 4.3.2.0 using perl 5.00503. The problem that causes me to send this mail, is that I don't seem to get a correct Makefile for mod_perl in the apache source tree. The Makefile is unable to resolve any of the perl

Messages in error log

2001-03-07 Thread David Brown
Hi, I'm getting this in my apache error log: [Wed Mar 7 01:07:44 2001] [error] (57)Socket is not connected: getsockname [Wed Mar 7 01:18:14 2001] [error] (57)Socket is not connected: getsockname [Wed Mar 7 01:18:16 2001] [error] (57)Socket is not connected: getsockname [Wed Mar 7 01:23:34

Re: Defining $PERL_CC

2001-03-07 Thread Jens-Uwe Mager
On Wed, Mar 07, 2001 at 09:42:00AM +0100, Bunck, Peter wrote: I am trying to compile mod_perl 1.2.5 into apache 1.3.12 on a aix mini with os 4.3.2.0 using perl 5.00503. The problem that causes me to send this mail, is that I don't seem to get a correct Makefile for mod_perl in the apache

RE: Defining $PERL_CC

2001-03-07 Thread Bunck, Peter
Thanks, but I've already tried that one. I am using the ibm c(c)-compiler for aix cxx. When looking for solutions for this problem, I saw some references to that problem. So I completly recompiled and reinstalled perl. There is only one c-compiler available, so some weird mixup is also not

Re: Defining $PERL_CC

2001-03-07 Thread Jens-Uwe Mager
On Wed, Mar 07, 2001 at 02:39:16PM +0100, Bunck, Peter wrote: Thanks, but I've already tried that one. I am using the ibm c(c)-compiler for aix cxx. When looking for solutions for this problem, I saw some references to that problem. So I completly recompiled and reinstalled perl. There is

RE: Defining $PERL_CC

2001-03-07 Thread Bunck, Peter
perl -MConfig -le 'print $Config{"cc"};' produces: cc Thanks Peter Bunck -Original Message- From: Jens-Uwe Mager [SMTP:[EMAIL PROTECTED]] Sent: woensdag 7 maart 2001 14:47 To: Bunck, Peter Cc: 'Jens-Uwe Mager'; '[EMAIL PROTECTED]' Subject: Re: Defining $PERL_CC On

RE: Defining $PERL_CC

2001-03-07 Thread Fred Toth
Hi, Even though you've reinstalled perl, are you sure that there's not another perl on the system somewhere? I had a similar problem with an installer that found an old version of perl in /usr/bin/perl instead of the reinstalled version in /usr/local/bin. There were 2 different compilers used.

sendbuf/recvbuf revisited

2001-03-07 Thread Stas Bekman
Forwarded with Roger's permission ;) Roger is also looking for feedbacks from BSD fans, since so far he had feedbacks only from those world dominating linux junkies :) -- Forwarded message -- Date: Wed, 7 Mar 2001 17:06:41 +0100 From: Roger Espel Llima [EMAIL PROTECTED] To: Stas

$r-pnotes and SubRequests

2001-03-07 Thread Nikolaus Rath
Hello! When i define a pnote for a request, can i access this pnote in a handler handling a sub request of the first request? - Nikolaus -- Heute kann man ja kaum noch eine AOL-CD aus dem Fenster werfen, ohne jemanden zu treffen, der einen SuSE-Karton unter dem Arm trgt.

RE: $r-pnotes and SubRequests

2001-03-07 Thread Geoffrey Young
-Original Message- From: Nikolaus Rath [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 12:18 PM To: [EMAIL PROTECTED] Subject: $r-pnotes and SubRequests Hello! When i define a pnote for a request, can i access this pnote in a handler handling a sub request of

Re: Forbidden access

2001-03-07 Thread Paul Cotter
- Original Message - From: "Stas Bekman" [EMAIL PROTECTED] To: "Daniel" [EMAIL PROTECTED] Also there's a typo: It has been confirmed by the original author that the typo was only in the email sample. There was also a /Locatiom but I guess this was a transcription error also.

Re: Apache::SpeedLimit

2001-03-07 Thread Perrin Harkins
On Tue, 6 Mar 2001, Daniel wrote: Hi, I'm having a bit of trouble using Apache::Speedlimit ... After running for about 5 minutes the handler dies with the following in the logfile: [Tue Mar 6 17:32:07 2001] [error] [Tue Mar 6 17:32:07 2001] null: Munged shared memory segment (size

Re: wheris @INC defined ?

2001-03-07 Thread Paul Cotter
To: "Henri Delebecque" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] "Henri" == Henri Delebecque [EMAIL PROTECTED] writes: Henri I'm a mod_perl newbie, trying to install it on an apache server Henri on a Digital-Unix platform. Henri I have succeded, with problems, to make a

Re: wheris @INC defined ?

2001-03-07 Thread Paul Cotter
To: "Henri Delebecque" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] "Henri" == Henri Delebecque [EMAIL PROTECTED] writes: Henri I'm a mod_perl newbie, trying to install it on an apache server Henri on a Digital-Unix platform. Henri I have succeded, with problems, to make a

Re: Using Apache::Sandwich on php files

2001-03-07 Thread Vivek Khera
"CG" == Clint Gilders [EMAIL PROTECTED] writes: CG I'm trying to figure out how to "Sandwich" php files. Is this CG possible? For my .htm* files I have: I find it risky to run sandwich on *.htm* files... your header file itself is a .html file; do you want that sandwiched as well? I

[ANNOUNCE] Apache::ProxyRewrite 0.13

2001-03-07 Thread Christian Gilmore
The uploaded file Apache-ProxyRewrite-0.13.tar.gz has entered CPAN as file: $CPAN/authors/id/C/CG/CGILMORE/Apache-ProxyRewrite-0.13.tar.gz size: 11473 bytes md5: 2d071b8a4f8aed938b349804b7648890 No action is required on your part Request entered by: CGILMORE (Christian Gilmore)

[OT] Re: wheris @INC defined ?

2001-03-07 Thread ___cliff rayman___
that's Config.pm. which one of the variables would u change? sitelib and sitearch?? -- ___cliff [EMAIL PROTECTED]http://www.genwax.com/ Paul Cotter wrote: To: "Henri Delebecque" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] "Henri" == Henri Delebecque [EMAIL PROTECTED] writes: Henri

Re: Using Apache::Sandwich on php files

2001-03-07 Thread Clint Gilders
Vivek Khera wrote: I find it risky to run sandwich on *.htm* files... your header file itself is a .html file; do you want that sandwiched as well? I guess the module protects itself from that, but still, it is unclean. Actually, I changed the extensions of my header and footer files to

Re: Using Apache::Sandwich on php files

2001-03-07 Thread Vivek Khera
"CG" == Clint Gilders [EMAIL PROTECTED] writes: CG PerlSetVar SandwichHandler server_parsed Tell SandwichHandler to run the php handler instead of the server_parsed handler. I have never tried it, but theoretically, it should work, assuming I implemented it correctly ;-) CG What

RE: Forbidden access

2001-03-07 Thread Wang, Pin-Chieh
Hi, Thanks for the reply, I have used the IP address of my machine (single IP address) to be Allowed and it works. But I don't know how to allow a group of users to access web server? especially if there is no place to specify the network mask. Hi, I build Apache_1.3.14 with mod_perl-1.25 on

Delving into Apache's configuration innards

2001-03-07 Thread iain truskett
Hello, I'd like to be able to display all of my web server's configuration on a web page. Since a fair amount of it is automatically generated I was wondering if there was a way to easily obtain a dump (of hash and array references) to munge and display on the page. cheers, -- iain.

modPerl build failure

2001-03-07 Thread jim . a . davidson
Sirs, I am trying to build the modperl module using apaci without success. The platform is AIX 4.3.2 with Apache 1.3.17,Perl 5.6.0. I can build the apache httpd module ok using the same configure routine as in ./configure --prefix=/xxx/xxx/x but when I add in

untraceable uninit warnings

2001-03-07 Thread Graham Barr
Does anyone have any idea what could be causing Use of uninitialized value at PerlHandler subroutine `VC::Delivery::Cycle::handler' line 1. to appear in the errorlog ? I even added local $SIG{__WARN__} = sub { warn "here" }; as the first line of VC::Delivery::Cycle::handler, but it never

[JOB] wanted, SF bay area or telecomute

2001-03-07 Thread Michael
Short resume Michael Robinton 4600 El Camino Real #206 Los Altos, CA 94022 650 947-3351 days [EMAIL PROTECTED] Objective: Seeking a challenging environment where I can be a contributor to a successful business development, have fun and make a few bucks. Skills, last 5 years:

Re: modPerl build failure

2001-03-07 Thread Jens-Uwe Mager
On Wed, Mar 07, 2001 at 12:19:57PM -, [EMAIL PROTECTED] wrote: Sirs, I am trying to build the modperl module using apaci without success. The platform is AIX 4.3.2 with Apache 1.3.17,Perl 5.6.0. I can build the apache httpd module ok using the same configure routine as in ./configure

Re: Authentication handlers

2001-03-07 Thread Cees Hek
On Mon, 5 Mar 2001, Daryl Campbell wrote: Cees suggestion seems to unlock part of the browser behaviour puzzle that we are trying to solve to meet the following requirements for a PerlAuthenHandler: *URL based session handling if cookies not enabled, *LDAP authentication, *Force

Re: Delving into Apache's configuration innards

2001-03-07 Thread Stas Bekman
On Wed, 7 Mar 2001, iain truskett wrote: Hello, I'd like to be able to display all of my web server's configuration on a web page. Since a fair amount of it is automatically generated I was wondering if there was a way to easily obtain a dump (of hash and array references) to munge and

Re: Delving into Apache's configuration innards

2001-03-07 Thread iain truskett
* Stas Bekman ([EMAIL PROTECTED]) [08 Mar 2001 01:48]: On Wed, 7 Mar 2001, iain truskett wrote: [...] I'd like to be able to display all of my web server's configuration on a web page. Since a fair amount of it is automatically generated I was wondering if there was a way to easily obtain

Re: Delving into Apache's configuration innards

2001-03-07 Thread Stas Bekman
On Thu, 8 Mar 2001, iain truskett wrote: * Stas Bekman ([EMAIL PROTECTED]) [08 Mar 2001 01:48]: On Wed, 7 Mar 2001, iain truskett wrote: [...] I'd like to be able to display all of my web server's configuration on a web page. Since a fair amount of it is automatically generated I

Re: Delving into Apache's configuration innards

2001-03-07 Thread iain truskett
* Stas Bekman ([EMAIL PROTECTED]) [08 Mar 2001 02:36]: On Thu, 8 Mar 2001, iain truskett wrote: [...] http://perl.apache.org/guide/config.html#Verifying Except that (a) adding $Apache::Server::SaveConfig = 1; to my perl bit has the side effect of stopping the virtualhost hash being

Mod perl problems-eventually trying to get ASP to work

2001-03-07 Thread Ryan C Mckee
Hi everyone, I wanted to start doing some ASP work on my linux box. I had mandrake 7.1 installed and eveyrthing was old and stale so I decided to install the lastest and greatest *heh* 7.2. (After dealing with the install bugs** grr) This came with apache-1.3.14-2mdk

Re: Mod perl problems-eventually trying to get ASP to work

2001-03-07 Thread Joshua Chamas
and run I got an error 500. My /var/log/httpd/error_log says "[Wed Mar 7 21:48:37 2001] [alert] [client 192.168.0.1] /var/www/html/temp/site/eg/.htaccess: Invalid command 'PerlSetVar', perhaps mis-spelled or defined by a module not included in the server configuration" my

Easy Newbie mod_perl installation question

2001-03-07 Thread Andy Emmerich
When mod_perl's Makefile builds the new httpd in the /src directory, where does it get the apache layout from? Currently, my build with modperl is looking for httpd.conf in /usr/local/apache, which is not my apache source directory. I've put the actual directory in every place I can, from