Re: [EasyMoblog] installation of easymoblog under subhosted domains on "Virtual Private server"
Status: Inactive
Brought to you by:
ubik77
|
From: Lopo de A. <lop...@si...> - 2005-10-11 21:47:35
|
Em Ter=E7a, 11 de Outubro de 2005 18:05, o Webb, Robert escreveu: | Have multiple domain names (names based on rather specialized/esoteric | topics) "subhosted" via a "Verio" virtual private server. (see | http://www.verio.com/vps-v2-1000-plan/ and pages linked thereunder for | the technical details). Wish to install a separate blog for each | domain, preferably under C level name "blog.domainname.com" (example) | rather than "domain.com" so that blog can be one feature, not the prime | feature of the site. Has anyone done this before - if, for example, I | have 50 domains, will I have to install the full program 50 times (thus | use 50X of server disk space) and create 50 separate databases? is | there a way to limit this? | | I've installed it once under the main domain, not subhosted domains, so | server basically can handle it. You only need to have the software installed once if you have access to the= =20 server using SSH or similar and some sort of *nix. =46or instance you install it under /home/username/easymoblog and you can=20 symlink it to /home/username/easymoblog/www/subdomain1 You must set subdomain1.domain.com to point=20 to /home/username/easymoblog/www/subdomain1 and domain.com to point=20 to /home/username/easymoblog/www/ of course. The part of the database is also easy. You must change the original easymoblog config file so it will include DB=20 access info (server, user, pwd, db) in a separeted file. You must create the seperated file in the subdomain directory and not in th= e=20 easymoblog directory, so this only file is not a symlinked one. I hope this will show you some directions to ease your task and your=20 resources. Best, Lopo |