You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users-de@httpd.apache.org by Silvio Siefke <we...@silvio-siefke.de> on 2003/08/18 05:54:47 UTC

PHP

Hallo,

ich habe jetzt endlich mal alles aktualisiert bekommen.
Konfiguration:
Suse Linux 7.3
Apache 1.3.27
php4.4.2.3
modssl-2.8.12

Wie es auch sein sollte. Jetzt frage ich mich aber wie ich es hin bekomme,
das
der Apache beim rcapache start das php mit rein nimmt.
Beispiel:
alt
rcapche start
= Starting httpd [ PERL PHP4 Python ]
neu
rcapache start
= startting httpd

Jetzt schimpft er nämlich wegen den Satz für die phpsysinfo
"Syntax error on line 1395 of /etc/httpd/httpd.conf:
Invalid command 'php_admin_value', perhaps mis-spelled or defined
by a module not included in the server configuration "

Aber normal wird PHP doch per include hinein genommen.

Würde mich über Hilfe freuen.

Gruß Silvio



--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------


Re: PHP

Posted by Joerg Behrens <be...@takenet.de>.
----- Original Message ----- 
From: "Silvio Siefke" <we...@silvio-siefke.de>
To: <us...@httpd.apache.org>
Sent: Monday, August 18, 2003 5:54 AM
Subject: PHP


> Hallo,
>
> ich habe jetzt endlich mal alles aktualisiert bekommen.
> Konfiguration:
> Suse Linux 7.3
> Apache 1.3.27
> php4.4.2.3
> modssl-2.8.12
>
> Wie es auch sein sollte. Jetzt frage ich mich aber wie ich es hin bekomme,
> das
> der Apache beim rcapache start das php mit rein nimmt.
> Beispiel:
> alt
> rcapche start
> = Starting httpd [ PERL PHP4 Python ]
> neu
> rcapache start
> = startting httpd
>
> Jetzt schimpft er nämlich wegen den Satz für die phpsysinfo
> "Syntax error on line 1395 of /etc/httpd/httpd.conf:
> Invalid command 'php_admin_value', perhaps mis-spelled or defined
> by a module not included in the server configuration "

Das PHP Modoul wurde nicht geladen und somit kennt er diese Direktive nicht.

> Aber normal wird PHP doch per include hinein genommen.

??
Normal ist es ein LoadModule und AddModule. Dieses kann jenach Distribution
in einem <IfDefine PHP4> #machwas <IfDefine/> stehen.
Als schau in deine httpd.conf.

Gruss
Joerg

-- 
TakeNet GmbH                        Mobil: 0171/60 57 963
D-97080 Wuerzburg                 Tel: +49 931 903-2243
Alfred-Nobel-Straße 20            Fax: +49 931 903-3025


--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an users-de-unsubscribe@httpd.apache.org
           sonstige Anfragen an users-de-help@httpd.apache.org
--------------------------------------------------------------------------