This is my super cool personalized login page

This is an example of a Custom Login Page for mod_auth_openid. It will request your email address from your IdP. The only reason this page was done using a dynmaic language (PHP) as opposed to static html is that it has the ability to handle errors in the openid login process. Show Source.

The relavent section of the apache config file is:
<Location /mod_auth_openid/secret>
AuthOpenIDEnabled On
AuthOpenIDLoginPage /mod_auth_openid/login.php
</Location>