| fishter44@gmail.com 2007-07-26, 1:18 pm |
| Currently running Apache Server 2.0.58 on Solaris 5.9 with NewAtlanta
ServletExec 5.0 supporting an ARS (Remedy) System Mid-Tier Version
7.0.1 Patch02 with no issues.
Trying to connect an Knowledge Management application on a Windows
2003 Server. They asked me to add this > ProxyPass /usr/ar/kms/
http://servername/kms/
to the httpd.conf.
As you can tell I'm not familiar with Apache but I did the installs
for the mid-tier.
When I ran >apachectl configtest
Syntax error on line 1082 of /usr/local/apache2.0.58/conf/httpd.conf:
Invalid command 'ProxyPass', perhaps mis-spelled or defined by a
module not included in the server configuration
is the result.
After some searching around I assume I can try two different things:
Try running the commands:
>apxs -c -a -i proxy_http.c
>apxs -i -a -c mod_proxy.c proxy_util.c
and ensure the httpd.conf is updated with their information.
Current configuration:
# httpd -l
Compiled in modules:
core.c
prefork.c
http_core.c
mod_so.c
# httpd -V
Server version: Apache/2.0.58
Server built: Nov 21 2006 09:52:00
Server's Module Magic Number: 20020903:12
Server loaded: APR 0.9.12, APR-UTIL 0.9.12
Compiled using: APR 0.9.12, APR-UTIL 0.9.12
Architecture: 32-bit
Server compiled with....
-D APACHE_MPM_DIR="server/mpm/prefork"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_FCNTL_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D HTTPD_ROOT="/usr/local/apache2.0.58"
-D SUEXEC_BIN="/usr/local/apache2.0.58/bin/suexec"
-D DEFAULT_PIDLOG="logs/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_LOCKFILE="logs/accept.lock"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"
AND LASTLY try to recompile with this added on:
../configure --prefix-/usr/local/apache2.0.58 --enable-mods-shared=all
--with-perl=/usr/bin/perl --enable-so --enable-proxy=shared --enable-
proxy-http=shared --enable-proxy-ftp=shared --enable-proxy-
connect=shared
run the make and make install.
Rather than start messing up the current configure hopefully someone
can provide me some assistance.
Thanks in advance.
Fishter
|