| 3 | | ___________________________________________________________________ |
|---|
| 4 | | / @TODO: \ |
|---|
| 5 | | | - FastCGI: | |
|---|
| 6 | | | * Copy files on update | |
|---|
| 7 | | | * apache: check if stats are working with FastCGI | |
|---|
| 8 | | | | |
|---|
| 9 | | | * Fixed path default-vhcs php.ini | |
|---|
| 10 | | | * Fixed name php.ini fot fcgi and other | |
|---|
| 11 | | | | |
|---|
| 12 | | | - AWStats: | |
|---|
| 13 | | | * apache: set statsdir if awstats is enabled | |
|---|
| 14 | | | * gui: disable stats-alias in client menu | |
|---|
| 15 | | \___________________________________________________________________/ |
|---|
| | 3 | _________________________________________________________________ |
|---|
| | 4 | / @TODO: \ |
|---|
| | 5 | | - FastCGI: | |
|---|
| | 6 | | * Copy files on update | |
|---|
| | 7 | | * apache: check if stats are working with FastCGI | |
|---|
| | 8 | | | |
|---|
| | 9 | | * Finish fastcgi.conf file | |
|---|
| | 10 | | * Edit vhcs2.dmn.mngr for fcgi | |
|---|
| | 11 | | | |
|---|
| | 12 | | | |
|---|
| | 13 | | - AWStats: | |
|---|
| | 14 | | * apache: set statsdir if awstats is enabled | |
|---|
| | 15 | | * gui: disable stats-alias in client menu | |
|---|
| | 16 | \_________________________________________________________________/ |
|---|
| | 17 | |
|---|
| | 18 | 2007.02.07 Laurent DECLERCQ |
|---|
| | 19 | - CONFIGS: |
|---|
| | 20 | Fixed #48 : |
|---|
| | 21 | => Edit fastcgi.conf (NO FINISH) |
|---|
| | 22 | - Rename fastcgi.conf in fastcgi.conf.bak |
|---|
| | 23 | - Create new fastcgi.conf (testing file) |
|---|
| | 24 | |
|---|
| | 25 | => Edit httpd.conf and vhcs2_base.tpl : |
|---|
| | 26 | - Remove Handler "default-vhcs" |
|---|
| | 27 | |
|---|
| | 28 | => Create new directory "master" for the files of configuration (fascgi) of the user master. |
|---|
| | 29 | => Copy and move "php4-fcgi-starter" and "php5-fcgi-starter" in "master" directory for the master user |
|---|
| | 30 | => Create "php4" and "php5" directory in master "directory" for master user |
|---|
| | 31 | => Copy and move "php4.ini" in "php4" in "php4" directory for master user |
|---|
| | 32 | => Copy and move "php5.ini" in "php4" in "php5" directory for master user |
|---|
| | 33 | => Rename "php4.ini" "and php5.ini" in "php.ini" for master user |
|---|
| | 34 | => Edit "php.ini" files for master user : |
|---|
| | 35 | - Fixed "open_basedir" path for master user |
|---|
| | 36 | - Fixed "upload_dir" path for master user |
|---|
| | 37 | - Fixed 'session_dir" path for master user |
|---|
| | 38 | => Copy, move "php4-fcgi-starter" and "php5-fcgi-starter" in "master" directory for the master user |
|---|
| | 39 | |
|---|
| | 40 | - SETUP: |
|---|
| | 41 | Fixed #48 : |
|---|
| | 42 | => Edit makefile : |
|---|
| | 43 | - Added "phptmp" directory |
|---|
| | 44 | => Edit "vhcs2.setup" script : |
|---|
| | 45 | - Fixed path for the new tpl directory "master" |
|---|
| | 46 | - Changed path and rename "php4.ini" in "php.ini" (for master user) |
|---|
| | 47 | - Changed path and rename "php5.ini" in "php.ini" (for master user) |
|---|
| | 48 | - Changed path for "php4-fcgi-starter" and "php5-fcgi-starter" (for master user) |
|---|
| | 49 | - Added "CONF_DIR" for php.ini |
|---|
| | 50 | => Edit set-gui-permissions script : |
|---|
| | 51 | - Added chmod "0755" for the GUI "phptmp" directory |
|---|
| | 52 | - GUI: |
|---|
| | 53 | Fixed #48 : |
|---|
| | 54 | => Create new directory for the tmp_dir and the upload_dir --> "phptmp" for the master user |
|---|