access xampp with avast 1.0 Mac

Hi,
im trying to access my xampp server.
Via localhost i get access, but if im trying to connect via vhost address like test.tld i cant get any connection.
If i am disable the web shield everything is working fine.
Is there a possibility to configure avast.

Thanks for any suggestion.

Uli

You can configure the webshield using the network proxy configuration file

/Library/Application Support/Avast/com.avast.proxyclient.conf

Changing the port of the HTTP shield to another port than the default 80 (which is most likely used by your web server) should solve your problem. Just add the entry

PORT = 8080

to the http module section

Thanks.
The Port changing solved the problem :slight_smile: