Re: Eagle Book - mod_hello.c, hello.pl :)

1999-12-13 Thread Doug MacEachern
On Mon, 29 Nov 1999, Michael Dearman wrote: ... When looking at http_config.h at the handler_rec structure, the elements don't seem to match the way they're used in the example in the book. Going to the book site, the src's for the examples are NOT available. *shrug* all of the book source

Re: Eagle Book - mod_hello.c, hello.pl :)

1999-11-30 Thread Stas Bekman
On Tue, 30 Nov 1999, Ofer Inbar wrote: Michael Dearman [EMAIL PROTECTED] wrote: I've come close to figuring this one out buy following some of the questions I've seen here. But... H1Hello $ENV{REMOTE_HOST}/H1 The remote host doesn't show. Printing out the %ENV, it tain't there.

Re: Eagle Book - mod_hello.c, hello.pl :)

1999-11-30 Thread Michael Dearman
Gerd Kortemeyer wrote: Michael Dearman [EMAIL PROTECTED] wrote: I've come close to figuring this one out buy following some of the H1Hello $ENV{REMOTE_HOST}/H1 Stas Bekman wrote: This is an easy prove that %ENV is set (while not all variables are present as with mod_cgi,

Eagle Book - mod_hello.c, hello.pl :)

1999-11-29 Thread Michael Dearman
Greetings list, Installed fresh downloads of Apache 1.3.9 and mod_perl 1.21 But using the Perl 5.005003 that was installed with the SuSE 6.2 mod_hello.c when 'make', get: :50:'hello_handlers' undeclared here (not in a function) :50:initializer element for 'hello_module.handlers is not

Re: Eagle Book - mod_hello.c, hello.pl :)

1999-11-29 Thread Ofer Inbar
Michael Dearman [EMAIL PROTECTED] wrote: I've come close to figuring this one out buy following some of the questions I've seen here. But... H1Hello $ENV{REMOTE_HOST}/H1 The remote host doesn't show. Printing out the %ENV, it tain't there. But where does Perl get it. From CGI.pm (which

Re: Eagle Book - mod_hello.c, hello.pl :)

1999-11-29 Thread Michael Dearman
Ofer Inbar wrote: Michael Dearman [EMAIL PROTECTED] wrote: I've come close to figuring this one out buy following some of the questions I've seen here. But... H1Hello $ENV{REMOTE_HOST}/H1 -schnip- normally gets out of the environment. Remember, mod_perl is not CGI (although