ispCP - Board - Support
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)

Pages: 1 2 3 4 5 6 7 8


RE: Subdomains for domain-aliases - zpin - 08-27-2008 08:48 PM

Ah ok. But as I said, it's out of scope for this patch to change the general subdomain directory structure. It would be a more general change on ispcp...
(But other than that I absolutely agree with removing these subdirs.)


RE: Subdomains for domain-aliases - FraggDieb - 09-28-2008 06:56 PM

Whats the state of the patch right now?
I tested this on http://www.isp-control.net/ispcp/ticket/1509 on my Server with RC6 but when I patched, it ask for path /engines/Makefile but i cant find it.. and when i add a Subdomain from a Domain-alias its hand on the status "Adding in process"

Sorry 4 my bad english... :X


RE: Subdomains for domain-aliases - zpin - 09-29-2008 04:38 AM

My patch is here: http://www.isp-control.net/ispcp/ticket/1512
it works on my RC6 installation, I didn't test the one you used.

If you patch the installation directly (instead of patching before "make install") you can just skip the Makefile.


RE: Subdomains for domain-aliases - FraggDieb - 09-29-2008 02:09 PM

ok i try this when Im back from work... thanks so far.

i have to put your patch inside the /var/www/ispcp directory or?!



EDIT: okay I tested you patch, i put it in the /var/www/ispcp directory
and when i added a subdomain it hangs on "Addition in progress"
Please say what you do that it works... thanks man... Smile


RE: Subdomains for domain-aliases - zpin - 09-29-2008 05:15 PM

well, did it work before the patch (after you reverted the other one)? Because you said that it did the addition in progress thing before, so please revert everything and test if adding subdomains still works.


RE: Subdomains for domain-aliases - FraggDieb - 09-29-2008 06:35 PM

I reinstalled the server and installed a clean RC6 Wink

Normal subdomains working perfectly...


RE: Subdomains for domain-aliases - zpin - 09-29-2008 09:23 PM

Is there something in /var/log/ispcp/ispcp-alssub-mngr.stderr and/or /var/log/ispcp/ispcp-alssub-mngr.stdout ?


RE: Subdomains for domain-aliases - FraggDieb - 09-29-2008 09:37 PM

No there is nothing what is names with alssub
only the standard

ispcp-als-mngr.stderr
and
ispcp-als-mngr.stdout

If i installed the patch he has some errors finding files... in which directory should i apply the patch?

EDIT: Okay thanks man... i start my Debian VM and test it again... wait...


RE: Subdomains for domain-aliases - zpin - 09-29-2008 09:57 PM

Normally I patch ispcp before doing the make install, but patching afterwards should also work... so in /var/www/ispcp:
patch -p1 < alssub.patch

The only file he is unable to find should be the Makefile.
The edit button does not work form me...

After patching you should also verify that the permissions are ok in /var/www/ispcp/engine, because a new file is created, and if you patch after doing the "make install" the permissions won't be fixed automatically.
Well, instead of being able to edit the forum software just automatically appends the next message. Confusing stuff...


RE: Subdomains for domain-aliases - FraggDieb - 09-30-2008 01:01 AM

ah man... great... it works perfectly... i think it was because i used "patch -p0" ?!
Thanks 4 your support