Hello folks, I need your help. I want to be able to use ISPConfig web interface only from a specific domain, so I've tried adding the ServerName to my ispconfig.vhost but with no success, any suggestions? Example: https://cp.mydomain.com:8080
You'd have to create a default vhost for port 8080 that catches all requests that don't use the hostname cp.mydomain.com.
Ok, you lost me there. Wouldn't it work by just creating a new vhost and having assigned the port 8080? If not, could you guide me on how should I do it?
Back, my question is... is there any way to use the hosts name as a domain name also to access to cp? I mean if my hostname is x.wwy.com how can I tweak apache to tell it that when some1 access that domain to load what it needs to load. Till now I didn't succeed on doing that. Tnx