Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that if you protect a directory with CU WebAuth and you go to the non-SSL site you will get the following error "CUWebAuth error... Server is not properly configured. Check the Kerberos principal.". In this case you need to be sure to specify the "https" URL and not the "http" URL to avoid getting the error. If you wish to setup a redirect from the non-SSL site to the SSL site for the ".htaccess" protected directory you'll either need to specify the redirect in a parent directory or via a custom vhost include.

More information on .htaccess files from the Apache Foundation

Customer Apache Includes

Customer Apache include files are configuration files the Apache server reads at start-up. These files look very much like any other apache config file - and can also look very similar to .htaccess files. Apache Include files can utilize more options and settings than an .htaccess file can, so this provides customers greater flexibility and control over how their web server performs.

For more specific information, please see ..... VirtualHost Apache Include Files.