안녕하세요.
Apache 운용중 에러로그에 줄기차게 segment fault 에러와 signal Bus error가 발생합니다.
실질적으로 웹서비스 이용중 클라이언트가 체감적으로 느끼는 장애는 없는 상태이구요.
거의 2~3분마다 에러를 뿌리고 있어서 확인을 위해 gdb를 이용해보았습니다만
Removing apache ...
Purging configuration files for apache ...
Can't call method "description" on an undefined value at /usr/share/perl5/Debconf/Question.pm line 93, line 1.
dpkg: error processing apache (--purge):
subprocess post-removal script returned error exit status 9
Removing libapache2-mod-php4 ...
Purging configuration files for libapache2-mod-php4 ...
http://domain/a+a.txt 라고 하면
'a a.txt' 를 가져와야 정상입니다.
또 php 에서 urlencode() 를 하면 당연히 공백은 + 가 됩니다.
그런데 아파치 기본동작은 그렇지 않군요.
%20으로 해야만 됩니다.
원래 그런건가요?
? 뒤의 것만 urlencode 가 유효한건가요?