My box is scientific linux 6.2 x64.
After installing apache, php, and mysql by yum, I got this error message at log.
Quote:
[Thu Apr 05 11:58:36 2012] [notice] SELinux policy enabled; httpd running as context unconfined_u:system_r:httpd_t:s0
[Thu Apr 05 11:58:36 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Apr 05 11:58:36 2012] [notice] Digest: generating secret for digest authentication ...
[Thu Apr 05 11:58:36 2012] [notice] Digest: done
[Thu Apr 05 11:58:37 2012] [notice] Apache/2.2.15 (Unix) DAV/2 mod_nss/2.2.15 NSS/3.12.10.0 PHP/5.3.3 configured -- resuming normal operations
[Thu Apr 05 11:58:37 2012] [error] avahi_entry_group_add_service_strlst("myserver.org") failed: Local name collision
|
/etc/host.conf
/etc/hosts
Code:
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
127.0.0.1 webdev # added by Apache Friends XAMPP
Please let me know how to solve this.
Thanks in advance.