Changeset 305
- Timestamp:
- 02/07/07 19:46:11
(2 years ago)
- Author:
- rats
- Message:
some fixes of r303
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r303 |
r305 |
|
| 16 | 16 | \_________________________________________________________________/ |
|---|
| 17 | 17 | |
|---|
| 18 | | 2007.02.07 Laurent DECLERCQ |
|---|
| | 18 | 2007-02-07 Laurent DECLERCQ |
|---|
| 19 | 19 | - CONFIGS: |
|---|
| 20 | 20 | Fixed #48 : |
|---|
| … | … | |
| 25 | 25 | => Edit httpd.conf and vhcs2_base.tpl : |
|---|
| 26 | 26 | - Remove Handler "default-vhcs" |
|---|
| 27 | | |
|---|
| | 27 | |
|---|
| 28 | 28 | => Create new directory "master" for the files of configuration (fascgi) of the user master. |
|---|
| 29 | 29 | => Copy and move "php4-fcgi-starter" and "php5-fcgi-starter" in "master" directory for the master user |
|---|
| … | … | |
| 49 | 49 | - Added "CONF_DIR" for php.ini |
|---|
| 50 | 50 | => Edit set-gui-permissions script : |
|---|
| 51 | | - Added chmod "0755" for the GUI "phptmp" directory |
|---|
| | 51 | - Added chmod "0755" for the GUI "phptmp" directory |
|---|
| 52 | 52 | - GUI: |
|---|
| 53 | 53 | Fixed #48 : |
|---|
| r303 |
r305 |
|
| | 1 | # VHCS ω (OMEGA) - Virtual Hosting Control System | Omega Version |
|---|
| | 2 | # Copyright (c) 2006-2007 by ispCP | http://isp-control.net |
|---|
| 1 | 3 | # |
|---|
| 2 | | # @TODO: Test, if the php4.ini, php5.ini and master would work |
|---|
| | 4 | # |
|---|
| | 5 | # License: |
|---|
| | 6 | # This program is free software; you can redistribute it and/or |
|---|
| | 7 | # modify it under the terms of the GPL General Public License |
|---|
| | 8 | # as published by the Free Software Foundation; either version 2.0 |
|---|
| | 9 | # of the License, or (at your option) any later version. |
|---|
| | 10 | # |
|---|
| | 11 | # This program is distributed in the hope that it will be useful, |
|---|
| | 12 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|---|
| | 13 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|---|
| | 14 | # GPL General Public License for more details. |
|---|
| | 15 | # |
|---|
| | 16 | # You may have received a copy of the GPL General Public License |
|---|
| | 17 | # along with this program. |
|---|
| | 18 | # |
|---|
| | 19 | # An on-line copy of the GPL General Public License can be found |
|---|
| | 20 | # http://www.fsf.org/licensing/licenses/gpl.txt |
|---|
| | 21 | # |
|---|
| | 22 | ######################################################################## |
|---|
| | 23 | # |
|---|
| | 24 | # @TODO: |
|---|
| | 25 | # - Test, if the php4.ini, php5.ini and master would work |
|---|
| 3 | 26 | # - Location PHP4 |
|---|
| 4 | 27 | # - PHP5 Support |
|---|
| | 28 | # |
|---|
| 5 | 29 | |
|---|
| 6 | 30 | <IfModule mod_fastcgi.c> |
|---|
| … | … | |
| 10 | 34 | FastCgiConfig -minProcesses 1 -maxProcesses 10 -singleThreshold 100 -killInterval 300 -autoUpdate -idle-timeout 240 -pass-header HTTP_AUTHORIZATION |
|---|
| 11 | 35 | |
|---|
| 12 | | FastCgiServer /var/www/fcgi/master/php4-fcgi-starter -user vu2000 -group vu2000 |
|---|
| | 36 | FastCgiServer {PHP_STARTER_DIR}/master/php4-fcgi-starter -user {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_UID} -group {APACHE_SUEXEC_USER_PREF}{APACHE_SUEXEC_MIN_GID} |
|---|
| 13 | 37 | |
|---|
| 14 | 38 | Action php4-fcgi-starter /php4-fcgi-starter/php4-fcgi-starter |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>