https://bugzilla.redhat.com/show_bug.cgi?id=851279 --- Comment #7 from Michael Scherer <misc@xxxxxxxx> --- In file httpd-cc.conf, you have /usr/lib64 hardcoded, that's likely not working on 32 bits. I also find weird to have : ServerRoot "/etc/httpd" even if i am likely too cuatious about potential side effects. PidFile /var/run/eucalyptus/httpd.pid would be cleaner to use the suffix -cc there too, as this would be more coherent with the -nc web service. Another potential improvement would be to have a common file that would be included, and maybe removing a bit the various modules ( so 1) this would take less memory, start faster and easier to read ). For example : LoadModule userdir_module modules/mod_userdir.so seems weird there. setenvif_module is not used in the configuration so could be dropped, etc, etc. Also, since it use mpm_event, maybe the other part of the config file could be dropped : ( mpm_prefork_module, etc ) so the file is easier to read and maintain ? -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review