Hello,
I am trying to setup varnish 3 with plesk 11.5.30
I have not installed nginx component and followed this knowledgebase article
http://kb.parallels.com/en/114249
I have change the following in Apache conf. I am on Debian Wheezy so
/etc/apache2/ports.conf
LISTEN 8080
NameVirtualHost *:8080
/etc/sites-enabled/000-default
<VirtualHost *:8080>
and i can see that the auto-generated domain conf apache files have applied the port changes.
netstat shows:
When i navigate to www.domain.com:8080 i see the Apache default page(It works!),
Thanks in advance for any help.
PS: I have not yet install varnish, just want to setup the apache first. This happens on a new domain setup, and if i reverse the changes all come back to normal.
I am trying to setup varnish 3 with plesk 11.5.30
I have not installed nginx component and followed this knowledgebase article
http://kb.parallels.com/en/114249
I have change the following in Apache conf. I am on Debian Wheezy so
/etc/apache2/ports.conf
LISTEN 8080
NameVirtualHost *:8080
/etc/sites-enabled/000-default
<VirtualHost *:8080>
and i can see that the auto-generated domain conf apache files have applied the port changes.
netstat shows:
Code:
tcp6 0 0 :::8080 :::* LISTEN 3806/apache2
tcp6 0 0 :::443 :::* LISTEN 3806/apache2
When i navigate to www.domain.com:8080 i see the Apache default page(It works!),
Thanks in advance for any help.
PS: I have not yet install varnish, just want to setup the apache first. This happens on a new domain setup, and if i reverse the changes all come back to normal.