I am trying to compile the mod_include.c to get the shared object (mod_include.so) and put it in the http.conf, but I get the next error.Command:# /herramientas/apache_1.3.27/bin/apxs -c mod_include.c && /herramientas/apache_1.3.27/bin/apxs -i -a -n includes mod_include.so
mod_include should not be built with apxs. Instead, build Apache HTTP Server; mod_include will be built automatically (assuming you do not turn off building shared modules via an option to the configure script).
I see above that you are using Apache HTTP Server 1.3.27; this version is not supported any more. You should upgrade to a later version of Apache HTTP Server; the current version is 2.4.2.
Also, I can’t upgrade apache
How are you trying to upgrade Apache HTTP Server? What happens when you try? -- Mark Montague mark@xxxxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx