New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

apache-server-configs

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apache-server-configs

Boilerplate configurations for the Apache HTTP Server

  • 2.10.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
359
decreased by-36.57%
Maintainers
1
Weekly downloads
 
Created
Source

Apache Server Configs

Build Status

Apache Server Configs is a collection of boilerplate configurations that can help your server improve the web site's performance and security, while also ensuring that resources are served with the correct content-type and are accessible, if needed, even cross-domain.

Getting Started

There are a few options for getting the Apache server configs:

  • Download the zip archive
  • Install them via:
    • npm: npm install --save-dev apache-server-configs
    • Bower: bower install --save-dev apache-server-configs

Usage

If you have access to the main server configuration file (usually called httpd.conf), you should add the logic from the .htaccess file in, for example, a <Directory> section in the main configuration file. This is usually the recommended way, as using .htaccess files slows down Apache!

If you don't have access, which is quite common with hosting services, just copy the .htaccess file in the root of the website.

Also note that some configurations won't have any effect if the appropriate modules aren't enabled. So, in order for everything to work as intended, you need to ensure the you have the following Apache modules enabled:

For more detailed information on configuration files and how to use them, please check the appropriate Apache documentation:

Support

  • Apache v2.2.0+
  • Browsers:

    | Chrome logo | Firefox logo | Internet Explorer logo | Opera logo | Safari logo | |:---:|:---:|:---:|:---:|:---:| | Chrome | Firefox 4+ | Internet
    Explorer 8+ | Opera 12+ | Safari 5+ |

Contributing

Anyone and everyone is welcome to contribute, but before you do, please take a moment to review the guidelines.

Acknowledgements

Apache Server Configs is only possible thanks to all the awesome contributors!

This project is currently maintained by:

| @alrra | |:---:|:---:| | Cătălin Mariș |

License

Apache Server Configs is available under the MIT license.

Keywords

FAQs

Package last updated on 20 Oct 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc