Guillaume Castagnino wrote:
Le vendredi 24 août 2007, Matt Poletiek a écrit :
thats a pretty sensitive binary to just be disabling protection on...

Besides I believe apache 2.2.x had mod_access built in and has
introduced some new mod_auth nifties.

So I don't think you would have gotten the same in your apache
error_log

Believe it or not, but this is quite the same error :

apache2: Syntax error on line 60 of /etc/apache2/httpd.conf: Cannot load /usr/lib/apache2/modules/mod_actions.so into server: /usr/lib/apache2/modules/mod_actions.so: failed to map segment from shared object: Cannot allocate memory

Config :
 60 LoadModule actions_module modules/mod_actions.so
 61 LoadModule alias_module modules/mod_alias.so
 62 LoadModule auth_basic_module modules/mod_auth_basic.so
 63 LoadModule auth_digest_module modules/mod_auth_digest.so

When disabling mod_action loading, the same error raises on mod_alias, and so on...

Problem is not especially on mod_acces, but on the way apache loads modules with new PAX patch.

Regards

I actually this same issue. I even set apache to use static modules, this fixed the issue for apaches own modules however i still couldn't use anything like mod_python, php etc. This was the first time id enabled PAX so I figured i'd done something wrong and have just turned off PAX for the time being.

- Daniel
--
[EMAIL PROTECTED] mailing list

Reply via email to