Thank you both for your response, but I'm afraid it doesn't quite
answer my question. (At least I don't think.) I was wondering what the
httpd.exp file is used for, and why I don't have any modules in the
modules directory. I'm pretty sure my syntax for the LoadModule line is
fine. Assuming I get the syntax correct, wouldn't it still be a problem
if there are no modules in the modules directory? How are the modules
supposed to get there? I was under the impression that they would be
there after installation. Can I just copy a module there?
Thanks again,
John
HansH wrote:
> "Davide Bianchi" <davideyeahsure.RemoveThis@onlyforfun.net> schreef in bericht
> news:slrnelbo6e.37n.davideyeahsure@fogg.onlyforfun.net...
> > On 2006-11-10, JohnnyBosco.RemoveThis@gmail.com <JohnnyBosco.RemoveThis@gmail.com> wrote:
> >> LoadModule headers_module /home/johnb/apache/modules/mod_headers.c
> >
> > The modules are usually a .so files, and maybe the LoadModule is
> > relative to the ServerRoot directory, so just '/modules/' should be
> > enough.
> >
> IIRC its is either
> /headers_module /home/johnb/apache/modules/mod_*.so
> or
> modules/mod_*.so
>
> Only without the leading slash Apache will assume the given path is relative
> to ServerRoot.
>
> HansH >> Stay informed about: purpose of httpd.exp file / can't load modules