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
limi
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 refer
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 o
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 remo