Question |
What are the web server requirements for running Composr? |
Answer |
Composr is compatible with Apache and IIS servers.
For Apache:
- Enable mod_rewrite for URL Schemes or URL Redirects.
- Ensure AllowOverride All or at least AllowOverride Options FileInfo Limit is set in the server configuration.
- Recommended modules for optimal performance include mod_headers, mod_setenvif, mod_env, mod_deflate, and mod_filter.
For IIS:
- Don't disable default Feature Delegation for settings changed in the bundled web.config file.
- Install the URL Rewrite module, essential for URL Schemes, URL Redirects, and basic security.
- Configure IIS for additional mime-types if needed, as it doesn't serve unrecognized file types by default.
|
Comments
There have been no comments yet