Remote access to apache2 server
        Posted  
        
            by embedded
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by embedded
        
        
        
        Published on 2010-03-20T15:46:35Z
        Indexed on 
            2010/03/20
            15:51 UTC
        
        
        Read the original article
        Hit count: 797
        
Hi all,
I'm trying to test my iPhone application on the device. I have a mac computer which stores my development environment. Right now I can only access PHP files using the http://localhost/PHPFileLocation which does not work when I try to test my app on real device.
How do I configure apache2 to be accessible from outside? Is it possible to configure it to a specific IP address?
I want to reach some php scripts located on my development machine running apache2 from my iPhone device.
Thanks
© Stack Overflow or respective owner