LepeKaname
May 27th, 2009, 01:12 AM
I want to setup a test server so the final users can test changes to their web systems as a mirror of their production servers (somehow).
The problem is that their production servers have different versions, for example some have php4 others php5, etc.
Because they will not access so often to this test server, I don't think that having more than one server for this task is necessary. I thought in using vmware (or alike) but I will need to a complete OS for each one.
Is there anyway I can setup this server so I can have a different setting (mainly apache2-php, mysql, tomcat, postgresql) for each domain? for example:
hostexample1.com php4, mysql4
hostexample2.net php5, mysql5
I have read that I could use php4 as cgi and php5 as module, but I'm afraid it would not be exactly the same setting from php4-cgi as with php4_mod ... right?
Any idea appreciated.
The problem is that their production servers have different versions, for example some have php4 others php5, etc.
Because they will not access so often to this test server, I don't think that having more than one server for this task is necessary. I thought in using vmware (or alike) but I will need to a complete OS for each one.
Is there anyway I can setup this server so I can have a different setting (mainly apache2-php, mysql, tomcat, postgresql) for each domain? for example:
hostexample1.com php4, mysql4
hostexample2.net php5, mysql5
I have read that I could use php4 as cgi and php5 as module, but I'm afraid it would not be exactly the same setting from php4-cgi as with php4_mod ... right?
Any idea appreciated.