I've been reading about how nginx matches requests - most specific to least, then regex in the order they are listed. For fastcgi, though, all of the tutorials suggest something like: location ~ \.php$ { try_files $uri =404; include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_pass yada yada; } What if Iby dfelicia - Nginx Mailing List - English
Ended up just passing $ssl_client_raw_cert to fastcgi and writing some PHP to deal with authentication.by dfelicia - Migration from Other Servers
Apache: Alias /w3pw "/var/www/default/foo" <Directory "/var/www/default/foo/"> SSLOptions +StrictRequire +OptRenegotiate SSLRequire ( %{SSL_CIPHER} !~ m/^(EXP|NULL)/ \ and %{SSL_CLIENT_VERIFY} eq "SUCCESS" \ and %{SSL_CLIENT_S_DN_Email} eq "my_email@my_domain" \by dfelicia - Migration from Other Servers
![]() |
![]() |
![]() |
![]() |
![]() |