Re: Cobbler - Fix to help enable authentication for the webinterface

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

 



Tim Verhoeven wrote:
Hi,

The current process for enabled authentication for the webinterface
involves setting "AllowOverride Node" to "AllowOverride All" for the
cgi-bin directory in the main apache configfile.

This can be solved much cleaner by adding this to the cobbler.conf
httpd configfile :

<Directory "/var/www/cgi-bin/cobbler">
    AllowOverride All
    Options None
    Order allow,deny
    Allow from all
</Directory>

This only sets the "AllowOverride" for the Cobbler cgi-bin directory,
not the whole cgi-bin directory. It's all a bit cleaner.

Regards,
Tim


+1.   I'll add this.


_______________________________________________
et-mgmt-tools mailing list
et-mgmt-tools@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/et-mgmt-tools

[Index of Archives]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux