Skip to content
MCA Software

MCA Software

Internet Technology Innovation

  • Home
  • Linux
  • DevOps

Category Archives: Apache

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 [L,R]

Posted bymarkcallen2008-04-16Posted inApacheLeave a comment on Sending all requests from http to https

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 this a new mime-type needs to be added to the browser.  Follow instructions at: http://www.opera.com/support/search/supsearch.dml?index=470

Posted bymarkcallen2006-11-15Posted inApacheLeave a comment on Using Java Web Start with Opera

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>

Posted bymarkcallen2006-11-14Posted inApacheLeave a comment on Adding LDAP Authentication to a Site

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 the following error message is displayed: This can be correct by changing the SSLSessionCache in the Apache httpd.conf file. The error shows up when SSLSessionCache is set to none. If it […]

Posted bymarkcallen2006-11-14Posted inApacheLeave a comment on Security failure. Data decryption error. When using IE on a Mac

Recent Posts

  • Connecting Feature Flags with DORA Metrics
  • Non-boolean Feature Flags
  • VIM & Tmux Basics
  • Upgrading from Ubuntu 12.10 to 14.04
  • Vagrant machine status

Recent Comments

  • Valent K on ORA-20603: Updating timezone region of a target is not supported
  • Andrew Plater on AWS SNS and SQS Example using NodeJS
  • Ali on AWS SNS and SQS Example using NodeJS
  • ramakoti on Oracle XE Tuning
  • Ron van der Wijngaard on AWS SNS and SQS Example using NodeJS

Archives

  • October 2022
  • August 2022
  • February 2017
  • March 2015
  • January 2015
  • June 2014
  • April 2014
  • March 2014
  • February 2010
  • September 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • December 2007
  • September 2007
  • July 2007
  • May 2007
  • January 2007
  • November 2006
MCA Software, Proudly powered by WordPress.