Using Linux (CentOS 4.2)

Loaded the mod_proxy and proxy_util modules with the following:

/usr/local/apache2/bin/apxs -c -i mod_proxy.c
/usr/local/apache2/bin/apxs -c -i -n 'APACHE2' proxy_util.c

Edited the httpd.conf file by adding:

LoadModule proxy_module    modules/mod_proxy.so
LoadModule APACHE2_module  modules/proxy_util.so

When restart apache with:

/usr/local/apache2/bin/apachectl restart

GET THE FOLLOWING ERROR:
Syntax error on line 238 of /usr/local/apache2/conf/httpd.conf:
Cannot load /usr/local/apache2/modules/mod_proxy.so into server: /usr/local/apache2/modules/mod_proxy.so: undefined symbol: ap_proxy_is_word


SUGGESTIONS ON HOW TO RESOLVE, thanks....Rob


--------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See 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