HTTP Anti-Virus Proxy

Official HAVP Support Forum
Registration disabled, I'm tired of spambots. E-mail havp@hege.li if you have questions.
HAVP project is pretty much frozen/abandoned at this time anyway.


All times are UTC + 2 hours [ DST ]




Post new topic Reply to topic  [ 18 posts ]  Go to page Previous  1, 2
Author Message
PostPosted: 20 Feb 2009 03:22 
Offline

Joined: 25 Nov 2008 10:58
Posts: 24
karesmakro wrote:
Which configuration do you want? I have one with havp and squid configured as a sandwich (which decreases a little bit the performance) and was described in a thread of me where you asked for havp config:
http://havp.hege.li/forum/viewtopic.php?f=3&t=399 (next to last thread)
or you wanna configuration like havp -> squid, which is simplier to configure.

I can't post the whole squid configuration, because there are much of acl's and ncsa authentication.

This one is an example, to configure squid -> havp

squid.conf
Code:
acl traffic_all src 0.0.0.0/0.0.0.0
acl Scan_HTTP proto HTTP
acl Scan_FTP proto FTP

acl NOSCAN dstdomain www.domain_not_to_scan.de
always_direct allow NOSCAN

cache_peer 127.0.0.1 parent 8080 0 no-query no-digest no-netdb-exchange default
cache_peer_access 127.0.0.1 allow traffic_all

always_direct allow Scan_FTP
never_direct allow Scan_HTTP

and in havp.config
Code:
Port 8080
without any parent proxy entry

Hint: do not copy and paste, this is squid configuration from older release! Configuration should be similar, like configuration in the link above. If you decide to want this configuration, let me know and i look at my server to find the correct configuration about squid 2.7!


what do you think about http://my.blog.or.id/v2/10/12/2008/1-se ... -squid-27/
of course that is old havp config not using parent 127.0.0.1 yet


Top
 Profile  
 
PostPosted: 20 Feb 2009 11:06 
Offline

Joined: 23 Apr 2008 09:36
Posts: 101
I dare not me judgments, because i know almost nothing about your network.
Code:
cache_peer 192.168.222.100 parent 80 0 no-query name=mySite3
acl hostedSites3 dstdomain castor.gpi-g.com

What about this entry? How i said, i don't know almost nothing about your network configuration.

I go right in the assumption, that this is your productive system? In this cases, where i'm not sure how it works right, i build an test enviroment to show for problems and i recommend you to do the same!

I can't build your complete configuration! The best way to learn is try and error methode (and read documentation), because if you have any error in your network, or change is needed in your configuration, you don't know how to handle.

Feel free to ask your question, if there are any other ...

regards, kare


Top
 Profile  
 
PostPosted: 20 Feb 2009 11:45 
Offline

Joined: 25 Nov 2008 10:58
Posts: 24
karesmakro wrote:
I dare not me judgments, because i know almost nothing about your network.
Code:
cache_peer 192.168.222.100 parent 80 0 no-query name=mySite3
acl hostedSites3 dstdomain castor.gpi-g.com

What about this entry? How i said, i don't know almost nothing about your network configuration.

I go right in the assumption, that this is your productive system? In this cases, where i'm not sure how it works right, i build an test enviroment to show for problems and i recommend you to do the same!

I can't build your complete configuration! The best way to learn is try and error methode (and read documentation), because if you have any error in your network, or change is needed in your configuration, you don't know how to handle.

Feel free to ask your question, if there are any other ...

regards, kare



ok ty
this thread can me locked


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 18 posts ]  Go to page Previous  1, 2

All times are UTC + 2 hours [ DST ]


Who is online

Users browsing this forum: Google [Bot] and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group