On 12/6/06, Peter Neu <peter.neu@xxxxxxx> wrote:
Hello, I'm trying to use mod_proxy. Since I got this erroy message: ----error--- proxy: No protocol handler was valid for the URL /axis2/. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included ------------ I would like to load the sub modules of mod_proxy like this: LoadModule mod_proxy_http /usr/lib/apache2/mod_proxy_http.so But I always get this error. Syntax error on line 64 of /etc/apache2/default-server.conf: Can't locate API module structure `mod_proxy_http' in file /usr/lib/apache2/mod_proxy_http.so: /usr/lib/apache2/mod_proxy_http.so: undefined symbol: mod_proxy_http Why is this happening I don't get it? Are modules named different than the file names?
Yes. My http.conf contains the following: LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_connect_module modules/mod_proxy_connect.so LoadModule proxy_ftp_module modules/mod_proxy_ftp.so LoadModule proxy_http_module modules/mod_proxy_http.so Krist -- krist.vanbesien@xxxxxxxxx Bremgarten b. Bern, Switzerland -- "...what you don't realize is that in the future Google WILL reach sentience, will [have had] invent[ed] a time machine, and will [have had] travel[ed] back in time to prevent Bill Gates... only to become Bill Gates by accident because of a search engine optimization miscalculation." (Comment on the Dilbert Blog) --------------------------------------------------------------------- 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