On Thu, 22 Aug 2002, Hytham Shehab wrote:

> hi,
>     i have installed the mod_perl at last, and the mod_perl.so is there at
> apache/modules, *BUT*:
> apache -k restart -->
> Syntax error on line 136 of c:/program files/apache
> group/apache/conf/httpd.conf:
> Cannot load c:/program files/apache group/apache/modules/mod_actions.so into
> server: (126) The specified module could not be found:
> 
> line 136 was:
> LoadModule access_module  modules/mod_access.so        # it is there, but ?
> so i changed it to:
> LoadModule access_module  "C:\Program Files\Apache
> Group\apache\modules\mod_access.so"    # nothing good, yet.
> 
> so, i say this mod_access.so may be doomed or something, so i comment its
> line to see other good *.so
> #LoadModule access_module  modules/mod_access.so        # it is there, but ?
> LoadModule alias_module modules/mod_alias.so
> 
> Syntax error on line 137 of c:/program files/apache
> group/apache/conf/httpd.conf:
> Cannot load c:/program files/apache group/apache/modules/mod_alias.so into
> server: (126) The specified module could not be found:

This sounds like a problem with a bad install of apache's default
configuration file. Which apache version are you using? For
apache-1.3.26, mod_alias.so and mod_actions.so (and others) are
compiled into Apache.exe, which you can see via 'Apache.exe -l'.
So the LoadModule directive for these modules isn't relevant -
use it only for those that appear in the apache modules/
directory.

-- 
best regards,
randy kobes

Reply via email to