Re: [us...@httpd] Export CACertificate to Tomcat

2010-08-06 Thread Tina Exner
. Ex. If i purchased my certificate from "thawte" then i will require "thawteroot.csr" and will merge this with my "filename.csr" and install on the server. Hope above solution works for you. Thanks, Ravi --- On *Thu, 5/8/10, Tina Exner //* wrote: From: Tina

Re: [us...@httpd] Export CACertificate to Tomcat

2010-08-05 Thread Tina Exner
did nobody know a solution for this problem? hi all, we have a nexus multiid server for certificate authentication. i try to pass the client smartcard certificates from apache to tomcat server. the tomcat talks to the nexus and the authentication take effect. when i try to export the clien

[us...@httpd] Export CACertificate to Tomcat

2010-08-02 Thread Tina Exner
hi all, we have a nexus multiid server for certificate authentication. i try to pass the client smartcard certificates from apache to tomcat server. the tomcat talks to the nexus and the authentication take effect. when i try to export the client ca certificate to the tomcat server i get the

[EMAIL PROTECTED] RewriteRule Problem

2007-07-18 Thread tina exner
%{HTTP_USER_AGENT} .*safari.* [NC] RewriteRule ^/([^XY].*)$ /XY2/$1 [R,L] RewriteRule ^/$ /XY1/ [R,L] RewriteRule ^/([^XY].*)$ /XY1/$1 [R] have a nice day. Martijn wrote: > On 7/17/07, tina exner <[EMAIL PROTECTED]> wrote: >> I have the below RewriteR

[EMAIL PROTECTED] RewriteRule Problem

2007-07-17 Thread tina exner
hi, I have the below RewriteRules configured in my httpd.conf (Apache Version 2.0.54) But i never reach the site XY1, because: (rewrite.log)...explicitly forcing redirect with... I changed the Flags but it still doesn´t work. How do i have to configure it to work correctly ? RewriteCond %{HTTP