Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
How to join, enable and configure igi.italiangrid.it VO | ||||||||
Line: 174 to 174 | ||||||||
In case you don't want or can't install a local squid server, please send an email to info@lists.italiangrid.it to use a remote squid server. | ||||||||
Added: | ||||||||
> > | squid installation and setup example# yum install -y squid # chkconfig squid onThe file /etc/squid/squid.conf should contain at least the following variable (where 131.154.0.0 in the example is the network of the WNs)
acl MY_network src 131.154.0.0/255.255.0.0 http_access allow MY_network acl RESTRICT_DEST dstdom_regex ^igi-cvmfs.cnaf.infn.it$Start the squid service /etc/init.d/squid restart
Check the squid log file while testing cvmfs from a WN (tail -f /var/log/squid/*.log ) | |||||||
Install cvmfs on WN and UINB: Skip this step if cvmfs is already installed on your WN and UI
|