On Tue, Aug 22, 2006 at 11:42:08AM -0400, Roberto C. Sanchez wrote: > On Tue, Aug 22, 2006 at 03:53:28PM +0200, Jerome Warnier wrote:
>> Please put the attached file as /etc/horde/horde3/apache.conf and >> link to it from /etc/apache/conf.d and /etc/apache2/conf.d. It will >> work out-of-the-box and make everybody happy. >> Alias /horde3 "/usr/share/horde3/" >> <Directory "/usr/share/horde3"> >> Options Indexes MultiViews FollowSymLinks >> AllowOverride None >> Order allow,deny >> Allow From all >> </Directory> If we put something automatically, I'd rather put: Alias ... <Directory "/usr/share/horde3"> Options FollowSymLinks AllowOverride Limit Order ... </Directory> > NO!!!!! > Are you crazy? This would make me very upset. I would not want an > application which relies on authentication to the system to be > accessible over a clear-text protocol my default. That is a > decision that must be made by the system administrator. I would > consider your suggestion a big "No, No." It is not *that* bad... By default (in non-configured state) horde does not rely on authentication to the system. Just anybody can access the configuration interface without authentication. :-) So, when the administrator configures reliance on authentication, he can also change the Apache-Horde config to require TLS/SSL. My worry is more the upgrades. People already have a working config, we drop the default config in addition to that, hell breaks loose. If we can manage to do the "link to it" part only on new installs, not upgrades, I'd feel better about it. -- Lionel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]