Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 548 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 548 Bytes

checkLampConf

Check services versions, directories rights, groups definitions etc.

Installation

Put the file checklampconf.php in the root directory of your hosted space. Add exe right :

$ chmod +x checklampconf.php

Usage

$ ./checklampconf.php

Adjust some vars according your needs, for example :

$processing -> params["apache"]["version"] = "2.2" ;
$processing -> params["apache"]["modules"] = array("php5|suphp","rewrite","expires");
$processing -> params["php"]["version"] = "5.3" ;