VMware question

downhiller80

Platinum Member
Apr 13, 2000
2,353
0
0
So I'm trying to set up a linux dev box on my windows machine.

I downloaded VMware player, and a CentOS image. All set up and running in about a minute, incredibly straightforward since I've never touched VMs before.

Now the problem I have is that I can ssh & ping the IP address of this VM from my vista box, but if I browse to the IP address in a web browser it just sits there never getting a response back from the VM.

I don't know very much about apache/*nix yet, but I want to learn. What's likely to be the problem here? What should I do to troubleshoot it? I have ascertained that httpd IS running, but that's about as far as I know to go...

cheers
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
How have you determined that httpd is running? Do you see it in the process list (i.e. ps axw)? Is it listening on the right interface (i.e. lsof -n -i | grep httpd)?
 

downhiller80

Platinum Member
Apr 13, 2000
2,353
0
0
Yep, tis in the process list.

23449 ? Ss 0:00 /usr/sbin/httpd -k start
23450 ? S 0:00 /usr/sbin/httpd -k start
23451 ? S 0:00 /usr/sbin/httpd -k start
23452 ? S 0:00 /usr/sbin/httpd -k start
23453 ? S 0:00 /usr/sbin/httpd -k start
23454 ? S 0:00 /usr/sbin/httpd -k start
23455 ? S 0:00 /usr/sbin/httpd -k start
23456 ? S 0:00 /usr/sbin/httpd -k start
23457 ? S 0:00 /usr/sbin/httpd -k start
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Then run the lsof command above and see if it's listening on the right interface.
 

downhiller80

Platinum Member
Apr 13, 2000
2,353
0
0
OK, so I've done "lsof | grp httpd" (which I'm quite chuffed with :p) - it returns shitloads, what am I looking for?

httpd 23455 apache mem REG 253,0 6976 767735 /usr/lib/httpd/modules/mod_auth_dbm.so
httpd 23455 apache mem REG 253,0 10656 767751 /usr/lib/httpd/modules/mod_headers.so
httpd 23455 apache mem REG 253,0 35432 767755 /usr/lib/httpd/modules/mod_ldap.so
httpd 23455 apache mem REG 253,0 47671 801592 /lib/tls/librt-2.3.4.so
httpd 23455 apache mem REG 253,0 9308 767731 /usr/lib/httpd/modules/mod_alias.so
httpd 23455 apache mem REG 253,0 138260 660907 /usr/lib/libapr-0.so.0.9.4
httpd 23455 apache mem REG 253,0 7556 767775 /usr/lib/httpd/modules/mod_vhost_alias.so
httpd 23455 apache mem REG 253,0 63640 799779 /lib/libpcre.so.0.0.1
httpd 23455 apache mem REG 253,0 7708 767733 /usr/lib/httpd/modules/mod_auth.so
httpd 23455 apache mem REG 253,0 22580 767739 /usr/lib/httpd/modules/mod_cache.so
httpd 23455 apache mem REG 253,0 19468 767766 /usr/lib/httpd/modules/mod_proxy_http.so
httpd 23455 apache mem REG 253,0 19632 767761 /usr/lib/httpd/modules/mod_mime_magic.so
httpd 23455 apache mem REG 253,0 26532 767762 /usr/lib/httpd/modules/mod_negotiation.so
httpd 23455 apache mem REG 253,0 48548 661504 /usr/lib/liblber-2.2.so.7.0.6
httpd 23455 apache mem REG 253,0 15324 801583 /lib/libdl-2.3.4.so
httpd 23455 apache mem REG 253,0 188876 767777 /usr/lib/httpd/modules/mod_perl.so
httpd 23455 apache mem REG 253,0 12172 767754 /usr/lib/httpd/modules/mod_info.so
httpd 23455 apache mem REG 253,0 18432 767756 /usr/lib/httpd/modules/mod_log_config.so
httpd 23455 apache mem REG 253,0 30540 767765 /usr/lib/httpd/modules/mod_proxy_ftp.so
httpd 23455 apache mem REG 253,0 71724 656110 /usr/lib/libbz2.so.1.0.2
httpd 23455 apache mem REG 253,0 93985 799775 /lib/tls/libpthread-2.3.4.so
httpd 23455 apache mem REG 253,0 8608 767768 /usr/lib/httpd/modules/mod_setenvif.so
httpd 23455 apache mem REG 253,0 17172 767770 /usr/lib/httpd/modules/mod_status.so
httpd 23455 apache mem REG 253,0 13308 767760 /usr/lib/httpd/modules/mod_mime.so
httpd 23455 apache mem REG 253,0 81236 661079 /usr/lib/libaprutil-0.so.0.9.4
httpd 23455 apache mem REG 253,0 5032 767732 /usr/lib/httpd/modules/mod_asis.so
httpd 23455 apache mem REG 253,0 8620 656994 /usr/lib/libpcreposix.so.0.0.0
httpd 23455 apache mem REG 253,0 7004 801586 /lib/libcom_err.so.2.1
httpd 23455 apache mem REG 253,0 35936 767753 /usr/lib/httpd/modules/mod_include.so
httpd 23455 apache mem REG 253,0 1261628 770573 /usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE/libperl.so
httpd 23455 apache mem REG 253,0 627720 660788 /usr/lib/libaspell.so.15.0.3
httpd 23455 apache mem REG 253,0 807680 656155 /usr/lib/libstdc++.so.6.0.3
httpd 23455 apache mem REG 253,0 1544468 768197 /usr/lib/httpd/modules/libphp4.so
httpd 23455 apache mem REG 253,0 980140 768164 /usr/lib/httpd/modules/mod_python.so
httpd 23455 apache DEL REG 0,6 21547 /dev/zero
httpd 23455 apache DEL REG 0,6 21545 /dev/zero
httpd 23455 apache mem REG 253,0 21544 685652 /usr/lib/gconv/gconv-modules.cache
httpd 23455 apache DEL REG 0,6 21544 /dev/zero
httpd 23455 apache mem REG 253,0 48520672 656108 /usr/lib/locale/locale-archive
httpd 23455 apache 0r CHR 1,3 1627 /dev/null
httpd 23455 apache 1w CHR 1,3 1627 /dev/null
httpd 23455 apache 2w REG 253,0 588 833525 /var/log/httpd/error_log
httpd 23455 apache 3u IPv6 21524 TCP *:http (LISTEN)
httpd 23455 apache 4u IPv6 21526 TCP *:https (LISTEN)
httpd 23455 apache 5r FIFO 0,7 21543 pipe
httpd 23455 apache 6w FIFO 0,7 21543 pipe
httpd 23455 apache 7w REG 253,0 588 833525 /var/log/httpd/error_log
httpd 23455 apache 8w REG 253,0 0 833526 /var/log/httpd/ssl_error_log
httpd 23455 apache 9w REG 253,0 0 833527 /var/log/httpd/access_log
httpd 23455 apache 10w REG 253,0 0 833528 /var/log/httpd/ssl_access_log
httpd 23455 apache 11w REG 253,0 0 833529 /var/log/httpd/ssl_request_log
httpd 23456 apache cwd DIR 253,0 4096 2 /
httpd 23456 apache rtd DIR 253,0 4096 2 /
httpd 23456 apache txt REG 253,0 259456 661086 /usr/sbin/httpd
httpd 23456 apache mem REG 253,0 845624 799781 /lib/tls/i686/libdb-4.2.so
httpd 23456 apache mem REG 253,0 178019 801584 /lib/tls/libm-2.3.4.so
httpd 23456 apache mem REG 253,0 79488 801585 /lib/libresolv-2.3.4.so
httpd 23456 apache mem REG 253,0 82320 661738 /usr/lib/libsasl2.so.2.0.19
httpd 23456 apache mem REG 253,0 63624 659423 /usr/lib/libz.so.1.2.1.2
httpd 23456 apache mem REG 253,0 6460 767729 /usr/lib/httpd/modules/mod_access.so
httpd 23456 apache mem REG 253,0 5084 767747 /usr/lib/httpd/modules/mod_env.so
httpd 23456 apache mem REG 253,0 82944 661730 /usr/lib/libgssapi_krb5.so.2.2
httpd 23456 apache mem REG 253,0 415188 661729 /usr/lib/libkrb5.so.3.2
httpd 23456 apache mem REG 253,0 8568 767748 /usr/lib/httpd/modules/mod_expires.so
httpd 23456 apache mem REG 253,0 12704 767744 /usr/lib/httpd/modules/mod_deflate.so
httpd 23456 apache mem REG 253,0 5820 767745 /usr/lib/httpd/modules/mod_dir.so
httpd 23456 apache mem REG 253,0 27191 801590 /lib/libcrypt-2.3.4.so
httpd 23456 apache mem REG 253,0 940992 801587 /lib/libcrypto.so.0.9.7a
httpd 23456 apache mem REG 253,0 8576 767774 /usr/lib/httpd/modules/mod_usertrack.so
httpd 23456 apache mem REG 253,0 80316 767742 /usr/lib/httpd/modules/mod_dav.so
httpd 23456 apache mem REG 253,0 5824 767730 /usr/lib/httpd/modules/mod_actions.so
httpd 23456 apache mem REG 253,0 123496 659643 /usr/lib/libexpat.so.0.5.0
httpd 23456 apache mem REG 253,0 28640 767738 /usr/lib/httpd/modules/mod_autoindex.so
httpd 23456 apache mem REG 253,0 6496 767773 /usr/lib/httpd/modules/mod_userdir.so
httpd 23456 apache mem REG 253,0 4764 767771 /usr/lib/httpd/modules/mod_suexec.so
httpd 23456 apache mem REG 253,0 106397 801579 /lib/ld-2.3.4.so
httpd 23456 apache mem REG 253,0 136016 660093 /usr/lib/libk5crypto.so.3.0
httpd 23456 apache mem REG 253,0 39324 767743 /usr/lib/httpd/modules/mod_dav_fs.so
httpd 23456 apache mem REG 253,0 32540 767763 /usr/lib/httpd/modules/mod_proxy.so
httpd 23456 apache mem REG 253,0 8092 767750 /usr/lib/httpd/modules/mod_file_cache.so
httpd 23456 apache mem REG 253,0 20188 767741 /usr/lib/httpd/modules/mod_cgi.so
httpd 23456 apache mem REG 253,0 14542 801591 /lib/libutil-2.3.4.so
httpd 23456 apache mem REG 253,0 4216 659812 /usr/lib/libpspell.so.15.0.3
httpd 23456 apache mem REG 253,0 31184 801589 /lib/libgcc_s-3.4.5-20051201.so.1
httpd 23456 apache mem REG 253,0 14508 661007 /usr/lib/libdistcache.so.1.0.1
httpd 23456 apache mem REG 253,0 19008 767759 /usr/lib/httpd/modules/mod_mem_cache.so
httpd 23456 apache mem REG 253,0 95148 799682 /lib/libnsl-2.3.4.so
httpd 23456 apache mem REG 253,0 26624 661005 /usr/lib/libnal.so.1.0.1
httpd 23456 apache mem REG 253,0 202976 661739 /usr/lib/libldap-2.2.so.7.0.6
httpd 23456 apache mem REG 253,0 45889 799730 /lib/libnss_files-2.3.4.so
httpd 23456 apache mem REG 253,0 659061 685637 /usr/lib/sse2/libgmp.so.3.3.3
httpd 23456 apache mem REG 253,0 11612 767752 /usr/lib/httpd/modules/mod_imap.so
httpd 23456 apache mem REG 253,0 192768 659439 /usr/lib/libcurl.so.3.0.0
httpd 23456 apache mem REG 253,0 39452 768219 /usr/lib/php4/ldap.so
httpd 23456 apache mem REG 253,0 20844 767737 /usr/lib/httpd/modules/mod_auth_ldap.so
httpd 23456 apache mem REG 253,0 193700 657007 /usr/lib/libidn.so.11.4.6
httpd 23456 apache mem REG 253,0 154476 769402 /usr/lib/httpd/modules/mod_ssl.so
httpd 23456 apache mem REG 253,0 213600 801588 /lib/libssl.so.0.9.7a
httpd 23456 apache mem REG 253,0 53920 767767 /usr/lib/httpd/modules/mod_rewrite.so
httpd 23456 apache mem REG 253,0 1454546 801580 /lib/tls/libc-2.3.4.so
httpd 23456 apache mem REG 253,0 9180 767769 /usr/lib/httpd/modules/mod_speling.so
httpd 23456 apache mem REG 253,0 7664 767764 /usr/lib/httpd/modules/mod_proxy_connect.so
httpd 23456 apache mem REG 253,0 6528 767740 /usr/lib/httpd/modules/mod_cern_meta.so
httpd 23456 apache mem REG 253,0 5248 767734 /usr/lib/httpd/modules/mod_auth_anon.so
httpd 23456 apache mem REG 253,0 13120 767746 /usr/lib/httpd/modules/mod_disk_cache.so
httpd 23456 apache mem REG 253,0 26748 767736 /usr/lib/httpd/modules/mod_auth_digest.so
httpd 23456 apache mem REG 253,0 6976 767735 /usr/lib/httpd/modules/mod_auth_dbm.so
httpd 23456 apache mem REG 253,0 10656 767751 /usr/lib/httpd/modules/mod_headers.so
httpd 23456 apache mem REG 253,0 35432 767755 /usr/lib/httpd/modules/mod_ldap.so
httpd 23456 apache mem REG 253,0 47671 801592 /lib/tls/librt-2.3.4.so
httpd 23456 apache mem REG 253,0 9308 767731 /usr/lib/httpd/modules/mod_alias.so
httpd 23456 apache mem REG 253,0 138260 660907 /usr/lib/libapr-0.so.0.9.4
httpd 23456 apache mem REG 253,0 7556 767775 /usr/lib/httpd/modules/mod_vhost_alias.so
httpd 23456 apache mem REG 253,0 63640 799779 /lib/libpcre.so.0.0.1
httpd 23456 apache mem REG 253,0 7708 767733 /usr/lib/httpd/modules/mod_auth.so
httpd 23456 apache mem REG 253,0 22580 767739 /usr/lib/httpd/modules/mod_cache.so
httpd 23456 apache mem REG 253,0 19468 767766 /usr/lib/httpd/modules/mod_proxy_http.so
httpd 23456 apache mem REG 253,0 19632 767761 /usr/lib/httpd/modules/mod_mime_magic.so
httpd 23456 apache mem REG 253,0 26532 767762 /usr/lib/httpd/modules/mod_negotiation.so
httpd 23456 apache mem REG 253,0 48548 661504 /usr/lib/liblber-2.2.so.7.0.6
httpd 23456 apache mem REG 253,0 15324 801583 /lib/libdl-2.3.4.so
httpd 23456 apache mem REG 253,0 188876 767777 /usr/lib/httpd/modules/mod_perl.so
httpd 23456 apache mem REG 253,0 12172 767754 /usr/lib/httpd/modules/mod_info.so
httpd 23456 apache mem REG 253,0 18432 767756 /usr/lib/httpd/modules/mod_log_config.so
httpd 23456 apache mem REG 253,0 30540 767765 /usr/lib/httpd/modules/mod_proxy_ftp.so
httpd 23456 apache mem REG 253,0 71724 656110 /usr/lib/libbz2.so.1.0.2
httpd 23456 apache mem REG 253,0 93985 799775 /lib/tls/libpthread-2.3.4.so
httpd 23456 apache mem REG 253,0 8608 767768 /usr/lib/httpd/modules/mod_setenvif.so
httpd 23456 apache mem REG 253,0 17172 767770 /usr/lib/httpd/modules/mod_status.so
httpd 23456 apache mem REG 253,0 13308 767760 /usr/lib/httpd/modules/mod_mime.so
httpd 23456 apache mem REG 253,0 81236 661079 /usr/lib/libaprutil-0.so.0.9.4
httpd 23456 apache mem REG 253,0 5032 767732 /usr/lib/httpd/modules/mod_asis.so
httpd 23456 apache mem REG 253,0 8620 656994 /usr/lib/libpcreposix.so.0.0.0
httpd 23456 apache mem REG 253,0 7004 801586 /lib/libcom_err.so.2.1
httpd 23456 apache mem REG 253,0 35936 767753 /usr/lib/httpd/modules/mod_include.so
httpd 23456 apache mem REG 253,0 1261628 770573 /usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE/libperl.so
httpd 23456 apache mem REG 253,0 627720 660788 /usr/lib/libaspell.so.15.0.3
httpd 23456 apache mem REG 253,0 807680 656155 /usr/lib/libstdc++.so.6.0.3
httpd 23456 apache mem REG 253,0 1544468 768197 /usr/lib/httpd/modules/libphp4.so
httpd 23456 apache mem REG 253,0 980140 768164 /usr/lib/httpd/modules/mod_python.so
httpd 23456 apache DEL REG 0,6 21547 /dev/zero
httpd 23456 apache DEL REG 0,6 21545 /dev/zero
httpd 23456 apache mem REG 253,0 21544 685652 /usr/lib/gconv/gconv-modules.cache
httpd 23456 apache DEL REG 0,6 21544 /dev/zero
httpd 23456 apache mem REG 253,0 48520672 656108 /usr/lib/locale/locale-archive
httpd 23456 apache 0r CHR 1,3 1627 /dev/null
httpd 23456 apache 1w CHR 1,3 1627 /dev/null
httpd 23456 apache 2w REG 253,0 588 833525 /var/log/httpd/error_log
httpd 23456 apache 3u IPv6 21524 TCP *:http (LISTEN)
httpd 23456 apache 4u IPv6 21526 TCP *:https (LISTEN)
httpd 23456 apache 5r FIFO 0,7 21543 pipe
httpd 23456 apache 6w FIFO 0,7 21543 pipe
httpd 23456 apache 7w REG 253,0 588 833525 /var/log/httpd/error_log
httpd 23456 apache 8w REG 253,0 0 833526 /var/log/httpd/ssl_error_log
httpd 23456 apache 9w REG 253,0 0 833527 /var/log/httpd/access_log
httpd 23456 apache 10w REG 253,0 0 833528 /var/log/httpd/ssl_access_log
httpd 23456 apache 11w REG 253,0 0 833529 /var/log/httpd/ssl_request_log
httpd 23457 apache cwd DIR 253,0 4096 2 /
httpd 23457 apache rtd DIR 253,0 4096 2 /
httpd 23457 apache txt REG 253,0 259456 661086 /usr/sbin/httpd
httpd 23457 apache mem REG 253,0 845624 799781 /lib/tls/i686/libdb-4.2.so
httpd 23457 apache mem REG 253,0 178019 801584 /lib/tls/libm-2.3.4.so
httpd 23457 apache mem REG 253,0 79488 801585 /lib/libresolv-2.3.4.so
httpd 23457 apache mem REG 253,0 82320 661738 /usr/lib/libsasl2.so.2.0.19
httpd 23457 apache mem REG 253,0 63624 659423 /usr/lib/libz.so.1.2.1.2
httpd 23457 apache mem REG 253,0 6460 767729 /usr/lib/httpd/modules/mod_access.so
httpd 23457 apache mem REG 253,0 5084 767747 /usr/lib/httpd/modules/mod_env.so
httpd 23457 apache mem REG 253,0 82944 661730 /usr/lib/libgssapi_krb5.so.2.2
httpd 23457 apache mem REG 253,0 415188 661729 /usr/lib/libkrb5.so.3.2
httpd 23457 apache mem REG 253,0 8568 767748 /usr/lib/httpd/modules/mod_expires.so
httpd 23457 apache mem REG 253,0 12704 767744 /usr/lib/httpd/modules/mod_deflate.so
httpd 23457 apache mem REG 253,0 5820 767745 /usr/lib/httpd/modules/mod_dir.so
httpd 23457 apache mem REG 253,0 27191 801590 /lib/libcrypt-2.3.4.so
httpd 23457 apache mem REG 253,0 940992 801587 /lib/libcrypto.so.0.9.7a
httpd 23457 apache mem REG 253,0 8576 767774 /usr/lib/httpd/modules/mod_usertrack.so
httpd 23457 apache mem REG 253,0 80316 767742 /usr/lib/httpd/modules/mod_dav.so
httpd 23457 apache mem REG 253,0 5824 767730 /usr/lib/httpd/modules/mod_actions.so
httpd 23457 apache mem REG 253,0 123496 659643 /usr/lib/libexpat.so.0.5.0
httpd 23457 apache mem REG 253,0 28640 767738 /usr/lib/httpd/modules/mod_autoindex.so
httpd 23457 apache mem REG 253,0 6496 767773 /usr/lib/httpd/modules/mod_userdir.so
httpd 23457 apache mem REG 253,0 4764 767771 /usr/lib/httpd/modules/mod_suexec.so
httpd 23457 apache mem REG 253,0 106397 801579 /lib/ld-2.3.4.so
httpd 23457 apache mem REG 253,0 136016 660093 /usr/lib/libk5crypto.so.3.0
httpd 23457 apache mem REG 253,0 39324 767743 /usr/lib/httpd/modules/mod_dav_fs.so
httpd 23457 apache mem REG 253,0 32540 767763 /usr/lib/httpd/modules/mod_proxy.so
httpd 23457 apache mem REG 253,0 8092 767750 /usr/lib/httpd/modules/mod_file_cache.so
httpd 23457 apache mem REG 253,0 20188 767741 /usr/lib/httpd/modules/mod_cgi.so
httpd 23457 apache mem REG 253,0 14542 801591 /lib/libutil-2.3.4.so
httpd 23457 apache mem REG 253,0 4216 659812 /usr/lib/libpspell.so.15.0.3
httpd 23457 apache mem REG 253,0 31184 801589 /lib/libgcc_s-3.4.5-20051201.so.1
httpd 23457 apache mem REG 253,0 14508 661007 /usr/lib/libdistcache.so.1.0.1
httpd 23457 apache mem REG 253,0 19008 767759 /usr/lib/httpd/modules/mod_mem_cache.so
httpd 23457 apache mem REG 253,0 95148 799682 /lib/libnsl-2.3.4.so
httpd 23457 apache mem REG 253,0 26624 661005 /usr/lib/libnal.so.1.0.1
httpd 23457 apache mem REG 253,0 202976 661739 /usr/lib/libldap-2.2.so.7.0.6
httpd 23457 apache mem REG 253,0 45889 799730 /lib/libnss_files-2.3.4.so
httpd 23457 apache mem REG 253,0 659061 685637 /usr/lib/sse2/libgmp.so.3.3.3
httpd 23457 apache mem REG 253,0 11612 767752 /usr/lib/httpd/modules/mod_imap.so
httpd 23457 apache mem REG 253,0 192768 659439 /usr/lib/libcurl.so.3.0.0
httpd 23457 apache mem REG 253,0 39452 768219 /usr/lib/php4/ldap.so
httpd 23457 apache mem REG 253,0 20844 767737 /usr/lib/httpd/modules/mod_auth_ldap.so
httpd 23457 apache mem REG 253,0 193700 657007 /usr/lib/libidn.so.11.4.6
httpd 23457 apache mem REG 253,0 154476 769402 /usr/lib/httpd/modules/mod_ssl.so
httpd 23457 apache mem REG 253,0 213600 801588 /lib/libssl.so.0.9.7a
httpd 23457 apache mem REG 253,0 53920 767767 /usr/lib/httpd/modules/mod_rewrite.so
httpd 23457 apache mem REG 253,0 1454546 801580 /lib/tls/libc-2.3.4.so
httpd 23457 apache mem REG 253,0 9180 767769 /usr/lib/httpd/modules/mod_speling.so
httpd 23457 apache mem REG 253,0 7664 767764 /usr/lib/httpd/modules/mod_proxy_connect.so
httpd 23457 apache mem REG 253,0 6528 767740 /usr/lib/httpd/modules/mod_cern_meta.so
httpd 23457 apache mem REG 253,0 5248 767734 /usr/lib/httpd/modules/mod_auth_anon.so
httpd 23457 apache mem REG 253,0 13120 767746 /usr/lib/httpd/modules/mod_disk_cache.so
httpd 23457 apache mem REG 253,0 26748 767736 /usr/lib/httpd/modules/mod_auth_digest.so
httpd 23457 apache mem REG 253,0 6976 767735 /usr/lib/httpd/modules/mod_auth_dbm.so
httpd 23457 apache mem REG 253,0 10656 767751 /usr/lib/httpd/modules/mod_headers.so
httpd 23457 apache mem REG 253,0 35432 767755 /usr/lib/httpd/modules/mod_ldap.so
httpd 23457 apache mem REG 253,0 47671 801592 /lib/tls/librt-2.3.4.so
httpd 23457 apache mem REG 253,0 9308 767731 /usr/lib/httpd/modules/mod_alias.so
httpd 23457 apache mem REG 253,0 138260 660907 /usr/lib/libapr-0.so.0.9.4
httpd 23457 apache mem REG 253,0 7556 767775 /usr/lib/httpd/modules/mod_vhost_alias.so
httpd 23457 apache mem REG 253,0 63640 799779 /lib/libpcre.so.0.0.1
httpd 23457 apache mem REG 253,0 7708 767733 /usr/lib/httpd/modules/mod_auth.so
httpd 23457 apache mem REG 253,0 22580 767739 /usr/lib/httpd/modules/mod_cache.so
httpd 23457 apache mem REG 253,0 19468 767766 /usr/lib/httpd/modules/mod_proxy_http.so
httpd 23457 apache mem REG 253,0 19632 767761 /usr/lib/httpd/modules/mod_mime_magic.so
httpd 23457 apache mem REG 253,0 26532 767762 /usr/lib/httpd/modules/mod_negotiation.so
httpd 23457 apache mem REG 253,0 48548 661504 /usr/lib/liblber-2.2.so.7.0.6
httpd 23457 apache mem REG 253,0 15324 801583 /lib/libdl-2.3.4.so
httpd 23457 apache mem REG 253,0 188876 767777 /usr/lib/httpd/modules/mod_perl.so
httpd 23457 apache mem REG 253,0 12172 767754 /usr/lib/httpd/modules/mod_info.so
httpd 23457 apache mem REG 253,0 18432 767756 /usr/lib/httpd/modules/mod_log_config.so
httpd 23457 apache mem REG 253,0 30540 767765 /usr/lib/httpd/modules/mod_proxy_ftp.so
httpd 23457 apache mem REG 253,0 71724 656110 /usr/lib/libbz2.so.1.0.2
httpd 23457 apache mem REG 253,0 93985 799775 /lib/tls/libpthread-2.3.4.so
httpd 23457 apache mem REG 253,0 8608 767768 /usr/lib/httpd/modules/mod_setenvif.so
httpd 23457 apache mem REG 253,0 17172 767770 /usr/lib/httpd/modules/mod_status.so
httpd 23457 apache mem REG 253,0 13308 767760 /usr/lib/httpd/modules/mod_mime.so
httpd 23457 apache mem REG 253,0 81236 661079 /usr/lib/libaprutil-0.so.0.9.4
httpd 23457 apache mem REG 253,0 5032 767732 /usr/lib/httpd/modules/mod_asis.so
httpd 23457 apache mem REG 253,0 8620 656994 /usr/lib/libpcreposix.so.0.0.0
httpd 23457 apache mem REG 253,0 7004 801586 /lib/libcom_err.so.2.1
httpd 23457 apache mem REG 253,0 35936 767753 /usr/lib/httpd/modules/mod_include.so
httpd 23457 apache mem REG 253,0 1261628 770573 /usr/lib/perl5/5.8.5/i386-linux-thread-multi/CORE/libperl.so
httpd 23457 apache mem REG 253,0 627720 660788 /usr/lib/libaspell.so.15.0.3
httpd 23457 apache mem REG 253,0 807680 656155 /usr/lib/libstdc++.so.6.0.3
httpd 23457 apache mem REG 253,0 1544468 768197 /usr/lib/httpd/modules/libphp4.so
httpd 23457 apache mem REG 253,0 980140 768164 /usr/lib/httpd/modules/mod_python.so
httpd 23457 apache DEL REG 0,6 21547 /dev/zero
httpd 23457 apache DEL REG 0,6 21545 /dev/zero
httpd 23457 apache mem REG 253,0 21544 685652 /usr/lib/gconv/gconv-modules.cache
httpd 23457 apache DEL REG 0,6 21544 /dev/zero
httpd 23457 apache mem REG 253,0 48520672 656108 /usr/lib/locale/locale-archive
httpd 23457 apache 0r CHR 1,3 1627 /dev/null
httpd 23457 apache 1w CHR 1,3 1627 /dev/null
httpd 23457 apache 2w REG 253,0 588 833525 /var/log/httpd/error_log
httpd 23457 apache 3u IPv6 21524 TCP *:http (LISTEN)
httpd 23457 apache 4u IPv6 21526 TCP *:https (LISTEN)
httpd 23457 apache 5r FIFO 0,7 21543 pipe
httpd 23457 apache 6w FIFO 0,7 21543 pipe
httpd 23457 apache 7w REG 253,0 588 833525 /var/log/httpd/error_log
httpd 23457 apache 8w REG 253,0 0 833526 /var/log/httpd/ssl_error_log
httpd 23457 apache 9w REG 253,0 0 833527 /var/log/httpd/access_log
httpd 23457 apache 10w REG 253,0 0 833528 /var/log/httpd/ssl_access_log
httpd 23457 apache 11w REG 253,0 0 833529 /var/log/httpd/ssl_request_log
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Oh yea, sorry about not telling you to filter that some more. But what you're looking for is in there:

httpd 23455 apache 3u IPv6 21524 TCP *:http (LISTEN)
httpd 23455 apache 4u IPv6 21526 TCP *:https (LISTEN)

so it is listening on all interfaces on 80 and 443.
 

sciencewhiz

Diamond Member
Jun 30, 2000
5,885
8
81
By default, Centos has firewall rules to block everything (except what was enabled at installation). Go to "system->administration->security level and firewall" to open more ports in the firewall.
 

downhiller80

Platinum Member
Apr 13, 2000
2,353
0
0
OK, I presume that's GUI instructions you're talking about - I don't even know if it has one installed, if it does how do I launch it? Is there a simple way to adjust firewall stuff from the shell (I know it can be done, you can do ANYTHING I'm sure...) :)
 

downhiller80

Platinum Member
Apr 13, 2000
2,353
0
0
Worked a treat sciencewhiz, thanks a lot for your help, and I apologise in advance for any other dumb questions I come up with :-D