Page 1 of 1

"Segmentations fault" with rewrite_url

Posted: Thu 24. Nov 2005, 15:41
by nibbler
hallo all,

i am currently moving my domain to another web hoster.

on the old all works fine.. but on the new i cant get rewrite_url running.

rewrite_url=1
and .htaccess file is in the right place

when i try to access a page squid tells me that he gets an empty page back.. and get a "segmentation fault" in the apache error log. hmm...

when i disable the .htaccess file i get a 404 error if i try to load a .phtml page.. so it looks like the .htaccess file is read right..

what could that be?

on the old host it was a redhat 7.2 with apache 1.3.29 and on the new is suse 9.1 with apache 2.0.49 running.

any hints for me?

Code: Select all

[Thu Nov 24 15:23:45 2005] [notice] Apache/2.0.49 (Linux/SuSE) configured -- resuming normal operations
[Thu Nov 24 15:24:21 2005] [notice] child pid 5568 exit signal Segmentation fault (11)
[Thu Nov 24 15:24:21 2005] [notice] child pid 5250 exit signal Segmentation fault (11)
[Thu Nov 24 15:24:21 2005] [notice] child pid 5217 exit signal Segmentation fault (11)
[Thu Nov 24 15:28:20 2005] [notice] child pid 11554 exit signal Segmentation fault (11)
[Thu Nov 24 15:28:20 2005] [notice] child pid 11521 exit signal Segmentation fault (11)
[Thu Nov 24 15:28:20 2005] [notice] child pid 11296 exit signal Segmentation fault (11)

Posted: Thu 24. Nov 2005, 18:09
by DeXXus
What are the PHP versions for ****? The problem would seem to be with the interaction between PHP and MySQL

Posted: Thu 24. Nov 2005, 18:59
by nibbler
do you really mean mysql?

on the old redhat 7.2 server is php 4.3.4 (self compiled) running
on the new php 4.3.4 suse 9.1 default version (with all updates)

i think its more a problem with apache.. the apache "Segmentations fault" makes me a little bit nervous...

best regards
wolfgang

Posted: Thu 24. Nov 2005, 19:16
by DeXXus
Yes i meant mySQL.

YES you are correct that Apache is CHOKING, but these segfaults are a common error response from MANY different causes:

+Apache-PHP-mySQL build version combinations -all versions have ~some~ bugs
+php.ini settings (register_long_arrays = )
+sessions-related problems (mysql_pconnect)
+execution timeouts (excessive rewrites or code looping)
+server hardware issues

Is execution of phpWCMS running fine without rewrite_url running ??

Posted: Thu 24. Nov 2005, 20:00
by nibbler

Posted: Thu 24. Nov 2005, 20:03
by DeXXus
-=YUP=-
:D :D :D
! GREAT !

Posted: Thu 24. Nov 2005, 21:23
by nibbler
:cry:
not really solved.. the very very strange thing is that when i add the [R] it works... und without it does not work...?!

details in this thread -> http://www.modrewrite.de/foren/ftopic1464.html
i think its not a phpwcms problem but a apache or mod_rewrite.. suse9.1?! ggrrr.. i want a debian sarge box.. :roll: :roll: