8000 GitHub - alexisbietti/no-htaccess: This script scans all .htaccess files in a server directory and generates an apache2.conf containing all their directives
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This script scans all .htaccess files in a server directory and generates an apache2.conf containing all their directives

Notifications You must be signed in to change notification settings

alexisbietti/no-htaccess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

no-htaccess

This script scans all .htaccess files in a server directory and generates an apache2.conf containing all their directives. It's faster than scanning the server tree for overrides for every request.

Usage

python no-htaccess.py > apache2.conf

Prerequisite

Instrument your apache2.conf file with two markers lines:

  • # BEGIN no-htaccess
  • # END no-htaccess

The .htaccess directives will be inserted between these lines.

About

This script scans all .htaccess files in a server directory and generates an apache2.conf containing all their directives

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0