Re: Zope functionality under mod_perl

2000-09-30 Thread Les Mikesell
- Original Message - From: "Philip Molter" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 28, 2000 5:29 PM Subject: Zope functionality under mod_perl I've looked at AxKit, and I'm not quite sure if it's exactly what I'm looking for, especially since the development

PerlLogHandler not being run ?

2000-09-30 Thread Patrick
Hi all, After having perused the Eagle book, Stas's Guide and archives of the mailing-list, I see no lights on my problem. Maybe I'm doing something so silly that you will see it right on. My setup : Debian Linux with apache 1.3.9-13.1 and mod_perl 1.21.2309-1 I've put : PerlLogHandler

Re: Zope functionality under mod_perl

2000-09-30 Thread David Hodgkinson
"Les Mikesell" [EMAIL PROTECTED] writes: - Original Message - From: "Philip Molter" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 28, 2000 5:29 PM Subject: Zope functionality under mod_perl I've looked at AxKit, and I'm not quite sure if it's exactly what

One httpd.conf for both apache heavy and apache-light [IfModule]

2000-09-30 Thread martin langhoff
hi, I'm trying to build a 2 tiered Apache setup, with one light httpd, one mod_perl httpd and a mod_php4 httpd, all running on different ports on the same machine/IP. Right now I'm solving the mod_rewrite mod_proxy stuff (I want the light httpd to transparently proxy requests to the 2nd

Re: One httpd.conf for both apache heavy and apache-light [IfModule]

2000-09-30 Thread Robin Berjon
At 16:37 30/09/2000 -0300, martin langhoff wrote: I'm trying to build a 2 tiered Apache setup, with one light httpd, one mod_perl httpd and a mod_php4 httpd, all running on different ports on the same machine/IP. Right now I'm solving the mod_rewrite mod_proxy stuff (I want the light httpd

Re: One httpd.conf for both apache heavy and apache-light [IfModule]

2000-09-30 Thread martin langhoff
You mean you post-process your httpd.conf ? Phew! mmmh. I'm flabbergasted (sp?) and certainly mesmerized, can you tell us a bit more? Perrin Harkins wrote: Where I work, we use Template Toolkit to generate variations from one httpd.conf template.

Re: One httpd.conf for both apache heavy and apache-light [IfModule]

2000-09-30 Thread Perrin Harkins
martin langhoff wrote: You mean you post-process your httpd.conf ? Phew! mmmh. I'm flabbergasted (sp?) and certainly mesmerized, can you tell us a bit more? It's pretty simple. We have a file with the varying bits of info in it (MaxClients, MaxRequestsPerChild, etc.) and a small program

Re: One httpd.conf for both apache heavy and apache-light [IfModule]

2000-09-30 Thread martin langhoff
Perrin, Robin, et al at least I don't feel alone on this one :) now let me seize the opportunity and (while you're around, having admitted you're using a 2 tiered apache setup,) ask you if you are doing the mod_rewrite/mod_proxy trick, and how were you able to pull it off.

Re: One httpd.conf for both apache heavy and apache-light [IfModule]

2000-09-30 Thread David Hodgkinson
martin langhoff [EMAIL PROTECTED] writes: I'm reading the mod_rewrite guide right now and my head *is* spinning. Remind me to write up my experiences. I did this a couple of weeks ago on a five-machine setup and it's worth documenting for peer review... (Like to see if I missed

Re: One httpd.conf for both apache heavy and apache-light [IfModule]

2000-09-30 Thread Les Mikesell
- Original Message - From: "Robin Berjon" [EMAIL PROTECTED] To: "martin langhoff" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Saturday, September 30, 2000 2:53 PM Subject: Re: One httpd.conf for both apache heavy and apache-light [IfModule] It is indeed a bit of a configuration

Script executing error.

2000-09-30 Thread ABDUL RAHMAN.......
Dear All, I have configured a web server. Presently I am able to execute shell script on the browser except .shtml .cgi .pl on the browser..please let me know if anybody knows how to or make the changes in httpd.conf file or any other related file to execute the perl and cgi scripts on

Re: One httpd.conf for both apache heavy and apache-light [IfModule]

2000-09-30 Thread Robin Berjon
At 18:03 30/09/2000 -0300, martin langhoff wrote: at least I don't feel alone on this one :) Oh no you're not ;) now let me seize the opportunity and (while you're around, having admitted you're using a 2 tiered apache setup,) ask you if you are doing the mod_rewrite/mod_proxy

Re: Loading modules in Parent??

2000-09-30 Thread Bill Moseley
Won't someone comment on this post? That's a chunk of memory! At 11:46 AM 09/28/00 -0700, Bill Moseley wrote: snip This is what pmap -x is showing: Address Kbytes Resident Shared Private Permissions Mapped File -- -- -- -- total Kb 19968 185282816

Managing to kill httpd (why?)

2000-09-30 Thread Yann Ramin
Hi therethe following code causes the following to happen: And I have no idea why [grin]. I'm assuming something in my requires and such is balking out, but what? Program received signal SIGSEGV, Segmentation fault. 0x80a2605 in ap_table_get () (gdb) backtrace #0 0x80a2605 in

Re: Managing to kill httpd (why?) semi-solved

2000-09-30 Thread Yann Ramin
Just letting you know the versions of stuff: Perl 5.6.0 mod_perl 1.24 apache 1.3.12 I've played around with the WebAPI loader and got it to stop crashing (good) but the object isn't cached (not good - I need POST data in many places and can't depend on PNOTES since that may not be available