Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sniper57

    Mutual SSL with AD authorization

    Hi, I am using Apache Web Server 2.4 on Redhat Linux 6.4. I have a requirement to authenticate the user using SSL certificates and pass the CN from the certificate in an HTTP header to the backend application. That all works. I also have a requirement to check that the user from the...
  2. sniper57

    Apache rewrite

    I fixed it:- RewriteEngine on RewriteCond %{HTTP_HOST} dev.example.com [NC] RewriteRule (.*)$ http://dev.othersite.com:9011$1 [R=301,L]
  3. sniper57

    Apache rewrite

    Hi, I am trying to redirect a site to a new site but have a few issues:- For example I want to redirect: http://dev.example.com/page?Id=12345 to http://dev.othersite.com:9011/page?param=12345 This is what I have configured in httpd.conf:- RewriteEngine on RewriteCond %{HTTP_HOST}...

Part and Inventory Search

Back
Top