starting Apache on Solaris 8


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers starting Apache on Solaris 8
# 1  
Old 07-19-2001
Error starting Apache on Solaris 8

I am not by any means a UNIX guru if you can't already tell by the question I'm about to ask.
How do I launch Apache web server on my SOlaris 8 server without rebooting it?

Any help would be much appreciated!!!

-Thanks
# 2  
Old 07-19-2001
let me add...

I just want to know if there is some sort of command I could use to launch the http daemon...instead of having to reboot the server to get it started.Smilie

Last edited by jskillet; 07-19-2001 at 05:52 PM..
# 3  
Old 07-20-2001
In linux to start the http demon you type:
httpd start
I'm assuming it would be the same on solaris? but I haven't run apache on Solaris yet.
# 4  
Old 07-20-2001
There's probably a shell script in /etc/init.d called apache. Simply type:
/etc/init.d/apache start

this must solve your problem.

HTT
# 5  
Old 07-20-2001
One add to complete the thing,

if there is no startup-skript in the /etc/init.d you can look into the
installation-bin-dir of apache ( e.g. /opt/apache/bin or /usr/local/apache/bin )
and there should be a "apachectl"-programm.

./apachectl start
./apachectl stop
./apachectl restart

# 6  
Old 07-20-2001
check your apache install dir...eg /usr/local/apache

cd /usr/local/apache/bin

apachectl start

apachectl stop

starts and stops it...hope this answers it...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Error when starting apache

Due to an activity scheduled on the server, I had stop the apache process and then restart when the activity completed. The activity started at 9am and ended around 9 pm. To list the apache processes that were running on the server before I stopped it, I used ps -ef | grep apache, and these were... (11 Replies)
Discussion started by: anaigini45
11 Replies

2. Red Hat

Error while starting Apache after compiling PHP and Curl

Hello, I am facing an issue while starting the apache server after compiling php and curl. Below are the versions i am using. php-5.2.17 httpd-2.2.17 curl-7.16.0 CentOS5.5x64 Compiling above packages without curl working very fine but when trying to compile php with curl below error is... (1 Reply)
Discussion started by: sunnysthakur
1 Replies

3. Solaris

Starting X on Solaris 11?

Hi friends, Hope everyone is fine and doing well. I have just installed Solaris 11, and everytime I boot my machine, I face the command prompt. Could you please tell me how I can setup the graphical environment, like gnome kde etc.??? Thanks in advance! (5 Replies)
Discussion started by: gabam
5 Replies

4. UNIX for Advanced & Expert Users

Starting an Apache Server

Sir, I have installed an Apache server in Fedora 9 (packages) and when i go to etc folder and try the command httpd -k start it says command not found....can any one help me out!!! ---------- Post updated at 12:02 PM ---------- Previous update was at 11:46 AM ---------- When i... (4 Replies)
Discussion started by: bssandeshbs
4 Replies

5. Web Development

Problems starting Apache 2.0.54

Hi, I just installed Apache 2.0.54 and when I try and start httpd I get mohit@mohit-desktop:/sw/pkg/apache/bin$ ./httpd -k start httpd: Could not determine the server's fully qualified domain name, using 127.0.1.1 for ServerName (13): make_sock: could not bind to address :80 no listening... (1 Reply)
Discussion started by: mojoman
1 Replies

6. UNIX for Dummies Questions & Answers

Error about SSLProtocol when starting Apache

I just installed Apache 2.2.6 & when trying to start it i got this: Invalid command 'SSLProtocol', perhaps misspelled or defined by a module not included in the server configuration Any help? (3 Replies)
Discussion started by: moe2266
3 Replies

7. Solaris

Problems starting apache 1.3 with mysql

I've been working on a project to replace one of the my group's primary NIS servers. It also runs mysql and apache, as it is the host for the our team's hardware tracking database and website. Its running apache 1.3, and for some odd reason, I can't get apache to start on system boot. The... (1 Reply)
Discussion started by: godspunk32
1 Replies

8. Solaris

Just starting my Solaris 10 upgrade - Need Help

When I downloaded the Solaris 10 from Sun it gave me 4 zipped files with the extension iso. For an example - one file is sol-10-u1-ga-sparc-v4-iso the other three are the same except they are v3, v2 and v1 Am I supposed to unzip these files and still burn them as an ISO? Also why did... (11 Replies)
Discussion started by: PapaPark
11 Replies

9. Programming

starting with APR (Apache Portable Runtime)

Hi I am new to APR and I started programming using APR 1.2.2. So please guide me how to start learning it? (0 Replies)
Discussion started by: sumsin
0 Replies

10. UNIX for Dummies Questions & Answers

Starting Apache

I successfully installed Apache, but When I tried to start it I experienced problems. After installing and compiling, I typed the PREFIX "usr/local/ apache/bin/apachect1 start." The output was path not found. After checking the apachect1 file using vi, I found the file empty. There was no... (4 Replies)
Discussion started by: cstovall
4 Replies
Login or Register to Ask a Question