Forum Moderators: phranque
SSLRequire %{SSL_CLIENT_S_DN_CN} =="(uggers)" \
or SSL_CLIENT_S_DN_CN} =="(uggers1)" etc etc
however, the list has now got to 150 users and works well, but putting anymore on the htaccess file and the htaccess file no longer works and the generic apache error message is displayed when trying to access the directory. The apache error logs states something like SSLRequire error. Any ideas how to resolve this? There seems to be some size limit on the htaccess file. I wander if there is a maximum size the htaccess file could be? Any ideas greatly appreciated.
Regards
Try didding around in the module documentation. There may be a "DN" limit defined there, and if so, possibly a work-around as well. (And in the spirit of full disclosure, I don't know what a DN is, so that's all I can suggest.)
Jim