On Tue, Nov 27, 2007 at 07:39:33PM -0800, Al Sparks wrote: > Running Apache 1.3 with lots of virtual > names. > > ... > > Are there some examples out there? I only see non-SSL examples. There is not much of a change with Apache 1.3. With 2.0/2.2 there is the sslproxyengine that has to be enabled and a few other things. Hosting multiple virtual names via ssl on the same IP won't work due to limitations in the protocol. Otherwise: Just set up your proxy server with proxying with http. Then set up an ssl-site. Then take your proxy code and put it within the ssl virtual host. Do it step by step and it should work. regs, Christian P.S. You should upgrade to apache 2.0/2.2. Especially for a reverse proxy. It gives you more flexibility (thanks to modules like mod_proxy_html) and possibly a lot more performance. --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx