Our Web sites run on Apache/mod_ssl servers hosted by our ISP. We want to authenticate Web site visitors by using personal digital certificates instead of a basic logon dialog box. Can we configure Apache to require client certificates at the directory level? Can the site then use digital IDs issued by certificate authorities such as RSA Security and Thawte, or do we have to issue personal certificates to our users from our site?Although performance is better when you place the authentication directives in the server’s main configuration file, Apache with mod_ssl can be configured to look for personal digital certificates at the directory level.The same AuthConfig override privileges apply to both, so you should be able to require client certificates if you can make basic logon authentication changes on the server. Edit your .htaccess file to include the following: SSLRequireSSL; SSLVerifyClient require; and SSLVerifyDepth 10.This tells Apache to drop non-SSL connections and request client certificates for authenticating SSL requests below the protected directory. Web site visitors can use personal certificates issued by any certificate authority trusted by your Web server. Related content feature 5 ways to boost server efficiency Right-sizing workloads, upgrading to newer servers, and managing power consumption can help enterprises reach their data center sustainability goals. By Maria Korolov Dec 04, 2023 9 mins Green IT Green IT Green IT news Omdia: AI boosts server spending but unit sales still plunge A rush to build AI capacity using expensive coprocessors is jacking up the prices of servers, says research firm Omdia. By Andy Patrizio Dec 04, 2023 4 mins CPUs and Processors Generative AI Data Center feature What is Ethernet? History, evolution and roadmap The Ethernet protocol connects LANs, WANs, Internet, cloud, IoT devices, Wi-Fi systems into one seamless global communications network. By John Breeden Dec 04, 2023 11 mins Networking news IBM unveils Heron quantum processor and new modular quantum computer IBM also shared its 10-year quantum computing roadmap, which prioritizes improvements in gate operations and error-correction capabilities. By Michael Cooney Dec 04, 2023 5 mins CPUs and Processors CPUs and Processors CPUs and Processors Podcasts Videos Resources Events NEWSLETTERS Newsletter Promo Module Test Description for newsletter promo module. Please enter a valid email address Subscribe