LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Apache2.4 on -current (https://www.linuxquestions.org/questions/slackware-14/apache2-4-on-current-4175478751/)

the_penguinator 09-27-2013 08:50 AM

Apache2.4 on -current
 
I'm hoping someone is doing something similar and can assist. I have a server that had been running 14 and Apache2.2 and I had it configured to accept connections only from the 192.168.1.0/24 subnet I provide for the use of my students.

Fast forward...after the summer holidays, I just <fool>blindly upgraded</fool> to -current and Apache2.4 was installed and I'm finding the changes to the config files as baffling as if they were written in Martian...

Can anyone point me to some easily digestible howto's that will 'splain it all? or would it be easier to just remove 2.4 and reinstall 2.2?

TommyC7 09-27-2013 09:40 AM

You can always revert back to 14.0 if that's what you're looking for? 14.0 is still supported.

BCarey 09-27-2013 09:43 AM

Have you looked at this: https://httpd.apache.org/docs/2.4/upgrading.html ?

Brian

the_penguinator 09-27-2013 10:36 AM

Quote:

Originally Posted by BCarey (Post 5035953)
Have you looked at this: https://httpd.apache.org/docs/2.4/upgrading.html ?

Brian

thanks Brian...I've been through that and it appears that the pertinent reading is the page that details mod_authz_core...perhaps when I get this internalized I'll do a howto and publish it for those who want some simpler instructions...'d just rather not downgrade as the easy way out

BCarey 09-27-2013 10:54 AM

Wouldn't it just be:

Require ip 192.168.0.0/24

according to https://httpd.apache.org/docs/2.4/mo...uthz_host.html?

Brian

the_penguinator 10-02-2013 01:46 PM

Quote:

Originally Posted by BCarey (Post 5035979)
Wouldn't it just be:

Require ip 192.168.0.0/24

according to https://httpd.apache.org/docs/2.4/mo...uthz_host.html?

Brian

this was quite helpful...there was one module that needed un-commenting and one extra config file that needed a tweak...thanks very much for the clues.

BCarey 10-02-2013 05:28 PM

Glad you got it sorted. I will be doing the same thing soon.

Brian


All times are GMT -5. The time now is 06:26 PM.