apache2 update auf php4.3.10

Apache, Lighttpd, nginx, Cherokee
Post Reply
maiki
Posts: 27
Joined: 2003-08-15 16:33
 

apache2 update auf php4.3.10

Post by maiki »

erstmal :cry: :cry: :cry:

ich habe eben ein update von php 4.3.4 auf 4.3.10 gemacht per rpm, Suse 9.1. es wurden keine Fehler gemeldet. Apache2 startet dann auch ohne probleme. Aber meine Webseiten sind nicht mehr ereichbar weder per html noch über php. Plesk und webmin funktionieren aber. Plesk per ssl und webmin auch über normal.

In der PHP.ini habe ich nur safemode auf on und register_globals auf on eingstellt. In der httpd.conf ist .php usw eingetragen. Ein neustart des Server hat auch nix gebracht.

wo konnte der fehler den noch liegen ?? Und vor allem warum geht Plesk und webmin der rest aber nicht ???

mfg

Maiki
cosmicboy
Posts: 146
Joined: 2003-02-04 13:28
 

Re: apache2 update auf php4.3.10

Post by cosmicboy »

Soweit ich informiert bin, bringen Plesk sowie Webmin ihren eigenen Webserver mit, darum funktionieren sie auch noch.

Was sagt denn dein Apache-error-log zu deinem PHP Problem?
maiki
Posts: 27
Joined: 2003-08-15 16:33
 

Re: apache2 update auf php4.3.10

Post by maiki »

[Thu Jan 27 15:40:17 2005] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Thu Jan 27 15:40:17 2005] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Jan 27 15:40:17 2005] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Jan 27 15:40:17 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Thu Jan 27 15:40:18 2005] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Jan 27 15:40:18 2005] [warn] RSA server certificate CommonName (CN) `plesk' does NOT match server name!?
[Thu Jan 27 15:40:18 2005] [notice] Apache/2.0.49 (Linux/SuSE) configured -- resuming normal operations
[Thu Jan 27 15:40:24 2005] [notice] child pid 2210 exit signal Segmentation fault (11)
cosmicboy
Posts: 146
Joined: 2003-02-04 13:28
 

Re: apache2 update auf php4.3.10

Post by cosmicboy »

Warum deine Seiten nicht erreichbar sind, kann ich dir sagen -> siehe letzte Zeile des Logs. Dein Apache beendet sich wieder ;)

nur warum, das geht aus den paar Zeilen nicht hervor...
maiki
Posts: 27
Joined: 2003-08-15 16:33
 

Re: apache2 update auf php4.3.10

Post by maiki »

das problem ist das da ja nicht mehr steht
maiki
Posts: 27
Joined: 2003-08-15 16:33
 

Re: apache2 update auf php4.3.10

Post by maiki »

ok hat sich erledigt , neunstallation von php4 über yast und server ist wieder da.
worryboy
Posts: 13
Joined: 2002-06-23 17:07
Location: London, Bremen
 

Re: apache2 update auf php4.3.10

Post by worryboy »

Ja ich habe gleiches Problem ... sobal ich php updaten will ...

[notice] child pid xxxx exit signal Segmentation fault (11)

Dabei spielt es keine rolle ob ich es selber compeliere mit eigegen bewährtem configure oder dem vorgegebenen von der basic install 4.3.4

ich bin schon so verzweifelt daß ich die rpm's ausprobiert habe die auf suse zu finden sind.

hat jemand ne idee ...

in der 4.3.4 sind ne menge bugs die ich zu gerne loswerden würde ....

gruß

Code: Select all

eigene configure:

./configure --prefix=/usr  --with-apxs2=/usr/sbin/apxs2-prefork  --datadir=/usr/share/php --mandir=/usr/share/man --bindir=/usr/local/bin --with-config-file-path=/etc --sysconfdir=/etc --with-_lib=lib --libdir=/usr/share --with-exec-dir=/usr/lib/php/bin --with-mysql=/usr --with-pear  --with-tiff-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr  --with-ldap=yes --with-zlib=yes --with-bz2 --with-xml  --with-ttf  --with-mcal=/usr --with-ftp --with-mcrypt --with-gettext --enable-versioning  --enable-bcmath --enable-inline-optimization --enable-track-vars --with-freetype-dir=yes --enable-freetype-4bit-antialias-hack --enable-magic-quotes --enable-sockets --enable-ftp --enable-memory-limit --enable-filepro --enable-ctype --disable-debug --enable-force-cgi-redirect --enable-discard-path --enable-sigchild --with-openssl --without-curl --with-gdshared=/usr   --with-gd=yes  --enable-gd-native-ttf --enable-gd-imgstrttf--with-regex=php  --with-mhash=/usr --enable-shared --without-pgsql  --with-xml --with-imap=yes --with-imap-ssl --with-layout=i586-suse-linux

Code: Select all

4.3.4 configure
./configure --prefix=/usr --datadir=/usr/share/php --mandir=/usr/share/man --bindir=/usr/bin --libdir=/usr/share --includedir=/usr/include --sysconfdir=/etc --with-_lib=lib --with-config-file-path=/etc --with-exec-dir=/usr/lib/php/bin --disable-debug --enable-inline-optimization --enable-memory-limit --enable-magic-quotes --enable-safe-mode --enable-sigchild --disable-ctype --disable-session --without-mysql --disable-cli --without-pear --with-openssl --with-apxs2=/usr/sbin/apxs2-prefork i586-suse-linux
oder

ftp://ftp.suse.com/pub/projects/apache/
ftp://ftp.gwdg.de/pub/linux/suse/ftp.su ... 1/9.1-i386
Post Reply