Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
some minor README changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saz committed Sep 19, 2011
1 parent 3197b03 commit bdba06f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ You can manage the CLI, Apache and FPM version of PHP.

*php::apache2* and *php::fpm* will include php automatically.



### Installing PHP modules

The easiest way of installing additional PHP modules is using packages
Expand Down Expand Up @@ -75,6 +77,7 @@ In this directory, place files named *module.ini*.
**Do not forget to add a trailing slash!**



Sometimes you may need to use a template instead of a file.

```
Expand All @@ -90,6 +93,7 @@ The only difference is, that, at the moment, only one template per module will b
Place your templates inside your template directory and name them 'module.ini.erb'



### Additional configuration settings

You can place additional configuration files in the 'conf.d' directory as follows:
Expand All @@ -103,6 +107,7 @@ You can place additional configuration files in the 'conf.d' directory as follow
The same source fetching rules applies as in the 'modules' section.



### Extra configuration files

Those configuration files will be placed inside an 'extras' directory in your configuration root.
Expand Down Expand Up @@ -131,16 +136,19 @@ Again, the same source fetching rules applies as in the 'modules' section.
For more informations, see EXAMPLE



### Service Notification
On every resource, you can define, what other service should be notified.
If you run PHP within Apache, you want to notify Apache of any changes or
FPM should be notified and restarted to make the new configuration work.



### Requirements
* php::apache2 requires *apache* module



### TODO
* Manage FPM configuration (global settings)
* Document the usage of php::fpm::pool

0 comments on commit bdba06f

Please sign in to comment.