04-29-04 11:33 PM
"Davide Bianchi" <davideyeahsure@onlyforfun.net> schreef in bericht
news:c6q0rb$f65ib$4@ID-18487.news.uni-berlin.de...
> johndesp <johndesp@us.ibm.com> wrote:
> 8700? Are you trying to contact some Application Server? Is he up
> and running?
> He doesn't know how to handle .jsp. Maybe you should check the
> configuration of you Application Server.
IMHO 'No protocol handler was valid for ...' referes to a thing link HTTP,
HTTPS, FTP, NNTP, SMTP and more of those with a P of Protocol in their tail.
The fulle message should reads as in mod_proxy.c:
" proxy: No protocol handler was valid for the URL %s.
If you are using a DSO version of mod_proxy, make sure
the proxy submodules are included in the configuration
using LoadModule.
"
http://httpd.apache.org/docs-2.0/mod/mod_proxy.html tells
" Apache's proxy features are divided into several modules in addition to
mod_proxy: mod_proxy_http, mod_proxy_ftp and mod_proxy_connect. Thus, if you
want to use one or more of the particular proxy functions, load mod_proxy
and the appropriate module(s) into the server (either statically at
compile-time or dynamically via the LoadModule directive). "
HansH
[ Post a follow-up to this message ]
|