I have a php script script which should be accessible from multiple ip's (http://xxx.xxx.xxx.xxx/~myfolder/myscript.php), pls. tell how to achieve this on a CentOS 5.5 (64bit) install running apache.

I will be calling the script from another PHP script on same server.

link|improve this question

40% accept rate
feedback

2 Answers

Yes, this is achieved with Apache's configs. Most installs default to listening on all bound IPs any way.

link|improve this answer
feedback

You have to configure your server that he listen on 2 ip-addresses.

When you define your vhost you can make *:80 then your server listen to all ips.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.