bash - Radius Apache web server on centos -


Hey guys, I'm having a big problem, I have a sensor vps and I need radius apache's web server authentication In these tutorials, I do not know why should I enter it:

  ./config-add-module = LOCATION / mod_auth_radius.c  

(I have tried that in "var / www" and "etc / httpd" but show me this error: -Bish: ./configure: no such file or directory) Please help me I

You have to configure from your Apache source, wherever you created Apache. Since it seems that you are new to building content, I would not recommend that you create Apache from source.

At Centos 7, I did the following to create it: First of all, I had to install some packages for Apache development:

  install sudo yum -y httpd -devel sudo yum -y install openssl sudo yum -y install openssl-devel  

Then I did this to create:

  cd / tmp wire xvf Mod_auth_radius-1.5.8.tar cd mod_auth_radius-1.5.8 cp mod_auth_radius-2 {0, 4} .a sed s / remote_ip / client_ip / gd mod_ mode_outh_rds-4-c apx-i-a-cmd_thth_rds-4-c  

This is because in the code 'Apache 2.4 is not a perfect compilation.

There, now you have /etc/httpd/modules/mod_auth_radius-2.4. Ready to go


Comments