Re: mediawiki 1.9.2 -- no mediawiki.conf

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>>>>> "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<


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux