Current time: 05-04-2024, 11:04 PM Hello There, Guest! (LoginRegister)


Post Reply 
php3 über fcgi
Author Message
k4ci Offline
Junior Member
*

Posts: 77
Joined: Nov 2007
Reputation: 0
Post: #1
php3 über fcgi
bekomm ich es irgendwie hin php3-Dateien über den Wrapper laufen zu lassen?
01-18-2010 10:27 PM
Visit this user's website Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #2
RE: php3 über fcgi
php3 ? ;-)))

kommt jetzt drauf an... Nur Dateien .php3 mit php5 ausführen oder .php3 dateien mit php3 ausführen?
01-18-2010 10:32 PM
Visit this user's website Find all posts by this user Quote this message in a reply
k4ci Offline
Junior Member
*

Posts: 77
Joined: Nov 2007
Reputation: 0
Post: #3
RE: php3 über fcgi
nee schon mit php5 ausführen Smile, ja ich weiss URALT Tongue
01-18-2010 10:36 PM
Visit this user's website Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #4
RE: php3 über fcgi
in der datei:
Code:
find /etc/apache2 -type f -exec grep -H "AddHandler php-fastcgi"  {} \; | cut -d : -f 1

die Direktiven
Code:
AddHandler php-fastcgi .php .php5 .php3
AddType application/x-httpd-php .php .php5 .php3

anpassen und /etc/init.d/apache2 restart ausführen...
01-18-2010 10:48 PM
Visit this user's website Find all posts by this user Quote this message in a reply
k4ci Offline
Junior Member
*

Posts: 77
Joined: Nov 2007
Reputation: 0
Post: #5
RE: php3 über fcgi
(01-18-2010 10:48 PM)rbtux Wrote:  in der datei:
Code:
find /etc/apache2 -type f -exec grep -H "AddHandler php-fastcgi"  {} \; | cut -d : -f 1

die Direktiven
Code:
AddHandler php-fastcgi .php .php5 .php3
AddType application/x-httpd-php .php .php5 .php3

anpassen und /etc/init.d/apache2 restart ausführen...


nutze aber fcgi und kein fastcgi also sollte die Änderung egal sein, oder?
01-19-2010 12:28 AM
Visit this user's website Find all posts by this user Quote this message in a reply
rbtux Offline
Moderator
*****
Moderators

Posts: 1,847
Joined: Feb 2007
Reputation: 33
Post: #6
RE: php3 über fcgi
selber überlegen schadet nicht... benutzt du fcgi steht das in einer anderen Datei...

Code:
find /etc/apache2 -type f -exec grep -H "AddHandler fcgid-script"  {} \; | cut -d : -f 1

und da die entsprechende AddHandler direktive anpassen....
01-19-2010 12:31 AM
Visit this user's website Find all posts by this user Quote this message in a reply
k4ci Offline
Junior Member
*

Posts: 77
Joined: Nov 2007
Reputation: 0
Post: #7
RE: php3 über fcgi
THX. bin manchma bissl blind Big Grin
01-19-2010 12:34 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: