VHosts, listeners and subdomain

#1
Hi,
I'm currently running some wordpress sites on litespeed (works great).
In my listeners (443 and 80) I have the following items :
mydomain.com => mydomain.com
That's ok !

But now, I'd like to serve my images from subdomain.
So I'have a static.mydomain.com pointing to my ip. In Vhost its leading to /wp-content/uploads
But when I add my subdomain on listeners, Dashboard shows an error in my vhost :
No domain is assigned to my listener whereas it is set in the listenerpart :
static.mydomain.com => static.mydomain.com

Don't know if this is really clear, but some help would be appreciated :)
Thank you
 
#2
After investigating I might have a permission issue in /usr/local/lsws
Existing vhosts and listeners are working but newly added doesn't work. On the dashboard, in the virtual hosts tab each newly added vhost has no domain assigned while it's set up in the listeners
Edit : in /usr/local/lsws/conf/httpd_config.conf domain and virtual host are set in the mapping part
 
Last edited:
Top