Hi all, My config is Linux Debian Sarge, Embperl/2.0b10 Apache/2.0.48 (Unix) mod_perl/1.99_12 Perl/v5.8.3 but kernel 2.4.4
Some enigma at first. Some time after starting apache I can see this picture: server:~ # ps -ef ... root 1641 1 1 04:24 ? 00:00:01 /usr/bin/httpd -k start www-data 1642 1641 0 04:24 ? 00:00:01 /usr/bin/-e -k start www-data 1643 1641 0 04:24 ? 00:00:00 /usr/bin/httpd -k start www-data 1644 1641 0 04:24 ? 00:00:00 /usr/bin/-e -k start www-data 1645 1641 0 04:24 ? 00:00:00 /usr/bin/-e -k start www-data 1646 1641 0 04:24 ? 00:00:00 /usr/bin/httpd -k start www-data 1662 1641 0 04:25 ? 00:00:00 /usr/bin/httpd -k start www-data 1667 1641 0 04:25 ? 00:00:00 /usr/bin/httpd -k start ... server:~# pstree -a ... |-httpd -k start | |-httpd \040\040 -k start | |-httpd -k start | |-httpd \040\040 -k start | |-httpd \040\040 -k start | |-httpd -k start | |-httpd -k start | `-httpd -k start server:~# So command line info of some apache childs is changed. Strange for me and guess it's a wrong behavior. I noticed that command line info gets changed after execution of any mod_perl (not embperl) script. And embperl scripts go well. And sometimes embperl-script POST request results in apache child termination with seg fault (11) in error log. Netscape browser says 'document contains no data' and MS IE re-request the page again (w/o data for form submits). Embperl-script GET requests seems to go fine and mod_perl GET/POST requests also seems to go fine. So does anyone have any ideas of that command line info changing and if it is connected to segfaults ? I tested it at another machine with the same config and kernel 2.4.24. There was no segfaults but /usr/bin/-e -k start lines existed. The problem I doesn't have physical access to first machine and will have big problem if it doesn't reboot with new kernel. So I would appreciate if someone can suggest me the way to fix that segfaults with the current 2.4.4 kernel. Thank you in advance, Alex --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]