Versions Compared

Key

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

...

Make sure that the mod_rewrite Apache module is installed and enabled.

It may also be desirable to disable autoindexes if that module is installed:

Code Block
<IfModule mod_autoindex.c>
  Options -Indexes
</IfModule>


Overriding the Base URL

Under certain circumstances, such as deployments behind a web proxy, it may be necessary to specify the base URL since the application will be unable to introspect it correctly. As of Registry v4.1.0, this can be set via the environment variable COMANAGE_REGISTRY_FULL_BASE_URL.

...