![]() |
Subdomains for domain-aliases - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Contributions Area (/forum-40.html) +--- Forum: Enhancements (/forum-43.html) +--- Thread: Subdomains for domain-aliases (/thread-1475.html) |
RE: Subdomains for domain-aliases - zpin - 09-30-2008 01:33 AM you're welcome, good to hear that it works ![]() I use mercurial to manage the patches, it always adds virtual paths "a/" and "b/" which you have to strip using "-p1" RE: Subdomains for domain-aliases - Cdmar - 10-08-2008 04:29 AM Could anyone give me a step-by-step instruction for applying this enhancement on an already installed ispcp? My Operating System is Debian. I've tried to use instructions from previous posts but it doesn't seem to work. I would be glad. Thanks in advance. RE: Subdomains for domain-aliases - zpin - 10-08-2008 07:02 PM I have never done it on an already installed ispcp, but it should work like this: Assuming you have extracted the zip in /tmp: Code: cd /var/www/ispcp RE: Subdomains for domain-aliases - Cdmar - 10-09-2008 06:29 AM (10-08-2008 07:02 PM)zpin Wrote: I have never done it on an already installed ispcp, but it should work like this: I've received following messages: can't find file to patch at input line 4 Perhaps you used the wrong -p or --strip option? The text leading up to this was: -------------------------- |diff --git a/engine/Makefile b/engine/Makefile |--- a/engine/Makefile |+++ b/engine/Makefile -------------------------- File to patch: Skip this patch? [y] y Skipping patch. 1 out of 1 hunk ignored patching file engine/ispcp-alssub-mngr RE: Subdomains for domain-aliases - zpin - 10-09-2008 07:25 AM that's ok, this happens when you patch a running ispcp. RE: Subdomains for domain-aliases - Cdmar - 10-09-2008 07:41 AM (10-09-2008 07:25 AM)zpin Wrote: that's ok, this happens when you patch a running ispcp. Alright, I've done everything, but I can't find any option to add subdomains for my active domains. I've even rebooted my server. What should I check or do? Thanks for your help so far. RE: Subdomains for domain-aliases - zpin - 10-09-2008 05:55 PM Well, in the usual place for adding subdomains you should now have the possibility to select an alias domain to which you wish to asign it. RE: Subdomains for domain-aliases - Cdmar - 10-10-2008 01:51 AM (10-09-2008 05:55 PM)zpin Wrote: Well, in the usual place for adding subdomains you should now have the possibility to select an alias domain to which you wish to asign it. Unfortunatelly, there's nothing like that there. RE: Subdomains for domain-aliases - zpin - 10-10-2008 08:29 AM Check if you have Code: <option value="{ALS_ID}" {ALS_SELECTED}>.{ALS_NAME}</option> If not the patch didn't apply correctly... |