[us...@httpd] Betr.: Re: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-06 Thread Joost Heer, de
>NameVirtualHost your-physical-ip7:80 >NameVirtualHost your physical-ip:443 ... > The name after VirtualHost should match the name after NameVirtualHost, so this example is wrong, and should be Joost - The official User-To-U

RE: [us...@httpd] Betr.: Re: [us...@httpd] Apache Reverse Proxy for Citrix MetaFrame Presentation Server

2010-06-06 Thread Joost Heer, de
>>> Ruiyuan Jiang 3-6-2010 23:02 >>> >Hi, I tested and I got "ssl error code 47" error. It seems to me that Apache >wants to terminate any port 443 traffic. >The Citrix presentation server does not allow termination of the traffic at >port 443. Otherwise Citrix will have an error. >Is there a w

[us...@httpd] mod_authnz_ldap compile error on Solaris 10

2010-06-06 Thread Igor Cicimov
Hi all, Wonder if someone has had similar problem compiling apache 2.2.15 source on Solaris 10. /usr/local/apache2/build/libtool --silent --mode=link gcc -g -O2 -L/usr/local/lib -R/usr/local/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib -o mod_authz_owner.la -rpath /usr/local/apache2/modules

Re: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-06 Thread Dennis J.
On 06/06/2010 07:43 PM, Manoj Samtani wrote: Look this link dear, http://www.zdnetasia.com/configure-apache-to-support-multiple-ssl-sites-on-a-single-ip-address-62059501.htm In web hosting environment, one certificate used for single domain and other sites are using by /sitename etc.. but if we

Re: [us...@httpd] [Fwd: Reverse Proxy Configuration]

2010-06-06 Thread Eric Covener
> 2.  If I leave these lines in, as I suspect I have to to resolve problem > #1, apachectl -S throws errors on both ProxyHTMLEnable and > ProxyHTMLURLMap and asks if I spelled the names wrong. > > apachectl -l gives: > > Compiled in modules: >  mod_proxy.c >  mod_proxy_connect.c >  mod_proxy_ftp.c

[us...@httpd] [Fwd: Reverse Proxy Configuration]

2010-06-06 Thread John Iliffe
I sent the following request for help a couple of weeks back but so far no response. Maybe I didn't make the actual question clear :-( Anyhow, I have done quite a bit of experimentation since with the following non-results. What I'm trying to do: I have a mail server with a web interface; to avo

Re: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-06 Thread Eric Covener
On Sun, Jun 6, 2010 at 2:04 PM, Jeff Shearer wrote: > Thanks that's great news. > > I am still trying to resolve this error message I am getting.  Eric said I > need to be certain that my NameVirtualHost and VirtualHost directives matched > literally.  I reread the documentation on http://httpd.

Re: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-06 Thread bma srcds
Each virtual host must have the url that reaches that host within a ServerName directive as below NameVirtualHost *:80 ServerName URL1 ServerName URL2 On Sun, Jun 6, 2010 at 7:04 PM, Jeff Shearer wrote: > Thanks that's great news. > > I am still trying to resolve this error message

RE: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-06 Thread Jeff Shearer
Thanks that's great news. I am still trying to resolve this error message I am getting. Eric said I need to be certain that my NameVirtualHost and VirtualHost directives matched literally. I reread the documentation on http://httpd.apache.org and see what I believe is the same statement said

RE: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-06 Thread Manoj Samtani
Look this link dear, http://www.zdnetasia.com/configure-apache-to-support-multiple-ssl-sites-on-a-single-ip-address-62059501.htm In web hosting environment, one certificate used for single domain and other sites are using by /sitename etc.. but if we use Apache 2.2.12 version we can install mult

RE: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-06 Thread Jeff Shearer
Manoj, I am using 2.2.11. Hm. Are you saying if I move to 2.2.12 I can server multiple name-based ssl virtual hosts on the same IP and ports? Even so, I may choose to use a multi-domain SSL certificate. Being able to use this for up to 25 domains seems like a lower cost alternative to bu

RE: [us...@httpd] NameVirtualHost Directive - - - - Multiple SSL virtual hosts

2010-06-06 Thread Manoj Samtani
Which Apache version are you using? Till now Multiple SSL VHOST's are not available for same port and IP. This can be possible through Apache 2.2.12.So, you do not need to take tension ;-) Just change your Apache Version. Regards,Manoj > Date: Sat, 5 Jun 2010 16:12:09 -0400 > From: cove...@gmail