Re: [us...@httpd] HTTPS only for login page (when apache front tomcat)

2010-04-21 Thread Krist van Besien
On Thu, Apr 22, 2010 at 6:37 AM, chamila piyasena wrote: > > > actually there are some performance problems. thats why I was thinking of > using https only for login. Yahoo still uses it, Google used it before. The problem is that with the nature of HTTP having only the login dialog protected by

Re: [us...@httpd] HTTPS only for login page (when apache front tomcat)

2010-04-21 Thread chamila piyasena
actually there are some performance problems. thats why I was thinking of using https only for login. Yahoo still uses it, Google used it before.

[us...@httpd] virtual host configuration

2010-04-21 Thread daulat khan
Hi, I am planning to setup virtual hosting in apache-tomcat integrated setup. Please share useful links or docs which will help me in accomplishing this. also using, httpd v2.2.14 tomcat v6.0.20 tomcat connector v1.2.28 Thanks, Daulatkhan ---

Re: [us...@httpd] multiple SSL on one computer - IP

2010-04-21 Thread Jason Nunnelley
Blah! I guess a link would be nice: http://www.digicert.com/unified-communications-ssl-tls.htm On 4/21/10 8:55 PM, Jason Nunnelley wrote: There are probably competing, if not free, methods of achieving the same end. If you need a branded cert, this is a good company. I endorse them and I'm not

Re: [us...@httpd] multiple SSL on one computer - IP

2010-04-21 Thread Jason Nunnelley
There are probably competing, if not free, methods of achieving the same end. If you need a branded cert, this is a good company. I endorse them and I'm not a reseller :) Maybe I should be. But, they helped me out of a bind more than once and it's a great solution for cloud or ephemeral server

Re: [us...@httpd] multiple SSL on one computer - IP

2010-04-21 Thread Jason Nunnelley
does anyone else have a better solution? besides using SNI The fastest easiest way to do is is a shared SSL certificate. I've used Digicert's unified cert to solve this very problem. -- Jason A. Nunnelley +1 2562971652 http://www.google.com/profiles/imjasonn [Member Tekany, LLC] --

Re: [us...@httpd] multiple SSL on one computer - IP

2010-04-21 Thread Michael Ni
l i got it working with using multiple address records, having a certain subdomain host point to a different ip then on my server, have 2 ips and using ip based virtual host kinda annoying, feels like a waste of IP does anyone else have a better solution? besides using SNI On Wed, Apr 21, 201

Re: [us...@httpd] multiple SSL on one computer - IP

2010-04-21 Thread Crypto Sal
On 04/21/2010 08:11 PM, Tom Evans wrote: On Wed, Apr 21, 2010 at 11:48 PM, Michael Ni wrote: i have a situation where I have only one computer (one IP) with 2 virtual hosts one virtual host is static.foobar.com one virtual host is www.foobar.com both have separate ssl certs registered to th

[us...@httpd] How to enable anonymous access to use a specified Windows user account?

2010-04-21 Thread Xiaojun Mo
In Windows IIS, there is a setting for a virtual folder to enable anonymous access to use a Windows user account and this user account can be specified. Is there a similar setting in Apache? Thank you. Mo - The official User-To-

Re: [us...@httpd] multiple SSL on one computer - IP

2010-04-21 Thread Tom Evans
On Wed, Apr 21, 2010 at 11:48 PM, Michael Ni wrote: > i have a situation where I have only one computer (one IP) with > 2 virtual hosts > > one virtual host is static.foobar.com > > one virtual host is www.foobar.com > > both have separate ssl certs registered to the corresponding domain. > > i tr

[us...@httpd] multiple SSL on one computer - IP

2010-04-21 Thread Michael Ni
i have a situation where I have only one computer (one IP) with 2 virtual hosts one virtual host is static.foobar.com one virtual host is www.foobar.com both have separate ssl certs registered to the corresponding domain. i tried putting SSL in each but apache is using the first one registered.

[us...@httpd] Update on TCP reset issue (kinda fixed)

2010-04-21 Thread Derek Chen-Becker
Well, after a lot of digging and debugging, I found a hack that seems to fix my issue. If I modify the srclib/apr/support/unix/waitio.c file so that the line timeout= f? f->timeout / 1000 : s->timeout / 1000; becomes timeout= f? f->timeout / 100 : s->timeout / 100; (10

[us...@httpd] mod_disk_cache causing corrupted output on server side includes?

2010-04-21 Thread Geoff Millikan
Dear List, You can see the corrupted/binary garbled mess on the page at the link here: http://www.t1shopper.com/tools/calculate/index.shtml The scrambled mess is outputted right at the server side include like this: Everything else on the page looks fine, it's only the included file that's

Re: [us...@httpd] Running script from configuration file of Apache2

2010-04-21 Thread Eric Covener
On Wed, Apr 21, 2010 at 9:41 AM, Petr Hracek wrote: > OK. Thanks but for the clarification on the > http://httpd.apache.org/docs/2.2/mod/mod_proxy.html > in section Forward Proxies and Reverse Proxyies is mentioned: > > A reverse proxy is activated using the ProxyPass directive or the [P] flag > t

Re: [us...@httpd] Apache module that enables ActiveX

2010-04-21 Thread Eric Covener
On Wed, Apr 21, 2010 at 9:28 AM, Mauri wrote: > when I login to web server , i'm reading 2 stable TCP connection in > connection. > All the request from my i.e. to web server close one session and generate a > new session. What do you mean by session? -- Eric Covener cove...@gmail.com ---

Re: [us...@httpd] Running script from configuration file of Apache2

2010-04-21 Thread alin vasile
only if you don't have rewrite rules that force proxy ([P]) From: Petr Hracek To: users@httpd.apache.org Sent: Wed, April 21, 2010 4:41:43 PM Subject: Re: [us...@httpd] Running script from configuration file of Apache2 OK. Thanks but for the clarification on t

Re: [us...@httpd] Running script from configuration file of Apache2

2010-04-21 Thread Petr Hracek
OK. Thanks but for the clarification on the http://httpd.apache.org/docs/2.2/mod/mod_proxy.html in section Forward Proxies and Reverse Proxyies is mentioned: A reverse proxy is activated using the ProxyPassdirective * or *the [P] flag

Re: [us...@httpd] Running script from configuration file of Apache2

2010-04-21 Thread Tom Evans
On Wed, Apr 21, 2010 at 2:21 PM, Petr Hracek wrote: > Is there any possibility how to work without RewriteRule > with turn on RewriteRule? > > thank you in advance > Petr > No, not really. Cheers Tom - The official User-To-Use

[us...@httpd] Apache module that enables ActiveX

2010-04-21 Thread Mauri
Hi experts, a question about my previous problem. Scenario A) client I.E. -> web server IIS (80) when I login to web server , i'm reading 2 stable TCP connection in connection. All request from my i.e. to web server go troughput this 2 sessions. I don't see any other connection. Scenario B) c

Re: [us...@httpd] Running script from configuration file of Apache2

2010-04-21 Thread Petr Hracek
Is there any possibility how to work without RewriteRule with turn on RewriteRule? thank you in advance Petr 2010/4/21 Tom Evans > On Wed, Apr 21, 2010 at 11:24 AM, Petr Hracek wrote: > > Hello *, > > > > I would like to ask you on the one interesting think: > > I need to proxy the requests to

Re: [us...@httpd] HTTPS only for login page (when apache front tomcat)

2010-04-21 Thread Krist van Besien
On Wed, Apr 21, 2010 at 12:38 PM, chamila piyasena wrote: > > Hi, > My application is running on tomcat. And I have fronted tomcat by Apache web > server using mod_jk. And I have successfully added https in apache to all > the pages in my application. But I want to https only for the login page. I

Re: [us...@httpd] HTTPS only for login page (when apache front tomcat)

2010-04-21 Thread Tom Evans
On Wed, Apr 21, 2010 at 11:38 AM, chamila piyasena wrote: > > Hi, > My application is running on tomcat. And I have fronted tomcat by Apache web > server using mod_jk. And I have successfully added https in apache to all > the pages in my application. But I want to https only for the login page. I

[us...@httpd] Apache2.2 mod_proxy_ajp - certificate forwarding to Tomcat not working

2010-04-21 Thread Samuel Fuchs
Dear all Currently I am working on an implementation for certificate authentication. The vhost of Apache (configuration attached) should forward the client certificate to the web application hosted by Tomcat. Everything else is handled by the application itself. The forwarding of the client

Re: [us...@httpd] Running script from configuration file of Apache2

2010-04-21 Thread Tom Evans
On Wed, Apr 21, 2010 at 11:24 AM, Petr Hracek wrote: > Hello *, > > I would like to ask you on the one interesting think: > I need to proxy the requests to the specified url to a dynamically generated > address. > Instead of: > >     ProxyPass  http://192.0.2.25:8080/CBAdmin/ >     ProxyPassRever

[us...@httpd] HTTPS only for login page (when apache front tomcat)

2010-04-21 Thread chamila piyasena
Hi, My application is running on tomcat. And I have fronted tomcat by Apache web server using mod_jk. And I have successfully added https in apache to all the pages in my application. But I want to https only for the login page. I have tried several configurations but unable to do so. can any one h

[us...@httpd] Running script from configuration file of Apache2

2010-04-21 Thread Petr Hracek
Hello *, I would like to ask you on the one interesting think: I need to proxy the requests to the specified url to a dynamically generated address. Instead of: ProxyPass http://192.0.2.25:8080/CBAdmin/ ProxyPassReversehttp://192.0.2.25:8080/CBAdmin/ ProxyPassReverseCookiePath /C

Re: [us...@httpd] Is it possible to use mod_speling together with mod_rewrite?

2010-04-21 Thread Sandro Tosi
Does someone have experience in using mod_speling together with mod_rewrite? On 04/19/2010 03:20 PM, Sandro Tosi wrote: Hello, we are using extensively mod_rewrite to identify what's the path where the resource is locate. Now a new requirement (due to a migration from Windows to Linux) makes us

[us...@httpd] Problem with ProxyPass

2010-04-21 Thread Petr Hracek
Hello *, in my configuration file of Apache I have one section SSLEngine On ProxyPass /PAC/ http://192.168.0.1:8080/PACCBAdmin/ ProxyPassReversehttp://192.168.0.1:8080/PACCBAdmin/ ProxyPassReverseCookiePath /PACCBAdmin /PAC Order Allow,Deny Allow from all This is working

Re: [us...@httpd] Reverse Proxy https to http

2010-04-21 Thread Krist van Besien
On Tue, Apr 20, 2010 at 6:41 PM, GB GB wrote: > #this for some reason becomes http from client perspective > #PreserveHost on does not work with lsw, so I disabled it > RewriteRule       ^/lsw(.*)$    http://backend2.ca:8082/lsw$1     [NC,P,L] > ProxyPassReverse  /lsw          http://backen