The error is that in apache, you have defined the domain = MyID.com and in JMS you have define my.domain.com
They does not match.
Try to setup correctly your apaches.
To help you, you can use the "hello world" procedure.
Copy the hello.txt and helllo.php into the /var/www/joomla15/multisites/MyID/
When done, check that you can reach the hello.txt with
mydomain.com/hello.txt and repeat that with
mydomain.com/hello.php
This will help you check that your apaches is correctly configured.
Based on your current description, to reach the website, the domain =
myID.com/hello.txt that does NOT correspond to the domain name present in JMS.
You can also add in JMS the domain = myid.com and
www.myid.com
When you are sure of the domain name defined in your apaches confguration files using the hello.txt file, you can check that apaches is correctly configured to execute PHP script. Repeat the test with hello.php to ensure you can execute it.
When OK with apaches configuration, come back to JMS and check the domain field to provide the list of domain that must be associated to this site ID. This is the list of domain that you have defined in apaches.