Search found 2 matches
- Sun Apr 11, 2010 9:33 am
- Forum: General Help and Development Discussion
- Topic: Disabling ipv6
- Replies: 26
- Views: 27416
Re: Disabling ipv6
You didn't wrote which distro you are using. I'll assume it is RHEL or CentOS 8) You can disable IPV6 easy on 2 locations: first in /etc/sysconfig/network (as you did already): NETWORKING_IPV6=no and second in /etc/modprobe.conf: alias net-pf-10 off (that's doing the trick) And don't forget disable ...
- Sun Apr 11, 2010 6:51 am
- Forum: PHP Help and Discussion
- Topic: php-pecl-apc cli challenges
- Replies: 7
- Views: 18183
Re: php-pecl-apc cli challenges
I can confirm this problem in CentOS 5.4 and 5.3. Something is probably broken in Atomic PHP 5.2.13 build. Before it was OK, AFAIK. Maybe an old build of php-pecl-apc (from April 2009!) is not compatible with newer pcre from PHP 5.2.13? Additionally I want to report several random segfaults regardin...