Current time: 09-24-2024, 03:22 PM Hello There, Guest! (LoginRegister)


Thread Closed 
php.ini wird nicht übernommen?!
Author Message
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #7
RE: php.ini wird nicht übernommen?!
Geht bei Mir ohne Probleme! Ebenfalls Lenny und ispCP 1.0.0
Hast Du FastCGI oder fcgid ?
Wo verweist die ApacheConfig (ispcp.conf) bei der Domain wo es geht hin ?

Code:
<IfModule mod_php5.c>
        php_admin_value open_basedir "/var/www/virtual/domain.tld/:/var/www/virtual/domain.tld/phptmp/:/usr/share/php/"
        php_admin_value upload_tmp_dir "/var/www/virtual/domain.tld/phptmp/"
        php_admin_value session.save_path "/var/www/virtual/domain.tld/phptmp/"
        php_admin_value sendmail_path '/usr/sbin/sendmail -f vu2013 -t -i'
    </IfModule>
    <IfModule mod_fastcgi.c>
        ScriptAlias /php5/ /var/www/fcgi/domain.tld/
        <Directory "/var/www/fcgi/domain.tld">
            AllowOverride None
            Options +ExecCGI -MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>
    <IfModule mod_fcgid.c>
        <Directory /var/www/virtual/domain.tld/blog/htdocs>
            FCGIWrapper /var/www/fcgi/domain.tld/php5-fcgi-starter .php
            Options +ExecCGI
        </Directory>
        <Directory "/var/www/fcgi/domain.tld">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>

Greez BeNe
03-13-2009 11:42 PM
Visit this user's website Find all posts by this user
Thread Closed 


Messages In This Thread
RE: php.ini wird nicht übernommen?! - BeNe - 03-13-2009 11:42 PM

Forum Jump:


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