[users@httpd] force secondary authentication for one Proxy URL QUERY_STRING

2020-06-11 Thread Jason Keltz
Hi. I am using a Tomcat application that is proxied through an Apache httpd server using ProxyPass/ProxyReverse. That part is working perfectly. The application allows all users to use a particular function which I would like to limit to only specific users. The URL that I would like to

Re: [users@httpd] How to permanently disable default config files

2020-06-11 Thread Frank
On 10/06/20 05:29 PM, Scott A. Wozny wrote: > Running the Centos7 packaged httpd, I didn't want the config files in > /etc/httpd/conf.d (autoindex.conf, userdir.conf and welcome.conf) to > load. I thought I was being clever and renamed them all to name.disable > so they there there for my

Re: [users@httpd] How to permanently disable default config files

2020-06-11 Thread Yehuda Katz
You can use yum-plugin-post-transaction-actions to delete the files (not currently available in CentOS 8 though): Create a file named /etc/yum/post-actions/httpd.action With the content: httpd*:update:rm -f /etc/httpd/conf.d/file_to_delete You should also be able to leave the files empty instead

[users@httpd] Proxy pass settings

2020-06-11 Thread Niranjan Rao
Greetings, I have spent two days trying various settings and googling for solution for last two days, of course no luck yet. I want to expose two servers using proxy pass. I have done some proxy pass settings earlier and in those cases it worked smoothly. For the purpose of discussion