#1458 Proxy Server Restart Cleanup
Closed: Fixed None Opened 14 years ago by mmcgrath.

We've introduced a lot of warnings and things to the point where we're just ignoring them. For example:
{{{
[root@proxy1 ~]# /etc/init.d/httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Fri Jun 12 19:38:39 2009] [warn] module expires_module is already loaded, skipping
[Fri Jun 12 19:38:39 2009] [warn] module negotiation_module is already loaded, skipping
[Fri Jun 12 19:38:39 2009] [warn] module expires_module is already loaded, skipping
[Fri Jun 12 19:38:39 2009] [warn] module negotiation_module is already loaded, skipping
[Fri Jun 12 19:38:39 2009] [warn] worker http://app3.fedora.phx.redhat.com/ already used by another worker
}}}

I'd like to get the configs fixed so these aren't warning anymore.


By removing mod_expire and mod_negotiation from the following files:

conf.d/fedoraproject.org/expires.conf
conf.d/fedoraproject.org/languages.conf

And re-enable them in the httpd.conf resolve the module warnings.

The worker warning is caused by the balancer.conf where the docscluster and mirrormanager are both using port 80. As confirmed by mmcgrath they need to be moved to haproxy.

After the cleanup of the balancer.conf, the worker warning has disappeared as well. So all the warnings are gone now, closing ticket.

Login to comment on this ticket.

Metadata