I got it figured out.  For some reason or other, I didn't realize that
mod_proxy_html is a 3rd party module that needs to be compiled with
apxs.
   === Al

----- Original Message ----
From: Al Sparks <[EMAIL PROTECTED]>
To: Apache Users <users@httpd.apache.org>
Sent: Thursday, January 24, 2008 11:48:23 AM
Subject: [EMAIL PROTECTED] Compiling Apache with mod_proxy_html


I'm trying to get apache 2.0.61 working.

I use the following configure parameters:

 ./configure
   --enable-deflate \
   --enable-headers \
   --enable-proxy \
   --enable-proxy-connect \
   --enable-proxy-http \
   --enable-rewrite \
   --enable-so \
   --enable-ssl


Do a "make" and "make install", but when I attempt to start it, I get:

  $ apachectl startssl
  Syntax error on line 238 of /usr/local/apache2/conf/httpd.conf:
  Cannot load /usr/local/apache2/modules/mod_proxy_html.so into server:
 /usr/local/apache2/modules/mod_proxy_html.so: cannot open shared
 object file: No such file or directory

 $ httpd -l
 Compiled in modules:
  core.c
  mod_access.c
  mod_auth.c
  mod_include.c
  mod_deflate.c
  mod_log_config.c
  mod_env.c
  mod_headers.c
  mod_setenvif.c
  mod_proxy.c
  proxy_connect.c
  proxy_ftp.c
  proxy_http.c
  mod_ssl.c
  prefork.c
  http_core.c
  mod_mime.c
  mod_status.c
  mod_autoindex.c
  mod_asis.c
  mod_cgi.c
  mod_negotiation.c
  mod_dir.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_rewrite.c
  mod_so.c

Note that mod_proxy is compiled in.  What am I missing?
   === Al



---------------------------------------------------------------------
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]





---------------------------------------------------------------------
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]

Reply via email to