I've Rocky 8 (RHEL based Linux) server with already working Radius-authentication for SSH. It's an external Radius-server (Cisco ISE). Now I'd like to use this Radius-server also for authentication for specific internal Webpages (running Apache2). Something like .htaccess but with Radius-authentication. I've found something with Python pyrad. But this does not work for me, just getting "internal server error". Has someone done this with RHEL-based Linux? I've now also tried with mod_auth_xradius, but now I always see the following log: "xradius: Failed to add server ':1812': (-1) : host not found". But of course I've configured the servers in the conf file under /etc/http/conf.d/myradius.conf I just want the most basic solution. Thanks.
Related Questions in APACHE2
- Issue with [proxy_fcgi:error] [pid 1539011] (70007)The timeout specified has expired
- Moving a website from a subdomain to the domain root
- Odoo live chat not working when using apache reverse proxy
- apache2 rotatelogs creates log file but its empty when deployed to azure web app
- Docker networking forwarding failed
- PHP apache2 - php script cli will write txt file but browser will not
- Issues while deploying flask app using apache2
- Apache2 redirection results in wrong URL
- RewriteRule ^$ https://www.google.com : eventually want to redirect / to /something_else/index.html
- Running A ReactJS App in a subfolder under root creates 404 errors
- Troubleshooting incorrect content on mobile redirect
- How to add custom apache2/httpd header based on BALANCER_WORKER_ROUTE variable?
- Node js on apache2 failed
- Apache2 Modsecurity configuration file error
- How to configure application inside the apache2 and application running on windows tomcat server
Related Questions in RADIUS
- Pyrad client wifi connection failure
- Openssl v3.0.8 + eapol_test (wpa_supplicant2.10) cannot authenticate to 802.1x network
- How to apply radial-gradiant property in Tailwind css
- Used rp-pppoe to get the server to use radius for authentication, but pppd is still use eap?
- How to send multiple parallel request at a time using radclient
- Freeradius Disable "marking server as dead"
- Rocky 8 - Apache2 Radius authentication?
- can authetificate from radius itself but can`t from any other sourse (cisco router) by same user
- Windows Radius Server IP Setup on DC
- Border Radius with slash is not working in React-pdf
- windows-server can't access L2TP from outside network
- how can I change OpenSSH default "nas-identifier"?
- Multiple Instances Of Daloradius Authenticating from One Freeradius
- CAS 6.6 - RADIUS MFA Integration
- Facing issue with length of CHAP-Password value - Radius Authentication
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Ok, I've found information here: https://collectivenothing.blogspot.com/2013/09/using-radius-authentication-with-apache.html
The patch did not work, but when I only configure ONE radius-server it works!