>>>>> "MHS" == Michael H Semcheski <mhsemcheski@xxxxxxxxx> writes: MHS> I was expecting /etc/httpd/conf.d/mediawiki.conf, but according MHS> to `rpm -ql mediawiki` there is nothing besides files in the MHS> directories I mentioned above. Odd; it's in CVS but doesn't seem to be referenced in the F7 package. It was copied to httpd/conf.d as recently as the FC-6 package: install -D -m 644 %{SOURCE1} \ %{buildroot}%{_sysconfdir}/httpd/conf.d/mediawiki.conf You should file a bug. BTW, here's the contents of the file in CVS: Alias /mediawiki /var/www/mediawiki <Location /mediawiki/config> Order deny,allow Deny from all Allow from 127.0.0.1 # Allow from .example.com </Location> <Location /mediawiki/includes> Deny from all </Location> <Location /mediawiki/languages> Deny from all </Location> <Location /mediawiki/maintenance> Deny from all </Location> <Location /mediawiki/math> Deny from all </Location> - J<