Author Topic: HowTo: add http-proxy module to zentyal 4.2 (changed: 28.04.16)  (Read 34024 times)

Stefano

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: HowTo: add http-proxy module to zentyal 4.2 (changed: 28.04.16)
« Reply #45 on: September 05, 2016, 03:31:59 pm »
It Works, thanks for the info.
now I had to configure it properly...

alexil

  • Zen Apprentice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: HowTo: add http-proxy module to zentyal 4.2 (changed: 28.04.16)
« Reply #46 on: November 15, 2016, 06:51:10 pm »
Hi,
Just tested it and works fine.

A couple of questions, i would like to use wpad. I read it in previous post. I need a web browser too. Can i add this module from previous versions or should i install use just with apt-get?

The second question is about language. The patch is in English.  Is there any way to translate it?

Thanks a lot for your work. As many users, i don´t understand why zentyal took this way.

sheshman

  • Zen Apprentice
  • *
  • Posts: 34
  • Karma: +1/-0
    • View Profile
Re: HowTo: add http-proxy module to zentyal 4.2 (changed: 28.04.16)
« Reply #47 on: March 11, 2017, 11:35:59 am »
open a terminal window and "copy & paste" the following commands:

changes:
    28.04.16: remove unsupported external ad functions

zentyal 4.2:
Code: [Select]
sudo apt-get install zbuildtools build-essential fakeroot dpkg-dev -y
cd ~/Downloads
rm -rf zentyal-squid-4.2
wget http://archive.zentyal.org/zentyal/pool/main/z/zentyal-squid/zentyal-squid_4.0.1.tar.gz -O zentyal-squid_4.0.1.tar
tar -xf zentyal-squid_4.0.1.tar
mv zentyal-squid-4.0.1 zentyal-squid-4.2
wget 'https://docs.google.com/uc?export=download&id=0B4_d-7xL0AS_aVlhNmdnSnFPakU' -O zentyal-squid-4.2.patch
patch -t -p1 -i zentyal-squid-4.2.patch
cd zentyal-squid-4.2
dpkg-buildpackage -rfakeroot -b -tc
cd ..
sudo dpkg -i zentyal-squid_4.2_all.deb
sudo apt-get install -f -y
sudo sed -i 's\next if ($pkg->{name} eq '"'"'zentyal-squid'"'"');\#next if ($pkg->{name} eq '"'"'zentyal-squid'"'"');\g' /usr/share/zentyal/templates/software/ebox.mas
sudo service zentyal webadmin restart
duuuuuuuuuuuuuuuuuuuuuude, i love you man,you saved my day

Labomba

  • Zen Monk
  • **
  • Posts: 63
  • Karma: +0/-0
    • View Profile
Re: HowTo: add http-proxy module to zentyal 4.2 (changed: 28.04.16)
« Reply #48 on: April 21, 2017, 09:21:25 am »
Hi Julio,
I know that this question is not really related to the subject, but could I ask you to check the http proxy module in Zentyal 5?
The proxy module in transparent mode doesn't seem to work correctly at all.
For example: When you set the filter profile to allow all, everything works.
When you set the filter profile to Medium, most of the visited websites are simply blocked, even non pornographic or whatever.
Even after adding the specific website to the always allowed url rules, it keeps on getting blocked.
They also removed the antivirus module, but however the proxy module gives errors in saving the configuration about the removed antivirus module.
It seems to still check if the module is there, even when they removed it.
It looks like the Zentyal developers have done a hard copy of the proxy module without reprogramming anything.
In my 4.0 - 4.2 installations everything works like a charm, with same same setup....