mountpoint for extra sub- and domains - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Development Area (/forum-1.html) +--- Forum: Suggestions (/forum-2.html) +--- Thread: mountpoint for extra sub- and domains (/thread-13251.html) |
mountpoint for extra sub- and domains - maschneider - 04-14-2011 06:42 PM We use ispCP very well. But there is one Challange. We just install a Wordpress Network. Now we want to add more subdomains to the user, but ispCP dont allowed to make a subdomain to the mountpoint where a other subdomain are mounted. The current fix ist to make symlinks but this is a bad hack. Is there a other oportunity and maybe to make a new option? Greetings Markus RE: mountpoint for extra sub- and domains - MasterTH - 04-15-2011 04:10 PM go to /etc/ispcp/apache2/working/01_ispcp.conf and /etc/apache2/sites-availible/01_ispcp.conf and change the directory for the specific subdomain... then save config files an restart apache RE: mountpoint for extra sub- and domains - maschneider - 04-15-2011 04:27 PM Just manipulation the database and force to rebuild the apache config also work. Your way is gone after a other settings change rebuild the ispcp apache config. I m intressted to have a clean way, maybe write a patch for ispcp, just checking the oppinion of the community befor invest this time, we alway force to submit patches upstrem. RE: mountpoint for extra sub- and domains - MasterTH - 04-15-2011 04:43 PM thats not right, if you change something in the subdomain ok, but not when adding something new. RE: mountpoint for extra sub- and domains - JCircle - 06-18-2011 06:08 AM A clean edit of the vhost file is always the best option for this. sym links and database hacks are just a bad way to go compared to changing 4 lines in the vhost file. |