Hi! Have a Question.
Consider, that I have an php-engine of some big site. The ingine files in a home directory of user1, and with main domain is domain.com.
A lot of other domains, are aliases to domain.com, through "Domain Pointer" feature. The engine is getting HTTP_HOST from $_SERVER vars, and depending on it send to client appropriate content...
The problem is, that all these domains (the main, and aliases) is residing on one IP... I want to share them on range of IPs... How can I do it, without creating a new user (on next IP) and duplicating the whole php-engine on it?...
Thanks for an Answer!
Good Luck for Everyone!
)
Consider, that I have an php-engine of some big site. The ingine files in a home directory of user1, and with main domain is domain.com.
A lot of other domains, are aliases to domain.com, through "Domain Pointer" feature. The engine is getting HTTP_HOST from $_SERVER vars, and depending on it send to client appropriate content...
The problem is, that all these domains (the main, and aliases) is residing on one IP... I want to share them on range of IPs... How can I do it, without creating a new user (on next IP) and duplicating the whole php-engine on it?...
Thanks for an Answer!
Good Luck for Everyone!
