Re: [EMAIL PROTECTED] multiple vhosts on port 80 and port 443

2006-10-19 Thread masro
Hi, let us know if the second HTTPS Vhost works with second certificate, i think it is not possible to have a second namebased HTTPS vhost, because the SSL handshake is done before Apache recieves the GET request and the host header. regards joe pond schrieb: I noticed on 10/19/2006 sever

Re: [EMAIL PROTECTED] problem with apache2 as a reverse proxy and OWA

2006-10-19 Thread masro
Hi, i think you like to have an ReverseProxy not an ForwardProxy http://httpd.apache.org/docs/2.0/mod/mod_proxy.html#forwardreverse therefore you normally only need mod_proxy and mod_proxy_http. Switch ProxyVia to off it's the default Value so you also can delete that line from your httpd.conf

Re: [EMAIL PROTECTED] Cannot Start HTTPD Service

2006-10-13 Thread masro
Hi, you have to customize your 2.0.59/bin/envvars it looks like that libldap-2.2.so.7 is not found for linking in LD_LIBRARY_PATH, try . /usr/bin/envvars ldd /usr/bin/httpd regards Nick Kew schrieb: On Thursday 12 October 2006 17:31, Bjorgen T. Eatinger wrote: Whenever I try starti

Re: [EMAIL PROTECTED] old game - method POST not allowed when using SSL client certs

2006-10-12 Thread masro
is upgrading to 2.2.3. It's a well known bug in 2.0.XX that was fixed in 2.2.X On 10/12/06, masro <[EMAIL PROTECTED]> wrote: Hi List, i do an update from Apache 2.0.54 to 2.0.59, now i've the following problem: The following VHOST configuration dosent work, when i use POST req

[EMAIL PROTECTED] old game - method POST not allowed when using SSL client certs

2006-10-12 Thread masro
Hi List, i do an update from Apache 2.0.54 to 2.0.59, now i've the following problem: The following VHOST configuration dosent work, when i use POST requests within the secured directory ServerName xgames.org DocumentRoot "/htdocs/" SSLEngine On SSLCertificateFile

Re: [EMAIL PROTECTED] Reverse Proxy with Apache HTTP Server

2006-06-09 Thread masro
hi, Hi, We have configured reverse proxy with Apache HTTP server i.e user requests (via HTTPS) are recd. by webserver A, which are then sent (via HTTP) to webserver B, where they are forwarded to Tomcat. Now the problem, we are facing is of double authentication i.e once a user is authenticated