Re: Apache server
From: Randell D. (you.can.email.me.at.randelld_at_yahoo.com)
Date: 09/15/03
- Next message: Randell D.: "Recommend program for my Intel USB webcam?"
- Previous message: Paulo Rocha: "Re: Stupid questions about Modems"
- In reply to: Philip Miller: "Apache server"
- Next in thread: Philip Miller: "Re: Apache server"
- Reply: Philip Miller: "Re: Apache server"
- Reply: Philip Miller: "Re: Apache server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 14 Sep 2003 22:30:09 GMT
"Philip Miller" <help@rejuvenating.com> wrote in message
news:vm75mchtkh758@corp.supernews.com...
> I am new to Linux. So assume nothing.
>
> Is apache server already installed with the normal SuSe Linux 8.1 install?
> Because it does not seem that I have any server. I enter http://localhost
> in my browser and nothing happens. And I don't see any directory where
> Apache is loaded. I can ping it from the rest of my network.
>
> So if I decide to install it from SuSe direct (Apache 2.0) or from Apache
> direct on a Pentium class machine (i486) what are the exact steps that I
> take? If these are line codes are they from the konsole? Again assume
> nothing.
>
> Thanks,
> Phil
When you enter http://localhost in your browser - Where is the browser? Is
it running on your SuSE linux box, or do you have a small network and you're
attempting to connect to Apache from another machine? "localhost" means
"self" thus if you are on another machine and ask for localhost, it won't
see your Apache server.
Secondly - you can check to see if its running via the following
# ps -ef | grep http
If you get three or more lines in the output (perhaps something like
httpd -f /etc/httpd/httpd.conf or something) then its like that it is
running.
An alternative method is to use rpm to check
# rpm --query --all > /tmp/tmpfile
# grep -i apache /tmp/tmpfile
If you get a result there, it means you have a version of apache installed
(but perhaps not configured).
If it is installed, you can start/stop it using
# rcapache start
or
# rcapache stop
and sometimes you can test the status with
# rcapache status
Lastly - if you want to install it I strongly suggest you read the
documentation - Its not that difficult but at the same time don't think
you'll have a web server up and running in minutes if you don't have basic
unix/linux skills like using tar or vi... You should learn how to walk
before crawling...
- Next message: Randell D.: "Recommend program for my Intel USB webcam?"
- Previous message: Paulo Rocha: "Re: Stupid questions about Modems"
- In reply to: Philip Miller: "Apache server"
- Next in thread: Philip Miller: "Re: Apache server"
- Reply: Philip Miller: "Re: Apache server"
- Reply: Philip Miller: "Re: Apache server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|