Joost de Heer wrote: >>>I am running Apache 2.1.6 on FreeBSD 4.9. It is running on port 8080 >>>because another version of Apache is running on port 80. > > >>>My apxs command to install mod_proxy_html: >>>./apache21/bin/apxs -c -I/usr/local/include/libxml2 >>>-I/usr/local/include/apache -i mod_proxy_html.c > > > Is /usr/local/include/apache the include directory for Apache 2.1 or of > the other Apache? Compiling A2.1 modules requires the A2.1 includes.... Good catch - I missed that one in my reply! You shouldn't pass *any* Apache or APR include paths to apxs - it'll have the right one built in. Of course you do need to pass non-Apache paths such as libxml2. -- Nick Kew --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx