I want to install and configure Web Proxy server on Redhat Linux. Please suggest which one is the best and how to configure.
I want to install and configure Linux sys log server on Redhat Linux. Please suggest which one is the best and how to configure.
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.
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.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.