2017 © Pedro Peláez
 

library webhelper

A Generic Httpd Configuration Helper

image

jamesrezo/webhelper

A Generic Httpd Configuration Helper

  • Saturday, September 24, 2016
  • by James
  • Repository
  • 2 Watchers
  • 12 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 5 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

WebHelper

A Generic Httpd Configuration Helper, (*1)

Build Status SensioLabsInsight Scrutinizer Code Quality Code Coverage Dependency Status Code Climate, (*2)

Installation

For a global installation via Composer, run:, (*3)

composer global require jamesrezo/webhelper=dev-master, (*4)

Then, copy app/config/parameters.yml.dist into ~/.config/webhelper/parameters.yml, (*5)

Make sure you have ~/.composer/vendor/bin/ or ~/.config/composer/vendor/bin/ in your path., (*6)

Usage

wh generate <webserver> <directive1>..<directiveN>, (*7)

  • <webserver> means actually apache and an optional version (see below)
  • <directive> can be a list of any configuration directive known by the webserver (for now alias, vhost and directory)

Well, syntax is weird... There is the webserver name and optionally the webserver version, separated with a colon (:). * name is required, could be apache, nginx, lighttpd, openlightspeed or whatever this helper can find in its repository. * version is optional but useful when configuration syntax changes as the webserver evolves. * apache means the lowest version of Apache webserver * apache:2 means any 2.x version of Apache webserver * apache:2.2.16 means... Yes! Apache/2.2.16 precisely. * apache:2.4 means any 2.4.x version of Apache webserver..., (*8)

This will output some text that you'll put into a httpd server configuration file., (*9)

Contributions

...are welcome, of course ;-), (*10)

The Versions

24/09 2016

dev-master

9999999-dev https://github.com/JamesRezo/WebHelper

A Generic Httpd Configuration Helper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar James

configuration apache nginx webserver httpd

30/03 2015

dev-dokuwiki-support

dev-dokuwiki-support https://github.com/JamesRezo/WebHelper

A Generic Httpd Configuration Helper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar James

configuration apache webserver httpd

24/03 2015

dev-laravel-support

dev-laravel-support https://github.com/JamesRezo/WebHelper

A Generic Httpd Configuration Helper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar James

configuration apache webserver httpd

15/03 2015

0.1

0.1.0.0 https://github.com/JamesRezo/WebHelper

A Generic Httpd Configuration Helper

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar James

configuration apache webserver httpd