On Mon, Jun 15, 2009 at 9:18 AM, ricardo figueiredo<[email protected]> wrote: > Hi, > > I gave up !!! It's very difficult !!!! > > Now, I would like know: "How do I compile a module built-in ??" > > Because, I modified the mod_log_config and compiled (apxs -a -i -c > mod_log_config.c). After, I started Apache and shows this: > "httpd: Syntax error on line 56 of /usr/local/apache2/conf/httpd.conf: > module log_config_module is built-in and can't be loaded".
You can't. Rebuild all of Apache with your changes, or rebuild all of apache so some of your modules are DSO's so they can be replaced. -- Eric Covener [email protected] --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
