Not able to start apachectl


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Not able to start apachectl
# 1  
Old 06-03-2009
Not able to start apachectl

Hi

While trying to start apachectl in an IBM HTTP server installed in a Sol 10 box,i am facing the following error:

[!]root: ./apachectl start
./apachectl: /opt/IBMHTTPD/bin/httpd: cannot execute
./apachectl start: httpd could not be started
@ /opt/IBMHTTPD/bin

I checked the permissions of httpd file and found that it had execute rights.

May i know what i am missing/doing wrong?

Thanks
HG
# 2  
Old 06-03-2009
hi,

did you have an IBM server with Solaris 10 Container or
what did you mean?
Solaris includes an apache server, so you have to start
the apache inside the solaris container.

cu
lowbyte
# 3  
Old 06-03-2009
Lowbyte,

I had downloaded IBM HTTP server and installed it in my Solaris Box. I was not aware of an Inbuilt HTTP server in Solaris. How do i start it?

Thanks
HG
# 4  
Old 06-04-2009
Perhaps you have a look here:
https://www.sun.com/offers/details/s...xml?cid=926392

cu
lowbyte
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Splitting week start date and end date based on custom period start dates

Below are my custom period start and end dates based on a calender, these dates are placed in a file, for each period i need to split into three weeks for each period row, example is given below. Could you please help out to achieve solution through shell script.. File content: ... (2 Replies)
Discussion started by: nani2019
2 Replies

2. UNIX for Dummies Questions & Answers

How can I replace the lines that start with a star and replace it with numbers start from 1?

I need to replace the (*) in the fist of a list with numbers using sed for example > this file contain a list * linux * computers * labs * questions to >>>> this file contain a list 1. linux 2. computers 3. labs 4. questions (7 Replies)
Discussion started by: aalbazie
7 Replies

3. Red Hat

Cannot PREFIX/bin/apachectl -k start

I was trying to install apache using the following url Compiling and Installing - Apache HTTP Server when I try to start http it prompts me the following error oracle@localhost httpd-2.4.4]$ su -c '/usr/local/apache2/bin/apachectl -k start' Password: /usr/local/apache2/bin/httpd: ... (1 Reply)
Discussion started by: jediwannabe
1 Replies

4. Shell Programming and Scripting

Start program in background (or start crontab ahead of time)

Hey! I'm working on a script that will add a user, create some configfiles, and add a crontab for the user. The crontab looks like the following: @reboot /home/user/program config.conf & I would like for this process to start at the end of my script under the corresponding username by... (0 Replies)
Discussion started by: noratx
0 Replies

5. AIX

Q: how to start a service when system start

As topic, assume we have a service called "blahservice" and we can start it by: startsrc -s blahservice what is the best practice to run such command when system start? - directly use mkitab to add it into /etc/inittab or - drop startup scripts in /etc/rc.d/rcX.d I know they... (4 Replies)
Discussion started by: acerlinux
4 Replies

6. Web Development

apachectl status output

I get an error when I run the command apachectl status or apachectl fullstatus here's the error: Unfortunately, your browser is not supported by Sitebuilder. Please use Internet Explorer 5.5 or later, or Mozilla. Already tried to install lynx and enabled ExtendedStatus to On... (1 Reply)
Discussion started by: suspect
1 Replies

7. Linux

where to put an application if i want to start it on start up

hi i want to know the way by which i put any file somewhere and it get s started when the system restarts or bots i mean whenever my system starts that application must also start thanks (3 Replies)
Discussion started by: shukla_chanchal
3 Replies

8. IP Networking

apachectl status

hello- I'm trying to setup a webserver using apache 2.0.53. Can't seem to figure out why my local site isn't coming up. I've tried the following: ping -a localhost localhost (127.0.0.1) is alive httpd -S syntax ok apachectl configtest syntax ok netstat -an|grep :80|grep LISTEN... (4 Replies)
Discussion started by: ECBROWN
4 Replies

9. Shell Programming and Scripting

./rc.d/apache.sh apachectl startssl script

i made a cert with a passwd, and i'm curious if can i start apache with apachectl startssl with 1 line command. Or do i have to write a startscript that catches password promt and inserts passwd?really to tell i'm to bad in sh scripting,and i think someone of you done it already, may i have a... (3 Replies)
Discussion started by: hachik
3 Replies

10. UNIX for Dummies Questions & Answers

How do I start a program when I start my Computer?

I'm running MAC OS X and I'm wondering how I start 'nixey programs (not normal apps) on startup? Things like the dnet client and hxd Hotline Server. Anyone know? (1 Reply)
Discussion started by: l008com
1 Replies
Login or Register to Ask a Question