re: Why is this book out of print?

2000-07-16 Thread m m
Not exactly sure why this book is out of print, "but its available online through the O'Reilly Open Books Project". http://www.oreilly.com/openbook/webclient/ch01.html And I think I saw a copy of it in my local Barnes and Noble, so you might wanna try your local bookstore. >I wanted to use mod_

Re: problems with code in "Writing Apache Modules with Perl and C"

2000-07-16 Thread m m
Hey Sam, humm, I tested my code before sending it to you, it was working on my machine, ..., but lets see. oh wait ok, you said that when you put a debug line right after the chomp, that debug output shows you the entire conf_file? Oh ok I think I know what is going on then. Its the line with the

re: problems with code in "Writing Apache Modules with Perl and C"

2000-07-15 Thread m m
folks allow me, Im the other newbie who was grappling with Apache::NavBar the other day :-) Ged will be proud, I persevered as he advised ;-) Sam new to perl, welcome. This maynot be the canonically right answer but for a simple task like youre asking, you can just "warn" stuff to your error logs

[ignore] -> Re: [newbie] question

2000-07-14 Thread m m
crap. please ignore my last elaborate email. The Guide is right, it did work. sigh. stupid stupid me. always remeber to check all permutations and combinations of answers before posting. damn I'll never have my questions answered again on the list. --- [EMAIL PROTECTED] wrote: > [EMAIL PROTECT

Re: [newbie] question

2000-07-14 Thread m m
Josh thanks for starting me off in the right direction.I can now refine my question :-) Im following the Apache::NavBar example in the Eagle book. Here is what my configuration looks like Options Indexes FollowSymLinks AllowOverride None Options Indexes FollowSymLinks ExecCGI

newbie Location question

2000-07-13 Thread m m
I sent this question a few hours ago but it hasnt shown up on the list so please ignore if youve already seen it. I tried out the Apache::NavBar example from the Eagle book and it works nicely I get a navbar in my html pages. But the problem is now my cgis are coming out as text as well. I would

[newbie] question

2000-07-13 Thread m m
I have a stupid question, I lack a little basic understanding regarding this: Apache::NavBar from the Eagle book. When I use the example configuration etc it works, i.e. html files have a navbar placed in them, but my other cgis come out as plain text. I would like to rectify this and more im