--- Manuel Nicolas Ortu�o <[EMAIL PROTECTED]> wrote: > <IfModule !mod_jk.c> > LoadModule jk_module modules/mod_jk.so > </IfModule>
Dynamic loading. > I don't have LoadModule mod_access > #httpd -l > core.c > mod_access.c This means mod_access is statically built in and there is no way of turning it off (not that you would want it). It also means you have no influence of the order of module loading and hooking into apache. Personally, I prefer an Apache with the minimum set of modules compiled in, all others dinamically loading. Some Linux distros allow you to tweak the loading order of add-on modules, since their config fragments are stored in files like /etc/http/conf.d/S20_php.conf or something like that. Changing that number will affect the loading order of the module. Of course, Apache's own modules are usually in some other conf fragment and the only way to affect loading order is to edit the fragment. Nix. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]