April 18, 2024, 03:11:52 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: RHEL4 Apache  (Read 5518 times)

Offline raid2005

  • Linux Noob !
  • *
  • Posts: 8
RHEL4 Apache
« on: August 30, 2006, 10:07:31 AM »
got a big headache on setting up the apache 1.3.37.tar.gz on RHEL 4, however, i'm just doubting if the default installation is already installed, is it on a client or server?

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
RHEL4 Apache
« Reply #1 on: August 30, 2006, 02:48:54 PM »
try
rpm -q apache

Offline raid2005

  • Linux Noob !
  • *
  • Posts: 8
RHEL4 Apache
« Reply #2 on: August 31, 2006, 02:39:26 AM »
it is not installed, but it seems the httpd is running, is that a client side?

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
RHEL4 Apache
« Reply #3 on: September 01, 2006, 08:38:54 AM »
What do you mean by client side ?
If httpd is running then its installed.

service --list

Tell us what that shows.

Offline raid2005

  • Linux Noob !
  • *
  • Posts: 8
RHEL4 Apache
« Reply #4 on: September 05, 2006, 02:41:37 AM »
service --status-all
acpid (pid 1934) is running...
amd is stopped
anacron (pid 2119) is running...
atd (pid 2128) is running...
Configured Mount Points:
------------------------

Active Mount Points:
--------------------
hcid is stopped
sdpd is stopped
hidd is stopped
cpuspeed is stopped
crond (pid 2057) is running...
cupsd (pid 1946) is running...
cups-config-daemon (pid 2160) is running...
dc_client is stopped
dc_server is stopped
Device not specified in /etc/sysconfig/diskdump
gpm (pid 2036) is running...
hald (pid 2171) is running...
httpd (pid 2082 2081 2080 2079 2078 2077 2076 2075 2047) is running...
Table: filter
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

Chain RH-Firewall-1-INPUT (2 references)
target     prot opt source               destination
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0           icmp type 255
ACCEPT     esp  --  0.0.0.0/0            0.0.0.0/0
ACCEPT     ah   --  0.0.0.0/0            0.0.0.0/0
ACCEPT     udp  --  0.0.0.0/0            224.0.0.251         udp dpt:5353
ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:631
ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTAB LISHED
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:8 0
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:4 43
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:2 1
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:2 2
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:2 5
ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:3 128
REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-ho st-prohibited

irattach is stopped
irqbalance is stopped
mdmpd is stopped
dbus-daemon-1 (pid 2851 2147) is running...
/etc/init.d/microcode_ctl: microcode device /dev/cpu/0/microcode doesn't exist?
rndc: connect failed: connection refused
Server address not specified in /etc/sysconfig/netdump
netplugd is stopped
Configured devices:
lo eth0
Currently active devices:
lo eth0
NetworkManager is stopped
rpc.mountd is stopped
nfsd is stopped
rpc.rquotad is stopped
rpc.statd (pid 1823) is running...
nscd is stopped
ntpd is stopped
portmap (pid 1803) is running...
Process accounting is disabled.
rpc.idmapd (pid 1856) is running...
rwhod is stopped
saslauthd is stopped
sendmail (pid 2025 2017) is running...
smartd dead but subsys locked
smbd is stopped
nmbd is stopped
snmpd is stopped
snmptrapd is stopped
spamd is stopped
squid (pid 2073 2071) is running...
squid: ERROR: No running copy
sshd (pid 1982) is running...
syslogd (pid 1778) is running...
klogd (pid 1782) is running...
tux is stopped
Xvnc is stopped
winbindd is stopped
xfs (pid 2109) is running...
xinetd (pid 1997) is running...
ypbind is stopped

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
RHEL4 Apache
« Reply #5 on: September 05, 2006, 05:23:30 AM »
Quote
httpd (pid 2082 2081 2080 2079 2078 2077 2076 2075 2047) is running...


Your httpd is intalled and is running and its basically apache server.