ispCP - Board - Support
Nach installation kein PHP - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Nach installation kein PHP (/thread-1724.html)

Pages: 1 2 3


RE: Nach installation kein PHP - BeNe - 11-06-2007 03:25 AM

Denke ich mir auch, aber ich habe das Demo selber vor 2 Tagen frisch installiert...Und es gab keinen Fehler Rolleyes

Greez BeNe


RE: Nach installation kein PHP - MoritzDorn - 11-06-2007 03:33 AM

@gOOvER:

Ja,

Quote:deb http://mir1.ovh.net/debian/ etch main
deb-src http://mir1.ovh.net/debian/ etch main

deb http://security.debian.org/ etch/updates main contrib
deb-src http://security.debian.org/ etch/updates main contrib

deb http://ftp.de.debian.org/debian/ stable main contrib non-free
deb http://security.debian.org/ stable/updates main contrib non-free
deb http://dotdeb.pimpmylinux.org/ oldstable all



RE: Nach installation kein PHP - MoritzDorn - 11-06-2007 03:39 AM

joximu Wrote:dpkg -l | grep fast

poste hier mal die Ausgabe...

/J

ii rsync 2.6.9-2etch1 fast remote file copy program (like rcp)


RE: Nach installation kein PHP - BeNe - 11-06-2007 03:47 AM

Das hast du kein libapache2-mod-fastcgi am laufen:
Code:
dpkg -l | grep fast
ii  dspam                      3.6.8-5                             is a scalable, fast and statistical anti-spa
ii  flex                       2.5.33-11                           A fast lexical analyzer generator.
ii  libapache2-mod-fastcgi     2.4.2-8                             Apache 2 FastCGI module for long-running CGI
ii  rsync                      2.6.9-2etch1                        fast remote file copy program (like rcp)

Was passiert denn wenn Du Schritt drei wiederholst ?

Hier mal meine sources.list
Code:
#### E T C H ###############################################
deb http://ftp.de.debian.org/debian-volatile/ etch/volatile main contrib non-free

deb     http://ftp.de.debian.org/debian etch main contrib non-free
deb-src http://ftp.de.debian.org/debian etch main contrib non-free

deb     http://security.debian.org/ etch/updates main contrib non-free
deb-src http://security.debian.org/ etch/updates main contrib non-free

Greez BeNe


RE: Nach installation kein PHP - MoritzDorn - 11-06-2007 04:02 AM

Quote:root@xxxxx:~# dpkg -l | grep fast
ii libapache2-mod-fastcgi
2.4.2-8
Apache 2 FastCGI module for long-running CGI
ii rsync
2.6.9-2etch1
fast remote file copy program (like rcp)

Bei Schritt 3 macht er mitlerweile alles, er zeigt keinen fehler an und es wird auch ncihts dazu installiert.

Die .php Dateien will er immer noch als Download senden.


RE: Nach installation kein PHP - gOOvER - 11-06-2007 04:11 AM

Also mod-fcgi wurde dann jetzt installiert. Ich möchte dann mal auf Raphael verweisen, der im englischen Forum was zu dem Fehler geschrieben hat.

raphael Wrote:If you didn't have fastcgi installed at setup time (ispcp-setup) you might need to hack around the config files.
This is because ispcp-setup takes the original fastcgi.load and creates a copy called fastcgi_ispcp.conf (adding an <IfModule...) and then disables fastcgi and enables fastcgi_ispcp

Du solltest jetzt noch die entsprechenden Dateien per Hand ändern.


RE: Nach installation kein PHP - MoritzDorn - 11-06-2007 04:37 AM

Und welche Dateien sind das?

Sind es die in /etc/apache2/mods-available/fastcgi_ispcp.conf oder /etc/apache2/mods-available/fastcgi.conf

und was muss da genau rein? die sind schon recht voll.


RE: Nach installation kein PHP - BeNe - 11-06-2007 05:21 AM

fastcgi.conf
Code:
# ISPCP Ï~I (OMEGA) a Virtual Hosting Control System
# Copyright (c) 2006-2007 by ispCP | http://isp-control.net
#
#
# License:
#    This program is free software; you can redistribute it and/or
#    modify it under the terms of the GPL General Public License
#    as published by the Free Software Foundation; either version 2.0
#    of the License, or (at your option) any later version.
#
#    This program is distributed in the hope that it will be useful,
#    but WITHOUT ANY WARRANTY; without even the implied warranty of
#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#    GPL General Public License for more details.
#
#    You may have received a copy of the GPL General Public License
#    along with this program.
#
#    An on-line copy of the GPL General Public License can be found
#    http://www.fsf.org/licensing/licenses/gpl.txt
#
########################################################################
#
# @TODO :
# - Finish config Fastcgi

<IfModule mod_fastcgi.c>
        FastCgiWrapper On
        FastCgiIpcDir /var/lib/apache2/fastcgi2
        FastCgiConfig -minProcesses 1 -maxProcesses 10 -singleThreshold 100
                      #-killInterval 300 \
                      #-autoUpdate \
                      #-idle-timeout 240 \
                      #-pass-header HTTP_AUTHORIZATION

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

        #
        # PHP5 SUPPORT
        #

        AddHandler php-fastcgi .php .php5

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

        Action php-fastcgi /php5/php5-fcgi-starter
        AddType application/x-httpd-php .php .php5
</IfModule>
fastcgi.load
Code:
<IfModule !mod_fastcgi.c>
LoadModule fas

Greez BeNe


RE: Nach installation kein PHP - MoritzDorn - 11-06-2007 05:32 AM

Ich habe alles so gemacht, wie ihre gesagt habt, jetzt dauert es ein wenig länger, wenn ich meine Seite aufrufen will, und dann kommt

Quote:Error 500!

/admin/
Internal Server Error!

Ich überlege, den Server nochmal komplett neu installieren zu lassen (Debian Etch) und dann nochmal nach der Anleitung vorgehe.
Hierbei stört mich nur eins, dass nicht die Pakete angegeben sind, die man mit installieren muss.

http://www.isp-control.net/ispcp/wiki/usage_howto/install/installation/Debian


RE: Nach installation kein PHP - BeNe - 11-06-2007 05:36 AM

Das wird jetzt sicher an den rechten liegen!
Quote:Ich überlege, den Server nochmal komplett neu installieren zu lassen (Debian Etch) und dann nochmal nach der Anleitung vorgehe.
Wird das beste sein...wer weis was sonst noch alles kommt.
Quote:Hierbei stört mich nur eins, dass nicht die Pakete angegeben sind, die man mit installieren muss.
Schau mal in die Datei (debian-packages-etch) direkt mit einem Editor rein Wink
Weis zwar nicht für was du das wissen willst, aber da wirst du sicher fündig.

Greez BeNe