Page 1 of 1

3.0.1.1 :: Option 11 works, except anything gets enabled and not disabled

Posted: 06 May 2016 20:12
by e-d-i-t
Option 11 works again except any changes made inside this menu gets enabled whatever you choose (Y or n)

Re: 3.0.1.1 :: Option 11 works, except anything gets enabled and not disabled

Posted: 06 May 2016 20:32
by shawniverson
It's a security update feature, not a bug :lol:

Yeah, the logic is messed up somewhere.

Re: 3.0.1.1 :: Option 11 works, except anything gets enabled and not disabled

Posted: 06 May 2016 20:33
by shawniverson

Re: 3.0.1.1 :: Option 11 works, except anything gets enabled and not disabled

Posted: 06 May 2016 21:00
by e-d-i-t
Well, if .. then.. euh..?
Haha, thnx for the quick reply! :D

Re: 3.0.1.1 :: Option 11 works, except anything gets enabled and not disabled

Posted: 12 May 2016 18:28
by gdoornenbal
Yep! The fix works. Made a backup of the old /var/EFA/lib/EFA-Configure/func_apachesettings, and copied the new content over the old one. Happy!

Re: 3.0.1.1 :: Option 11 works, except anything gets enabled and not disabled

Posted: 15 May 2016 10:54
by colin
gdoornenbal wrote:Yep! The fix works. Made a backup of the old /var/EFA/lib/EFA-Configure/func_apachesettings, and copied the new content over the old one. Happy!
+1

Re: 3.0.1.1 :: Option 11 works, except anything gets enabled and not disabled

Posted: 21 May 2016 19:07
by colin
The previous fix did not work for me on a subsequent site so I did the following:
edit /etc/httpd/conf.d/redirectssl.conf and changed
RewriteCond % HTTPS !=on
to
RewriteCond % HTTPS !=off

Then ran the following:
service iptables reload
service httpd reload

All is ok but if Option 11 is used again it reverts to https. So still needs fixing please.

Re: 3.0.1.1 :: Option 11 works, except anything gets enabled and not disabled

Posted: 26 May 2016 02:05
by ramtech
Fix worked for me.
Thanks for the patch. :clap:

Re: 3.0.1.1 :: Option 11 works, except anything gets enabled and not disabled

Posted: 31 May 2016 10:11
by colin
Still the same for me on another site. Could you look at a permanent fix for this please Shawn.

Re: 3.0.1.1 :: Option 11 works, except anything gets enabled and not disabled

Posted: 12 Jun 2016 00:28
by shawniverson
colin wrote:Still the same for me on another site. Could you look at a permanent fix for this please Shawn.
Working on it ;)