Forum Moderators: phranque

Message Too Old, No Replies

How to make Web Appication accessible to outside clients ?

         

bhaceg

8:01 pm on May 28, 2010 (gmt 0)

10+ Year Member



Hi friends,

I have installed apache2.2 with SSL and PHP5 on my fedora System which i had installed on a virtual machine. And I created a php application. When I type [example.com...] on Linux system the application runs fine. But when I type the url in my windows system it doesnt work. Firefox says

Firefox can't establish a connection to the server at <ip-address>:443.

Please do let me know what I should do so that my web application is accessible to systems other than the Linux system it is installed on.

Thanks,
JVB.

jdMorgan

9:53 pm on May 28, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Make sure that if that IP address is not 127.0.0.1, that it is different between the browser and the server, and that the fedora VM is still running when you're logged in to Windows.

That's all I can think of off-hand.

Jim

bhaceg

10:04 pm on May 28, 2010 (gmt 0)

10+ Year Member



Hey Jim,

Thanks for the reply. And I figured out the reason. The firewall was blocking the https requests !