Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 1999 23:47:35 GMT
From:      "danny h" <bsd_freebsd@hotmail.com>
To:        zeus@tetron03.tetronsoftware.com, big-sky@altavista.net
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   RE: Apache Question
Message-ID:  <19991025234737.3925.qmail@hotmail.com>

next in thread | raw e-mail | index | archive | help
All you have to do is the following
cd /usr/local/etc/apache/

mv httpd.conf.default httpd.conf
mv access.conf.default access.conf
mv mime.types.default mime.types

Do the same for every one.

Read the comments in the httpd.conf file and modify it to your needs..

then type:-

/usr/local/sbin/apachectl start

Then type ps -gax and you  should see something simlar as this:-

    2  ??  DL     0:00.00  (pagedaemon)
    3  ??  DL     0:00.00  (vmdaemon)
    4  ??  DL     0:00.16  (update)
   78  ??  Ss     0:00.11 syslogd
   88  ??  Is     0:00.00 portmap
  110  ??  Ss     0:00.05 inetd
  113  ??  Ss     0:00.04 cron
  117  ??  Ss     0:00.01 sendmail: accepting connections on port 25 
(sendmail)
  158  ??  Ss     0:00.15 /usr/local/appz/www/apache-1.3.6/bin/httpd
  162  ??  I      0:00.01 /usr/local/appz/www/apache-1.3.6/bin/httpd
  163  ??  I      0:00.00 /usr/local/appz/www/apache-1.3.6/bin/httpd
  164  ??  I      0:00.00 /usr/local/appz/www/apache-1.3.6/bin/httpd
  165  ??  I      0:00.01 /usr/local/appz/www/apache-1.3.6/bin/httpd
  166  ??  I      0:00.00 /usr/local/appz/www/apache-1.3.6/bin/httpd
  229  ??  Ss     0:00.05 telnetd
  230  p0  Ss     0:00.04 -sh (sh)
  231  p0  R+     0:00.00 ps -gax
  189  v0  Is+    0:00.02 /usr/libexec/getty Pc ttyv0
  190  v1  Is+    0:00.02 /usr/libexec/getty Pc ttyv1
  191  v2  Is+    0:00.02 /usr/libexec/getty Pc ttyv2
  167 con- I      0:00.02 /bin/sh /usr/local/bin/safe_mysqld
  184 con- I      0:00.10 /usr/local/libexec/mysqld --basedir=/usr/local 
--data


This means the httpd process is running
and apache works :0


>From: Gene Harris <zeus@tetron03.tetronsoftware.com>
>To: big-sky@altavista.net
>CC: Freebsd-Questions <freebsd-questions@FreeBSD.ORG>
>Subject: RE: Apache Question
>Date: Mon, 25 Oct 1999 17:55:20 -0500 (CDT)
>
>Well,
>
>First do a make install after "make".  Then go to
>/usr/local/etc/apache and edit your apache.conf (or
>httpd.conf) to meet your situation.  As installed, Apache
>should come up with an "It worked" page linked to the Apache
>manual.
>
>Gene
>
>
>
>
>To Unsubscribe: send mail to majordomo@FreeBSD.org
>with "unsubscribe freebsd-questions" in the body of the message

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991025234737.3925.qmail>