[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lugbe] Apache & PHP4.. will noch immer nicht




Hallo zusammen,

Leider will mein Apache Server immer noch nicht mit PHP4 funktionieren.

Vor ein paar WOchen habe ich mal angefragt wie man das shared memory heraufsetzt ( da dies mal in einem Bug
report von debian als ursache angegeben wurde)

Leider brachte diese veränderung keinen erfolge so dass ich mich ernaut an die grosse lugbe community
wende.

Hier genauere Infos....

System : Debian Woody auf einer Sun 20
subsun20:/etc/apache# uname -a
Linux subsun20 2.2.19 #1 Mon Apr 2 13:29:46 EDT 2001 sparc unknown

Sobald ich den apache server zu starten versuche bekome ich folgende Fehlermeldung :

Starting web server: apache
/usr/sbin/apachectl start: httpd could not be started

subsun20:/home/marc# more /var/log/apache/error.log
PHP Fatal error:  Unable to start session mm module in Unknown on line 0

Folgendes ist installiert :

subsun20:/etc/apache# dpkg -l | grep php | grep ii
ii  php4           4.1.1-1        A server-side, HTML-embedded scripting langu
ii  php4-cgi       4.1.1-1        A server-side, HTML-embedded scripting langu


Und so sieht meine php conf aus :

subsun20:/etc/apache# grep php /etc/apache/*
grep: /etc/apache/conf: Is a directory
/etc/apache/httpd.conf:LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
/etc/apache/httpd.conf:    # distribution - see http://www.php.net) will typically use:
/etc/apache/httpd.conf:    #AddType application/x-httpd-php3 .php3
/etc/apache/httpd.conf:    #AddType application/x-httpd-php3-source .phps
/etc/apache/httpd.conf:   AddType application/x-httpd-php .php
/etc/apache/httpd.conf:   AddType application/x-httpd-php-source .phps
/etc/apache/httpd.conf.0:    # distribution - see http://www.php.net) will typically use:
/etc/apache/httpd.conf.0:    #AddType application/x-httpd-php3 .php3
/etc/apache/httpd.conf.0:    #AddType application/x-httpd-php3-source .phps
/etc/apache/httpd.conf.0:    #AddType application/x-httpd-php .php
/etc/apache/httpd.conf.0:    #AddType application/x-httpd-php-source .phps
/etc/apache/mime.types:application/x-httpd-php                          phtml pht php
/etc/apache/mime.types:application/x-httpd-php3                 php3
/etc/apache/mime.types:application/x-httpd-php3-source                  phps
/etc/apache/mime.types:application/x-httpd-php3-preprocessed            php3p
/etc/apache/mime.types:application/x-httpd-php4                 php4


Tja, leider finde ich auf dem WEB nix gescheites....


wer weiss weiter ?