Current time: 07-19-2025, 05:10 PM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
php.ini Änderungen werden nicht übernommen
Author Message
Knut Offline
Member
***

Posts: 736
Joined: Nov 2006
Reputation: 10
Post: #8
RE: php.ini Änderungen werden nicht übernommen
(10-18-2009 01:24 AM)Hateman Wrote:  Du verstehst?
Jetzt schon Cool

Hast Du mal in /etc/apache2/sites-enabled/ispcp.conf geprüft ob das richtige Verzeichnis eingestellt ist ?

Code:
<IfModule mod_fastcgi.c>
        ScriptAlias /php5/ /var/www/fcgi/xx.de/
        <Directory "/var/www/fcgi/xx.de">
            AllowOverride None
            Options +ExecCGI -MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>
    <IfModule mod_fcgid.c>
        <Directory /var/www/virtual/xx.de/htdocs>
            FCGIWrapper /var/www/fcgi/xx.de/php5-fcgi-starter .php
            Options +ExecCGI
        </Directory>
        <Directory "/var/www/fcgi/xx.de">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>

In /var/www/fcgi/xx.de/php5-fcgi-starter könnte auch nocht ein falscher Pfad drin stehen.
10-18-2009 01:30 AM
Find all posts by this user
Thread Closed 


Messages In This Thread
RE: php.ini Änderungen werden nicht übernommen - Knut - 10-18-2009 01:30 AM

Forum Jump:


User(s) browsing this thread: