Current time: 12-27-2024, 04:25 AM Hello There, Guest! (LoginRegister)


Post Reply 
mal wieder php4/php5
Author Message
singha Offline
Junior Member
*

Posts: 20
Joined: Mar 2008
Reputation: 1
Post: #7
RE: mal wieder php4/php5
biddeschön:

Code:
#
# ispCP ω (OMEGA) a Virtual Hosting Control System
#
# @copyright     2006-2008 by ispCP | http://isp-control.net
# @version         SVN: $ID$
# @link         http://isp-control.net
# @author         ispCP Team
#
# @license
#   This program is free software; you can redistribute it and/or modify it under
#   the terms of the MPL General Public License as published by the Free Software
#   Foundation; either version 1.1 of the License, or (at your option) any later
#   version.
#   You should have received a copy of the MPL Mozilla Public License along with
#   this program; if not, write to the Open Source Initiative (OSI)
#   http://opensource.org | osi@opensource.org
#
################################################################################​

<IfModule mod_fastcgi.c>
    FastCgiWrapper On
    FastCgiIpcDir /var/lib/apache2/fastcgi2

        FastCgiConfig -minProcesses 1 \
                      -maxProcesses 400 \
                      -maxClassProcesses 5 \
                      -multiThreshold 80 \
                      -killInterval 60 \
                      -startDelay 5 \
                      -idle-timeout 300
                      # -singleThreshold 100 \
                      # -autoUpdate \
                      # -pass-header HTTP_AUTHORIZATION

    FastCgiServer /var/www/fcgi/master/php4-fcgi-starter -user vu2000 -group vu2000

    #
    # PHP4 SUPPORT
    #

    AddHandler php-fastcgi .php .php4

    <Location /php4/php4-fcgi-starter>
        SetHandler fastcgi-script
        Options +ExecCGI
    </Location>

    Action php-fastcgi /php4/php4-fcgi-starter
    AddType application/x-httpd-php .php .php4
</IfModule>
(This post was last modified: 03-26-2008 12:51 AM by singha.)
03-26-2008 12:51 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
mal wieder php4/php5 - singha - 03-25-2008, 11:43 PM
RE: mal wieder php4/php5 - gOOvER - 03-25-2008, 11:56 PM
RE: mal wieder php4/php5 - joximu - 03-26-2008, 12:00 AM
RE: mal wieder php4/php5 - gOOvER - 03-26-2008, 12:11 AM
RE: mal wieder php4/php5 - singha - 03-26-2008, 12:16 AM
RE: mal wieder php4/php5 - joximu - 03-26-2008, 12:45 AM
RE: mal wieder php4/php5 - singha - 03-26-2008 12:51 AM
RE: mal wieder php4/php5 - joximu - 03-26-2008, 12:54 AM
RE: mal wieder php4/php5 - BeNe - 03-26-2008, 12:55 AM
RE: mal wieder php4/php5 - BeNe - 03-26-2008, 12:56 AM
RE: mal wieder php4/php5 - singha - 03-26-2008, 01:55 AM
RE: mal wieder php4/php5 - thiro - 04-28-2008, 11:25 PM
RE: mal wieder php4/php5 - joximu - 04-29-2008, 01:37 AM
RE: mal wieder php4/php5 - thiro - 04-29-2008, 02:23 AM
RE: mal wieder php4/php5 - joximu - 04-29-2008, 04:10 AM
RE: mal wieder php4/php5 - thiro - 04-29-2008, 06:18 PM
RE: mal wieder php4/php5 - joximu - 04-29-2008, 07:13 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)