Querying Apache Configuration

2001-08-17 Thread Lyle Brooks
I've been studying Chapter 8 Customizing the Apache Configuration Process in the Eagle book, and working through some test modules. In the process, I been wondering is it possible to peek at the configuration directives/values of other modules (both Perl and C) via mod_perl? Also, in my tests

RE: Querying Apache Configuration

2001-08-17 Thread Geoffrey Young
-Original Message- From: Lyle Brooks [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 11:45 AM To: [EMAIL PROTECTED] Subject: Querying Apache Configuration I've been studying Chapter 8 Customizing the Apache Configuration Process in the Eagle book, and working

RE: help with $r-headers_in-do() method

2001-08-17 Thread Geoffrey Young
-Original Message- From: Michael Styer [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 1:05 PM To: [EMAIL PROTECTED] Subject: help with $r-headers_in-do() method Hi there. I've got a question for the mod_perl world about the behavior of the $r-headers_in-do(sub

possible error in Eagle book? (was RE: help with $r-headers_in-do()method)

2001-08-17 Thread Michael Styer
On Fri, 17 Aug 2001, Geoffrey Young wrote: I've got a question for the mod_perl world about the behavior of the $r-headers_in-do(sub {...some code...}) method. code snipped it probably won't matter, but do() iterates through the table and exits either when the list is exhausted or the

RE: Querying Apache Configuration

2001-08-17 Thread Geoffrey Young
-Original Message- From: Lyle Brooks [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 2:39 PM To: Geoffrey Young Cc: [EMAIL PROTECTED] Subject: Re: Querying Apache Configuration It's kinda like writing mod_info as a mod_perl handler, only allow the handler to get the

Dynamically linking modules w/eternal libraries

2001-08-17 Thread Eric Boyd
Hi, I apologize if this is a clueless newbie question, but here goes: I'm writing a new module, mod_foo.so, in C. (OK, I realize this is the mod_perl list, but I couldn't find an appropriate mod_C forum or anything in the archives and I don't think this question has anything to do with C.)

Text Returned from Get method

2001-08-17 Thread winnecon
-- Mod_PERL pulls up the first page of my cgi, but every time I try to navigate around using form action buttons (get method) it pulls up the original perl code for the cgi in the browser, as if ExecCGI was not turned on, but it is! I have configured httpd.conf for Mod_PERL, as follows: