Home > Backend Development > PHP Tutorial > 分布式 - PHP这种站群解决方案是否存在缺漏,有无更好的思路?

分布式 - PHP这种站群解决方案是否存在缺漏,有无更好的思路?

WBOY
Release: 2016-06-06 20:41:25
Original
1070 people have browsed it

同时开启10个站群,我制作的思路:

<code>1)域名,顶级域名各不相同
2)程序,程序一模一样,配置不相同。程序通过域名加载不同的数据库配置、缓存配置等
3)数据库,数据库结构一模一样,但是数据不一样。
4)服务器,建立不同的域名Virtual 指向同一个 网站目录。还是 只建立一个网站,绑定不同的ServerAlias?
但是这样awstats 不会分开存储!
</code>
Copy after login
Copy after login

回复内容:

同时开启10个站群,我制作的思路:

<code>1)域名,顶级域名各不相同
2)程序,程序一模一样,配置不相同。程序通过域名加载不同的数据库配置、缓存配置等
3)数据库,数据库结构一模一样,但是数据不一样。
4)服务器,建立不同的域名Virtual 指向同一个 网站目录。还是 只建立一个网站,绑定不同的ServerAlias?
但是这样awstats 不会分开存储!
</code>
Copy after login
Copy after login
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template