Hi Lothar, Deine Konfiguration gibt _mir_ keinen Hinweis. Meine _Vermutung_ lautet also: fehlerhaft compiliert. Ist das ein original SuSE-Modul? (Du könntest das Problem debuggen, falls Du im Umgang mit gdb ein wenig Übung hast.) Gruß, Oliver Lothar Behrens schrieb:
Hallo Oliver,
dies ist in loadmodule.conf enthalten:
LoadModule php4_module /usr/lib/apache2-prefork/libphp4.so
Lt. Yast ist apache2-prefork installiert.
PHP 4.3.4
PS. Unten hab ich das in den Klemmern stehen gehabt :-)
Gruß, Lothar
httpd.conf:
Include /etc/apache2/uid.conf Include /etc/apache2/server-tuning.conf ErrorLog /var/log/apache2/error_log Include /etc/apache2/sysconfig.d/loadmodule.conf Include /etc/apache2/listen.conf Include /etc/apache2/mod_log_config.conf Include /etc/apache2/sysconfig.d/global.conf Include /etc/apache2/mod_status.conf Include /etc/apache2/mod_info.conf Include /etc/apache2/mod_usertrack.conf Include /etc/apache2/mod_autoindex-defaults.conf TypesConfig /etc/apache2/mime.types DefaultType text/plain Include /etc/apache2/mod_mime-defaults.conf Include /etc/apache2/errors.conf Include /etc/apache2/ssl-global.conf Include /etc/apache2/sql-ledger-httpd.conf <Directory /> Options None AllowOverride None Order deny,allow Deny from all </Directory> AccessFileName .htaccess <Files ~ "^\.ht"> Order allow,deny Deny from all </Files> DirectoryIndex index.html index.html.var Include /etc/apache2/default-server.conf Include /etc/apache2/sysconfig.d/include.conf Include /etc/apache2/vhosts.d/*.conf Include /etc/apache2/sql-ledger-httpd.conf <VirtualHost 192.168.1.3> DocumentRoot "/srv/www/htdocs_testserver" ServerName test.behrens.de <Directory "/srv/www/htdocs_testserver"> allow from all Options +Indexes </Directory> LogLevel error </VirtualHost> ServerName 192.168.178.3
Am 20.07.2007 um 18:07 schrieb Oliver Block:
Hallo Lothar,
wie ist Deine Apache-Konfiguration? (1.3, 2.x-prefork, 2.x-worker) Welche php-Versionen benutzt Du? (PHP4.x, 5.x, CGI oder apache-Modul)
Gruß,
Oliver
Lothar Behrens schrieb:
Hallo,
ich versuche schon einige Zeit verschiedene CMS Systeme und andere PHP Applikationen aus. Dabei habe ich folgende Probleme:
In Joomla 1.0 komme ich nicht auf die Administrationsseiten. Bei falschem User/Passort gibts normalen 'Mecker' aber bei korrekten Angaben:
[Fri Jul 20 17:38:56 2007] [notice] child pid 21659 exit signal Segmentation fault (11)
Das gleiche gibts bei dem Versuch, die Beispielanwendung 'sample_en' von P4A (p4a.sourceforge.net) zu starten.
Ich habe ein einfaches Datenbank Script (PHP) geschrieben, welches ohne Mucken läuft.
Mehr als diesen Logeintrag habe ich im Fehlerfall nicht bekommen.
Weder
display_startup_errors = On
[Fri Jul 20 17:43:42 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [Fri Jul 20 17:43:42 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2) [Fri Jul 20 17:43:42 2007] [notice] Apache/2.0.49 (Linux/SuSE) configured -- resuming normal operations
noch
log_errors = On
in php.ini hat da mehr gebracht.
Ich habe als Client Mac OS X und Safari.
Any help ?
(SuSE 9.1, Apache 2.0.49, PHP 4.3.4)
Danke, Lothar
-- Lothar Behrens | Rapid Prototyping ... Heinrich-Scheufelen-Platz 2 | 73252 Lenningen | www.lollisoft.de
-- Lothar Behrens | Rapid Prototyping ... Heinrich-Scheufelen-Platz 2 | 73252 Lenningen | www.lollisoft.de
-- Um die Liste abzubestellen, schicken Sie eine Mail an: opensuse-de+unsubscribe@opensuse.org Um eine Liste aller verfuegbaren Kommandos zu bekommen, schicken Sie eine Mail an: opensuse-de+help@opensuse.org
participants (1)
-
Oliver Block