Search found 738 matches
- 2021/03/17 11:18:43
- Forum: CentOS 8 - Networking Support
- Topic: How to use Apache Reverse Proxy Server to service to multiple web server?
- Replies: 0
- Views: 204
How to use Apache Reverse Proxy Server to service to multiple web server?
Hello, I installed and configure an Apache Web Server as a Reverse Proxy on CentOS 8. I created a Virtual Host file (reverse_proxy.conf) under the "/etc/httpd/conf.d" directory with below content: <VirtualHost *:80> ProxyPreserveHost On ProxyPass / http://192.168.1.20/ ProxyPassReverse / http://192....
- 2021/03/12 08:25:17
- Forum: CentOS 8 - Networking Support
- Topic: How to launch a Load Balancer for the Apache Reverse Proxy server?
- Replies: 1
- Views: 142
How to launch a Load Balancer for the Apache Reverse Proxy server?
Hello, I configured my Apache Reverse Proxy as a Load Balancer to handle Back-End servers. When a Back-End server stopped, then another one provide service: <VirtualHost *:80> <Proxy balancer://cluster> BalancerMember http://Server1's-IP/ BalancerMember http://Server2's-IP/ </Proxy> ProxyPreserveHos...
- 2021/03/02 18:38:48
- Forum: CentOS 8 - General Support
- Topic: How to configure modsecurity for Apache?
- Replies: 4
- Views: 116
Re: How to configure modsecurity for Apache?
Which file is OK for below lines: <IfModule security2_module> Include modsecurity.d/owasp-modsecurity-crs/crs-setup.conf Include modsecurity.d/owasp-modsecurity-crs/rules/*.conf </IfModule> The "/etc/httpd/conf.modules.d/10-mod_security.conf " file or "/etc/httpd/conf.d/mod_security.conf" file?
- 2021/03/02 09:19:11
- Forum: CentOS 8 - General Support
- Topic: How to configure modsecurity for Apache?
- Replies: 4
- Views: 116
Re: How to configure modsecurity for Apache?
Hello, My problem was "mod_security_crs" package. I forgot to install it. I read https://github.com/coreruleset/coreruleset/blob/v3.4/dev/INSTALL and I have other questions: 1- At https://github.com/coreruleset/coreruleset/blob/v3.4/dev/INSTALL I read "Download our release from https://coreruleset.o...
- 2021/02/18 13:32:07
- Forum: CentOS 8 - General Support
- Topic: How to configure modsecurity for Apache?
- Replies: 4
- Views: 116
Re: How to configure modsecurity for Apache?
yum list mod_sec\* The result is: # yum list mod_sec\* Last metadata expiration check: 2:41:17 ago on Thu 18 Feb 2021 02:21:23 PM +0330. Installed Packages mod_security.x86_64 2.9.2-8.el8 @appstream Available Packages mod_security-mlogc.x86_64 2.9.2-8.el8 appstream mod_security_crs.noarch 3.0.0-5.e...
- 2021/02/18 12:54:21
- Forum: CentOS 8 - General Support
- Topic: How to configure modsecurity for Apache?
- Replies: 4
- Views: 116
How to configure modsecurity for Apache?
Hello, I'm using CentOS 8 x86_64 and I want to configure ModSecurity for Apache. I looked at https://phoenixnap.com/kb/setup-configure-modsecurity-on-apache tutorial, but I can't find any "/etc/modsecurity" directory!!! I used below find command to find that directory: # find / -name modsecurity -pr...
- 2021/02/18 12:52:36
- Forum: CentOS 6 - General Support
- Topic: Upgrade CentOS 6.X to CentOS 8.
- Replies: 4
- Views: 367
Re: Upgrade CentOS 6.X to CentOS 8.
Thank you.
- 2021/02/08 09:32:31
- Forum: CentOS 8 - Security Support
- Topic: How to install Shadow Daemon on CentOS 8?
- Replies: 0
- Views: 200
How to install Shadow Daemon on CentOS 8?
Hello,
How can I install the "Shadow Daemon" on CentOS 8 to protect Apache? I google it, but articles used Docker!
Any way to install it normally?
Thank you.
How can I install the "Shadow Daemon" on CentOS 8 to protect Apache? I google it, but articles used Docker!
Any way to install it normally?
Thank you.
- 2021/01/29 19:46:57
- Forum: CentOS 6 - General Support
- Topic: Upgrade CentOS 6.X to CentOS 8.
- Replies: 4
- Views: 367
Re: Upgrade CentOS 6.X to CentOS 8.
For a big website!!!!
Why not that trick?
Why not that trick?
- 2021/01/29 17:34:15
- Forum: CentOS 6 - General Support
- Topic: Upgrade CentOS 6.X to CentOS 8.
- Replies: 4
- Views: 367
Upgrade CentOS 6.X to CentOS 8.
Hello,
A web server using CentOS 6.X and I want to upgrade it to CentOS 8. If I change the address of repositories, then is it enough?
I must upgrade to 7.X then to 8?
Thank you.
A web server using CentOS 6.X and I want to upgrade it to CentOS 8. If I change the address of repositories, then is it enough?
I must upgrade to 7.X then to 8?
Thank you.