cancel
Showing results for 
Search instead for 
Did you mean: 
Mukeshkumar
Flight Engineer
Flight Engineer
  • 3,478 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.

3 Replies
Mukeshkumar
Flight Engineer
Flight Engineer
  • 3,494 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.

Vinícius_Boas
Flight Engineer Flight Engineer
Flight Engineer
  • 3,487 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:

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_...

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.

In Red Hat I trust, everything else, I test!
Vinícius_Boas
Flight Engineer Flight Engineer
Flight Engineer
  • 3,474 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:

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-s...

I hope that can help you! ;)
If you any question, please, ask again.

Best regards,
Vinícius Vilas Boas.

In Red Hat I trust, everything else, I test!
Join the discussion
You must log in to join this conversation.