
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,779 Views
I want to install and configure Web Proxy server on Redhat Linux.
I want to install and configure Web Proxy server on Redhat Linux. Please suggest which one is the best and how to configure.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,795 Views
I want to install and configure Linux sys log server on Redhat Linux. Please suggest which one is the best and how to configure.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,788 Views
Hello Mukeshkumar,
Can you try the rsyslog?
1) Install the package:
# yum install rsyslog
# for STATE in enable start ; do systemctl $STATE rsyslog ; done
2) Configure this service:
3) Restart and check the new configurations:
# for STATE in restart status ; do systemctl $STATE rsyslog ; done
This can help you?
If not, just ask again!
Regards,
Vinícius Vilas Boas.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,775 Views
Hello Mukeshkumar, how are you?
Do you need anything similar as Squid?
If yes, can you read this page:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/ch-sq...
The documentation is easy to follow! :)
But, the installation is very simple:
1) Install the package:
# yum install squid
2) Start the service
# systemctl start squid
3) The original configuration is located here:
# ls -l /etc/squid/squid.conf
You can read how to configure your service here:
I hope that can help you! ;)
If you any question, please, ask again.
Best regards,
Vinícius Vilas Boas.