Friday, August 21, 2015

Apache digest auth with custom login box

I have a site with five subdomains:



sub1.domain.com
sub2.domain.com
sub3.domain.com
sub4.domain.com
sub5.domain.com




When accessing on of these subdomains you get an login box similar to the solution in this question,
Apache .htaccess trick to authenticate only once for all subdomains?



Each subdomain is pointing to an internal site using mod_proxy.



My question is if it would be possible to swap the ugly default popup auth box against an html-page that i write?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...