[x] Welcome to LinuxSolved.com Linux help forums, here we are a community of Linux users helping each other. It is helpful to both ie. new linux users as well experienced one. We always have our experts to help you and ofcourse members help each other, so you can ask for help any time by Registering.: Click to Register

Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Linux Forums - Linux Help,Advice & support community:LinuxSolved.com  |  Forum  |  Linux Software  |  Linux Installation Support  |  Topic: RHEL4 Apache
The LinuxSolved.com GNU/Linux User Communit - Forum
Welcome to LinuxCommunity You have just arrived to a friendly linux community which is helping Linux Users from Years.. You can be its part if you have not already joined it. Registration is FREE and is gateway to unlimited help and support to all your linux related needs. If you are an GNU/Linux supporter then you have come to the right place.
Pages: [1]
  Print  
Author Topic: RHEL4 Apache  (Read 852 times)
0 Members and 1 Guest are viewing this topic.
raid2005
Linux Noob !
*
Offline Offline

Posts: 8


View Profile
« on: August 30, 2006, 06: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?
Logged
Ricky
LST CareTaker
Specially Skilled
*****
Offline Offline

Gender: Male
Posts: 2205


View Profile
« Reply #1 on: August 30, 2006, 10:48:54 AM »

try
rpm -q apache
Logged
raid2005
Linux Noob !
*
Offline Offline

Posts: 8


View Profile
« Reply #2 on: August 30, 2006, 10:39:26 PM »

it is not installed, but it seems the httpd is running, is that a client side?
Logged
Ricky
LST CareTaker
Specially Skilled
*****
Offline Offline

Gender: Male
Posts: 2205


View Profile
« Reply #3 on: September 01, 2006, 04:38:54 AM »

What do you mean by client side ?
If httpd is running then its installed.

service --list

Tell us what that shows.
Logged
raid2005
Linux Noob !
*
Offline Offline

Posts: 8


View Profile
« Reply #4 on: September 04, 2006, 10:41:37 PM »

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
Logged
Ricky
LST CareTaker
Specially Skilled
*****
Offline Offline

Gender: Male
Posts: 2205


View Profile
« Reply #5 on: September 05, 2006, 01: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.
Logged
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
   

 Logged
Pages: [1]
  Print  
 
Jump to:  

Related Topics
Subject Started by Replies Views Last post
Apache server how to help me Linux Servers Support segun1ng 1 1106 Last post February 20, 2004, 11:01:29 AM
by dragoncity99
Apache & PHP Linux Servers Support creator 3 1151 Last post May 05, 2005, 04:51:03 AM
by gauravbajaj
apache + asp General Networking Support in Linux muthu 1 686 Last post September 17, 2005, 02:16:48 PM
by Ricky
Error 403 with Apache Linux Installation Support sothy 5 787 Last post November 09, 2005, 05:25:02 AM
by sothy
bridging in RHEL4 General Networking Support in Linux klakshman03 3 455 Last post January 16, 2007, 01:24:49 PM
by gauravbajaj
Welcome, Guest. Please login or register.
Did you miss your activation email?
November 22, 2008, 07:28:18 PM

Login with username, password and session length
Navigation
Recent Discussions
[Today at 02:29:08 PM]

[November 20, 2008, 11:30:52 PM]

[November 19, 2008, 07:52:41 PM]

[November 19, 2008, 07:52:36 PM]

[November 17, 2008, 10:42:59 AM]

[November 16, 2008, 12:49:47 AM]

[November 16, 2008, 12:48:58 AM]

[November 15, 2008, 08:29:02 AM]

[November 15, 2008, 08:24:41 AM]

[November 14, 2008, 05:11:50 AM]
Members
Total Members: 6229
Latest: razon_nnn
Stats
Total Posts: 8270
Total Topics: 2254
Online Today: 14
Online Ever: 111
(June 28, 2007, 06:47:29 AM)
Users Online
Users: 0
Guests: 10
Total: 10
Privacy Policy| Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks
Theme & TinyPortal v0.9.8 © Bloc