Running http


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Running http
# 1  
Old 09-17-2002
Running http

Pls Help...

I have two machines both running 2.6. Http is running on one but not the other, how do I go about installing it. I've searched and think there may be a package I need to install SUNWhttp ???. Is this correct, if so where do I find it? (I've tried SunSolve).I have to get TotalNet Advance server working in the next week or so...
Thanks in advance for any help.

Thanks Jonathan.
# 2  
Old 09-17-2002
http daemon runs is a web daemon

To have your other server running http daemon, therefore running as a web server you need to
install apache.

you could download the latest version of apache
from www.apache.org

or get the binary version from

http://www.sunfreeware.com/programli...c8.html#apache
# 3  
Old 09-17-2002
.SUNWhttp was part of Sun Webserver which is no longer available and also never supported Solaris 2.6 (it was a Solaris 7 product).

Any product from SUN will cost $$$ AND you would have to upgrade your OS version.

Apache is probably what you have running on your 2.6 server. Check your /etc/rc2.d or /etc/rc3.d directories or /etc/init.d/ directory for apachectl.
# 4  
Old 09-18-2002
Many Thanks people....

Jonathan.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

awk script to find time difference between HTTP PUT and HTTP DELETE requests in access.log

Hi, I'm trying to write a script to determine the time gap between HTTP PUT and HTTP DELETE requests in the HTTP Servers access log. Normally client will do HTTP PUT to push content e.g. file_1.txt and 21 seconds later it will do HTTP DELETE, but sometimes the time varies causing some issues... (3 Replies)
Discussion started by: Juha
3 Replies

2. Web Development

HTTP Headers Reference: HTTP Status-Codes

Hypertext Transfer Protocol -- HTTP/1.1 for Reference - HTTP Headers 10 Status Code Definitions Each Status-Code is described below, including a description of which method(s) it can follow and any metainformation required in the response. (1 Reply)
Discussion started by: Neo
1 Replies

3. Shell Programming and Scripting

sending http url through http socket programming..

hi am senthil am developing a software to send and receive SMS using HTTP connection first of all am forming a URL and sending that URL to a remote server using my Client Program i send that url through Socket(using Send() Function) if i send more than one URL one by one using the same... (4 Replies)
Discussion started by: senkerth
4 Replies

4. Programming

sending http url through http socket programming..

hi am senthil am developing a software to send and receive SMS using HTTP connection first of all am forming a URL and sending that URL to a remote server using my Client Program i send that url through Socket(using Send() Function) if i send more than one URL one by one using the same... (0 Replies)
Discussion started by: senkerth
0 Replies

5. UNIX for Advanced & Expert Users

libevent http 1.4

HI , guys . I'm programming in c . I want to know how to use libevent l.4 ,especially the use of http . can anybody give me a tutorial or URL? I just find this one , but it's about 2.0 Fast portable non-blocking network programming with Libevent you help will be very appreciated... (0 Replies)
Discussion started by: aobai
0 Replies

6. Linux

Dynamic HTTP

hi guys, please i would like to know how to cache dynamic websites, on squid 3.1 thanks (1 Reply)
Discussion started by: zazoo
1 Replies

7. Shell Programming and Scripting

Running Total Running Wild

Hi. A shell scripting newbie here. I am trying to write a script that will create a running total of Sales, and increment a counter for each Sales entry, but when I executed the program it never stopped. counter=0 Sales=0 echo "enter sales price" read sales while do let counter=counter+1... (6 Replies)
Discussion started by: Ccccc
6 Replies

8. Solaris

Running from Shell Vs running from RC script

Hi, i have a script which need to do behave differently when run as a startup process from init.d/ rc2.d script and when run manually from shell. How do i distinguish whether my script is run by init process or by shell?? Will the command /proc/$$/psinfo | grep "myscript" work well???... (2 Replies)
Discussion started by: vickylife
2 Replies

9. UNIX for Advanced & Expert Users

How to prevent job1 from running while job2 is running..

Hi, Please I need your expert advise on how to prevent/lock from execution job1 while job2 is still running in Unix... THanks:) (3 Replies)
Discussion started by: tikang
3 Replies

10. UNIX for Advanced & Expert Users

http

how to downloaad a web page using http server (0 Replies)
Discussion started by: krishnavel
0 Replies
Login or Register to Ask a Question