Current time: 11-27-2024, 01:09 AM Hello There, Guest! (LoginRegister)


Post Reply 
How do I specify different php config values for each subdomain?
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #3
RE: How do I specify different php config values for each subdomain?
You alos can change it manually in the apache config (ispcp.conf)
Code:
<IfModule mod_fastcgi.c>
        ScriptAlias /php4/ /var/www/fcgi/domain/
        ScriptAlias /php5/ /var/www/fcgi/domain/
        <Directory "/var/www/fcgi/domain">
            AllowOverride None
            Options +ExecCGI -MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>

just make another folder for the starterscripts and the php.ini

and copy th changed file also to /etc/ispcp/apache/working - otherwise you'll loose them on the next ispcp change...

/Joximu
12-11-2007 11:26 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How do I specify different php config values for each subdomain? - joximu - 12-11-2007 11:26 PM

Forum Jump:


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