12 C
Vancouver
Monday, April 29, 2024

Sending all requests from http to https

Add the following lines to the VirtualHost directive: RewriteEngine on # Redirect any traffic to https RewriteRule ^/(.*)$ https://%{HTTP_HOST}/$1

Using Java Web Start with Opera

Out of the box the Opera web browser is not setup to run jnlp files, therefore java webstart will not run properly.  To fix...

Adding LDAP Authentication to a Site

Add the following entry to the VirtualHost <Directory "/var/www/html"> order allow,deny allow from all AuthName "Staff only" AuthType Basic AuthLDAPURL ldap://localhost/dc=example,dc=com require valid-user </Directory>

Security failure. Data decryption error. When using IE on a Mac

On Mac OS X when opening a new IE window from a site running under https there is no content in the window and...

Latest news