I installed open source puppet master and also configured apache passenger web server by following the puppet labs document. now httpd service is running fine but my question is how can i know or check whether port 8140 is pointing to puppet master or not?
when i ping the server in url
http://:8014 : Noting is getting displayed
when i try
http://:80 : Apache web server page is getting opened.
below is my netstat analysis of ports 80 and 8140.
netstat -anp | grep 8140
tcp 0 0 :::8140 :::* LISTEN 4548/httpd
unix 3 [ ] STREAM CONNECTED 23481409 15711/java
[root@yyzcpa2001 ~]# netstat -anp | grep 80
tcp 0 0 0.0.0.0:2809 0.0.0.0:* LISTEN 9227/java
tcp 0 0 0.0.0.0:8880 0.0.0.0:* LISTEN 9227/java
tcp 0 0 :::9809 :::* LISTEN 15328/java
tcp 0 0 :::80 :::* LISTEN 4548/httpd
tcp 0 0 :::8080 :::* LISTEN 7616/httpd
udp 0 0 127.0.0.1:809 0.0.0.0:* 1481/rpc.statd
udp 0 0 fe80::250:56ff:feaa:3f8e:123 :::* 1760/ntpd
udp 0 0 fe80::250:56ff:feaa:423:123 :::* 1760/ntpd
unix 2 [ ACC ] STREAM LISTENING 12803 1461/rpcbind /var/run/rpcbind.sock
unix 3 [ ] STREAM CONNECTED 43305680 4561/Passenger ust-
unix 3 [ ] STREAM CONNECTED 43305580 4548/httpd
unix 3 [ ] STREAM CONNECTED 14080 1837/master
unix 3 [ ] STREAM CONNECTED 13580 1656/acpid /var/run/acpid.socket
unix 3 [ ] STREAM CONNECTED 13280 1666/hald
↧