RE: web server
"Martinez, Michael - CSREES/ISTM" <[email protected]>
| Newsgroups | gmane.linux.redhat.release.seawolf |
|---|---|
| Message-ID | <E8E5E0D3B5C9D611B23500C00D00E9BC303617@CSREESSERVER> |
Give us the output of: "ps -ef | egrep http" Michael Martinez CSREES/ISTM/USDA (202) 720-6223 -----Original Message----- From: Petur Kirke [mailto:[email protected]] Sent: Friday, January 24, 2003 8:10 AM To: [email protected] Subject: Re: web server there is no output at all ! ----- Original Message ----- From: Martinez, Michael - <mailto:[email protected]> CSREES/ISTM To: '[email protected]' <mailto:'[email protected]'> Sent: Friday, January 24, 2003 2:09 PM Subject: RE: web server *Samba* web server? Anyone know what a "samba" web server is? Anyway, to answer your question: type the command "netstat -an | egrep ":80" " and give us the output. It will tell us whether your server is listening on a standard http port. Michael Martinez CSREES/ISTM/USDA -----Original Message----- From: Petur Kirke [mailto:[email protected]] Sent: Friday, January 24, 2003 2:04 AM To: [email protected] Subject: web server Hello I have installed linux (server) on my machine. I have also installed samba web-server. I have changed a line in my httpd.conf file to this: ServerName (The Machines IP address) And then I have stopped and started the http server again. I then open a browser (Internet explorer) on another machine on the same subnet (intranet), but I cant see my web site. I have tried this: http://(My <http://(My> Servers IP address) and http://(My <http://(My> Servers Name), but I get nothing. Am I missing something ? Please help me ? I'm new to this !