On 04.07.06 10:47, Perminder Singh Vohra wrote:
>     We have a setup requirement where we need to send request to Apache
> Server on SSL but Apache should convert the request to non-SSL port and
> then process it. We have enable Apache to listen on both Non-SSL and SSL
> ports.

What do you mean by "convert the request"?

You can redirect client to access non-ssl'ed virtual host vie Reditect
directive. You also can proxy the request, get data from HTTP host and send
it back through HTTPs. But the latter is useless when you have the same
virtual host on the same apache - it's much more efficient to process the
request directly.
-- 
Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
"Two words: Windows survives." - Craig Mundie, Microsoft senior strategist
"So does syphillis. Good thing we have penicillin." - Matthew Alton

---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to