Re: apache 1.33 modperl

2004-12-17 Thread Andrew Charnley
Finally fixed!!! The joy!!! If I uncommented those lines without supplying apache argu in the way you mentioned I got the formentioned error. Now I've given apache that argu and commented these out and all running sweet. Big thanks! Andrew C. On Fri, 17 Dec 2004 16:43:01 -0500 Stas Bekman <[

Re: apache 1.33 modperl

2004-12-17 Thread Stas Bekman
Andrew Charnley wrote: LoadModule dir_module libexec/apache/mod_dir.so DirectoryIndex index.pl Just going to test your method now. that's certainly a stale config. Just remove the line: LoadModule dir_module libexec/apache/mod_dir.so check that httpd has it built-in via: httpd -l if

Re: apache 1.33 modperl

2004-12-17 Thread Andrew Charnley
LoadModule dir_module libexec/apache/mod_dir.so DirectoryIndex index.pl Just going to test your method now. Cheers Andy. User nobody # If you're not on Linux, you'll probably need to change Group Group nobody Options FollowSymLinks AllowOverride None #AddHandler cgi-scri

Re: apache 1.33 modperl

2004-12-17 Thread Stas Bekman
Andrew Charnley wrote: Have followed all instructions. There is no mention of this. I do not know how modperl generates the apache configure file but it should insert the stuff --enable-module=so gives when calling ./configure on apache src directly. 1. Download ModPerl v1. Apache 1.333. Slackwar

Re: apache 1.33 modperl

2004-12-17 Thread Andrew Charnley
Have followed all instructions. There is no mention of this. I do not know how modperl generates the apache configure file but it should insert the stuff --enable-module=so gives when calling ./configure on apache src directly. 1. Download ModPerl v1. Apache 1.333. Slackware current. 2. extracte

Re: apache 1.33 modperl

2004-12-17 Thread Stas Bekman
[Andrew, please do not take follow ups off the list, unless requested to. CC'ed back the list] Andrew Charnley wrote: I need to compile Apache with --enable-module=so parameter. Compiling Apache manually causes Perl not be be compiled into it. When compiling ModPerl it builds Apache for you and

Re: apache 1.33 modperl

2004-12-17 Thread Stas Bekman
Andrew Charnley wrote: Hello all, This is a small but rather significant problem that needs sorting. I am surprised it has not been fixed and I'm after a work around until it is. Have been on hours and still can't figure it as there is no documentation on the web. Whn compiling modperl it compiles