• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Domain on Multiple IP's

J

jadent

Guest
I would like to serve a domain on 2 IP's but since Plesk only allows 1 IP for a domain I put in a VirtualHost directive with this new IP into a new temp.conf file which i placed in the conf.d directory. Restarted apache and it works...almost.

It will not run PHP scripts. I copied the VirtualHost directive exactly how Plesk set it up just changed the IP address of the virtual host but no go. I also tried Apaches proposal of adding the IP to the VirtualHost line like <VirtualHost 127.0.0.1 127.0.0.2> in the httpd.include file for the domain but that wouldn't allow the IP to server up the content.

Any suggestions?
 
Back
Top