Why did you need to change the handlerURL to an absolute URL (instead
of leaving the default)?
Also, the Apache httpd config you sent does not contain any directives
that would cause proxying of content anywhere else, so if you wanted
to prevent sending off requests to the shib handler to Websphere this
is the wrong config file.
-peter
You'll need to figure out how to configure the web server to virtualize
itself, using the handlerURL that way won't work.
Most likely it's returning a 404 precisely because the handlerURL does not
match the properties of the request into the web server.
-- Scott
It's an Apache issue.
-- Scott
It has nothing to do with proxying; you're virtualizing your server in some
fashion so you need to configure Apache to know about it with the ServerName
setting.
-- Scott
If you see my virtual host configuration I already specified the Server name
as XXX should I also add the port to that? could you please give me an
example
--
View this message in context: http://shibboleth.1660669.n2.nabble.com/404-Error-while-Accessing-Shibboleth-sso-SAML2-POST-tp5646144p5647522.html
I don't know what you're trying to do or what your settings would need to
be, and I don't have time to find out and teach you how to run Apache. They
have documentation so I suggest you try there.
-- Scott
http://httpd.apache.org/docs/2.2/en/mod/core.html#servername
-peter