Server speed: sharing one script.php or using many copies the same script.php
- by Marco Demaio
Let's assume:
I have thousands of domains on same Apache server.
Each domain is in a folder under server public_html document folder, so it can be accessed by calling "www.somedomain.com" or by calling "www.serverdomain.com/somedomain_folder"
In each domain there is a website who needs a certain script.php (identical for each domain).
From a…