Full_Name: Marcelo Vanzin
Version: 2.6.6
OS: Linux
Submission from: (NULL) (200.251.186.24)


I don't know if this an issue with modssl, but it seems to be, as
the same combination withou modsll (and thus without EAPI) works.

The problem is the following: I use a set of RewriteRules for mod_rewrite so
that documents on the web server are redirected internally to a single servlet
we use as an "entry point" to anything. It is something like:

RewriteRule ^/apserv/(.*)   /servlets/AppServer/$1 [PT,l]

This would make the url http://myhost/apserv/index.html be internally redirected
to http://myhost/servlets/AppServer/index.html.

This works fine with Apache + JServ, but if you put modssl in the middle,
regardless of using or not https, this won't work, and returns a 404 error:

"The requested URL /servlets/AppServer/teste was not found on this server."

Is this a known issue??? I couldn't find anything about it on the mailing lists
(at least not using the "passthrough" option). Using the "R" option (redirect)
it works, but I'd prefer not to use external redirection.

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to