On Mon, Feb 21, 2000 at 10:33:21AM -0500, Matt Holt wrote:
> Hey...does anyone have an extensive how-to 4 Apache??  I don't know crap about
> http servers and need to set one up 4 work.

1. install apache

er... "apt-get install apache" ??

or, for those living in the nineties, "rpm -hiv apache-blah-blah.rpm",
after finding the package file somewhere.

2. write some web pages

3. put the web pages in /home/httpd/html

4. make sure the web server is running:

        "/etc/init.d/httpd start" [debian] or
        "/etc/rc.d/init.d/httpd start" [redhat]

5. point a web browser at http://localhost/

6. if you need to do anything more, read everything at:

        http://mirror.aarnet.edu.au/apache/

7. the larch.


hope that helps :)

Conrad.
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to