Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - empmdk

Pages: [1]
1
E-Mail / Multiple Domains Per User?
« on: August 13, 2014, 11:25:45 PM »
I noticed when I go to make an email account, the dropdown will not list more than one domain per user. It seems to only be listing the domain that was used to create the user and none of the ones added afterwards. I tried the SubDomain email and adding "user@domain.com" or just "domain.com" it gives the following:
Code: [Select]
ERROR! User Mismatch, please contact your system admin.Am I missing something or is this a known bug?

2
Varnish / Re: Varnish Issue
« on: August 13, 2014, 02:07:53 AM »
No, I don't get any errors. Thanks.

3
Varnish / Varnish Issue
« on: August 12, 2014, 04:46:12 PM »
I have activated Varnish with the following settings --
Code: [Select]
Apache IP: "My Shared IP"
Apache Port: 82
Varnish IP: all
Varnish Port: 80
Varnish Storage: 1G
Net Stat Info
Code: [Select]
tcp        0      0 0.0.0.0:82                  0.0.0.0:*                   LISTEN      811/httpd           
tcp        0      0 127.0.0.1:6082              0.0.0.0:*                   LISTEN      839/varnishd       
tcp        0      0 0.0.0.0:80                  0.0.0.0:*                   LISTEN      840/varnishd       
tcp        0      0 :::80                       :::*                        LISTEN      840/varnishd 
My problem is, Varnish doesn't seem to be purging anything ever. When it's activated, the only thing it loads when I go to one of my domains is the default Apache page. However, that index.html no longer exists. If Varnish is stopped and I set Apache back to port 80, it loads fine. It also will load the page as it should if I add :82 to the end of the site address while Varnish is running.

Pages: [1]