开发者

Public Apache2 Server

开发者 https://www.devze.com 2023-01-10 08:15 出处:网络
I wonder how to make my apache2 server publi开发者_开发问答c? I mean, I have a static ip and someone who knew that ip can access my website from out-world.

I wonder how to make my apache2 server publi开发者_开发问答c? I mean, I have a static ip and someone who knew that ip can access my website from out-world. I already install apache2. I test it from http://localhost, I mean its working.

My OS is ubuntu by the way.

Thanks


Verify that your Apache configuration has it listening for connections on all IPs, or at least the externally-visible IP address: http://httpd.apache.org/docs/2.2/mod/mpm_common.html#listen

You can verify this by using the command netstat -anp | grep apache (maybe :80 would be easier than apache).

0

精彩评论

暂无评论...
验证码 换一张
取 消