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

Report bugs and workarounds
Post Reply
e-d-i-t
Posts: 94
Joined: 27 Apr 2016 19:28
Contact:

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

Post by e-d-i-t »

Option 11 works again except any changes made inside this menu gets enabled whatever you choose (Y or n)
User avatar
shawniverson
Posts: 3649
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

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

Post by shawniverson »

It's a security update feature, not a bug :lol:

Yeah, the logic is messed up somewhere.
e-d-i-t
Posts: 94
Joined: 27 Apr 2016 19:28
Contact:

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

Post by e-d-i-t »

Well, if .. then.. euh..?
Haha, thnx for the quick reply! :D
gdoornenbal
Posts: 4
Joined: 06 Mar 2016 19:34
Location: Netherlands

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

Post 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!
colin
Posts: 99
Joined: 13 Feb 2014 16:09

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

Post 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
colin
Posts: 99
Joined: 13 Feb 2014 16:09

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

Post 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.
ramtech
Posts: 56
Joined: 20 Sep 2013 01:31

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

Post by ramtech »

Fix worked for me.
Thanks for the patch. :clap:
colin
Posts: 99
Joined: 13 Feb 2014 16:09

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

Post by colin »

Still the same for me on another site. Could you look at a permanent fix for this please Shawn.
User avatar
shawniverson
Posts: 3649
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

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

Post 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 ;)
Post Reply