I.P. no response after apache

I am new in linode and linux

I installed apache and wants to check via i.p. but no response. In terminal Apache is Active no error

3 Replies

[root@www ~]# service httpd status
Redirecting to /bin/systemctl status httpd.service
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: active (running) since Fri 2018-07-06 18:13:10 +08; 27min ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 3915 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=0/SUCCESS)
Main PID: 3920 (httpd)
Status: "Total requests: 0; Current requests/sec: 0; Current traffic: 0 B/sec"
CGroup: /system.slice/httpd.service
├─3920 /usr/sbin/httpd -DFOREGROUND
├─3921 /usr/sbin/httpd -DFOREGROUND
├─3922 /usr/sbin/httpd -DFOREGROUND
├─3923 /usr/sbin/httpd -DFOREGROUND
├─3924 /usr/sbin/httpd -DFOREGROUND
└─3925 /usr/sbin/httpd -DFOREGROUND

What is the IP? Do you have a firewall enabled?

I think firewalld was recently enabled on the centos image. you should disable it or add a firewall rule:

https://www.linode.com/docs/web-servers/lamp/lamp-on-centos-7/#configure-firewalld-to-allow-http-connections

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct