"Davide Bianchi" <davideyeahsure.TakeThisOut@onlyforfun.net> schreef in bericht
news:c6q0rb$f65ib$4@ID-18487.news.uni-berlin.de...
> johndesp <johndesp.TakeThisOut@us.ibm.com> wrote:
> > [Wed Apr 28 18:13:31 2004] [error] (-1)Error -1 occurred.: proxy:
> > request failed to 9.9.94.151:8700
> 8700? Are you trying to contact some Application Server? Is he up
> and running?
> > [Wed Apr 28 18:13:31 2004] [warn] proxy: No protocol handler was valid
> > for the URL /transform/crm/americas/reports/acadmin/login.jsp.
> 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.
"
<a style='text-decoration: underline;' href="http://httpd.apache.org/docs-2.0/mod/mod_proxy.html" target="_blank">http://httpd.apache.org/docs-2.0/mod/mod_proxy.html</a> 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<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: reverse proxy setup...still getting "No protocol handler ..