tryin to enable httpd services


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers tryin to enable httpd services
# 1  
Old 02-26-2010
tryin to enable httpd services

People i have a sun cobalt (Unix)

I'm trying to get up the httpd services, when a i do a httpd tells me
that is hyperteft for apache.
I copy a ps -ef before this problem
Code:
httpd    30042   465  0 11:31 ?        00:00:00 /usr/sbin/httpd -f /etc/httpd/co
httpd    31385   465  0 12:05 ?        00:00:00 /usr/sbin/httpd -f /etc/httpd/co

when i use the httpd -v for see the version show me this
Code:
Server version: Apache/1.3.29 Sun Cobalt (Unix)
Server built:   Apr  2 2004 03:42:49

Anybody know how to start this services

Last edited by Yogesh Sawant; 02-26-2010 at 12:51 PM.. Reason: added code tags
# 2  
Old 03-03-2010
You may try looking in /etc/rc2.d or /etc/rc3.d for start up scripts (which start with a capital S) - if you do a ls -l on the startup scripts, they may actually be links to /etc/init.d - not sure if this is correct for the OS you have (which I noted from your other thread is Cobalt Linux )

Look for one that using the following (after changing directory to /etc/rcX.d): ls -l S*apache*
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Red Hat

Cannot see disks while tryin to install CentOS 7

Cannot see disks while tryin to install CentOS 7 at IBM X3550 M3 It shows that no disk present insystem, though 2 disks inserted (using RAID controller). is ther e anything should be done so CentOS become to see disks? (6 Replies)
Discussion started by: nypreH
6 Replies

2. Web Development

Httpd not starting

I compiled apache 2.2.15 from source and installed it. When I try to start it, its not coming up. # ./httpd -k start # echo $? 1 # ps -ef | grep httpd | grep -v grep # # ./httpd -v Server version: Apache/2.2.15 (Unix) Server built: Dec 13 2013 04:31:41When I run it in gdb I am... (4 Replies)
Discussion started by: chacko193
4 Replies

3. Shell Programming and Scripting

Script to Start services based on dependent services on other AIX machine

Hi, I just started working on a script. After my research, i found a command which can help me: AIM: To build a script which starts the services (Services 1) on server 1 automatically whenever its down. And it has a dependency on other service (Service 2) on Server 2. So my script has to... (4 Replies)
Discussion started by: draghun9
4 Replies

4. Red Hat

Restart of services if port no is changed in /etc/services in RHEL

I had a doubt if any services need to be restarted if port no in /etc/services in an RHEL setup is changed. For eg, the port no of 443 for SSL may need to be changed. I hope my query is clear whether any services need to be restarted if port no in /etc/services is changed. Please revert with... (10 Replies)
Discussion started by: RHCE
10 Replies

5. Red Hat

HTTPD and telnet

Hi there I have installed httpd and telnet-server on RHEL5 standalone machine. Normally when i install these services they work once i edit /etc/xinetd.d/telnet disable = no start httpd and xinetd services .. #chkconfig --level 345 httpd on #chkconfig --level 345 xinetd on ... (4 Replies)
Discussion started by: dplinux
4 Replies

6. Solaris

Re:How to enable samba services on solaries8 machine

Hi all, can any one guide me to configure samba services on solaries8 machine and how to use at the client side (i,e) how the client can retrive the data using samba services. Thanks venky (2 Replies)
Discussion started by: venky_vemuri
2 Replies

7. Solaris

Solaris 8 how do I enable and disable services? (equivalent of chkconfig on Linux)

I've successfully installed syslog-ng and chkconfig using the packages from the OpenCSW project, these packages install under /opt/csw. I now need to disable the default syslog daemon and enable the new service created by the OpenCSW package (/etc/init.d/cswsyslog_ng). Is there any good way to... (3 Replies)
Discussion started by: aussieos
3 Replies

8. UNIX for Advanced & Expert Users

Disable/Enable HP print services SCO OS 5

We're running SCO Open Server 5. On occassion we need to disable/enable HP print services. There's nothing that I have found in the HP printer manager that allows for this. I know we can stop/start print services via SCOADMIN. On occassion one of our HP printers will generate an error, the msg in... (4 Replies)
Discussion started by: sighbrrguy
4 Replies
Login or Register to Ask a Question