Category: Varnish — admin @ 5:42 pm — Comments (0)

Apache configuration for Ubuntu users:

sudo vim /etc/apache2/ports.conf :

NameVirtualHost *:8088
Listen 8088

sudo vim /etc/apache2/sites-available/default :

NameVirtualHost *:8088

<VirtualHost *:8088>
  ...
</VirtualHost>

Sorry, no comments yet.

Write Your Comment

Comment Guidelines: Basic XHTML is allowed (a href, strong, em, code). All line breaks and paragraphs will be generated automatically.

You should have a name, right? 
Your email address, I promised I won't tell it to anyone. 
This is where you type your comments. 
Remember my information for the next time I visit.