Changeset 305

Show
Ignore:
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
  • trunk/CHANGELOG

    r303 r305  
    1616\_________________________________________________________________/ 
    1717 
    18 2007.02.07 Laurent DECLERCQ 
     182007-02-07 Laurent DECLERCQ 
    1919        - CONFIGS: 
    2020                Fixed #48 : 
     
    2525                        => Edit httpd.conf and vhcs2_base.tpl : 
    2626                                - Remove Handler "default-vhcs" 
    27          
     27 
    2828                        => Create new directory "master" for the files of configuration (fascgi) of the user master. 
    2929                        => Copy and move "php4-fcgi-starter" and "php5-fcgi-starter" in "master" directory for the master user 
     
    4949                                - Added "CONF_DIR" for php.ini 
    5050                        => Edit set-gui-permissions script : 
    51                                 - Added chmod "0755" for the GUI "phptmp" directory  
     51                                - Added chmod "0755" for the GUI "phptmp" directory 
    5252        - GUI: 
    5353                Fixed #48 : 
  • trunk/configs/apache/fastcgi.conf

    r303 r305  
     1# VHCS ω (OMEGA) - Virtual Hosting Control System | Omega Version 
     2# Copyright (c) 2006-2007 by ispCP | http://isp-control.net 
    13# 
    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 
    326# - Location PHP4 
    427# - PHP5 Support 
     28# 
    529 
    630<IfModule mod_fastcgi.c> 
     
    1034    FastCgiConfig -minProcesses 1 -maxProcesses 10 -singleThreshold 100 -killInterval 300 -autoUpdate -idle-timeout 240 -pass-header HTTP_AUTHORIZATION 
    1135 
    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} 
    1337 
    1438    Action php4-fcgi-starter /php4-fcgi-starter/php4-fcgi-starter