Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Oct 2001 18:19:06 -0500
From:      "Big B" <mail@crshjnke.com>
To:        <sabine225@home.com>
Cc:        "Freebsd-Questions" <freebsd-questions@freebsd.org>
Subject:   RE: apache stuff
Message-ID:  <POEHKNGEFCLPFPNOFOEOEENODAAA.mail@crshjnke.com>
In-Reply-To: <BC02D3B8-C967-11D5-97E6-0050E4050F42@home.com>

next in thread | previous in thread | raw e-mail | index | archive | help

Ok so I will have to recompile apache 2.0
Is there a way to find out the current ./configure settings that were used
on the apache port?
I would like to keep everything the same just add the other modules.




> -----Original Message-----
> From: owner-freebsd-questions@FreeBSD.ORG
> [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of
> sabine225@home.com
> Sent: Thursday, October 25, 2001 11:46 AM
> To: questions@FreeBSD.ORG
> Subject: apache stuff
>
>
> Did you get the ssi thing to work yet.
>
> I just installed a copy of Apache in my home directory changed 2 things
> in the httpd.conf file and it worked.
>
> ./configure --prefix=/home/samsmith/apache \
> 		--datadir=/home/samsmith/apache/data \
> 		--sysconfdir=/home/samsmith/apache/etc/httpd \
> 		--localstatedir=/home/samsmith/apache/var \
> 		--runtimedir=/home/samsmith/apache/var \
> 		--logfiledir=/home/samsmith/apachelogfiles \
> 	--enable-module=most \
> 	--enable-shared=include
>
> Uncommented from httpd.conf
>
> #       AddType text/html .shtml
> #      AddHandler server-parsed .shtml
>
>         AddType text/html .shtml
>       AddHandler server-parsed .shtml
>
> Added "Includes" to the line that looked like this:
>      Options Indexes FollowSymLinks MultiViews
> so that it looked like this:
>      Options Indexes FollowSymLinks MultiViews Includes
>
> Created a file in htdocs with just this line in it:
> <!--#echo var="DATE_LOCAL" -->
> Named it "index.shtml"
>
> went to: http://fh1:8080/index.html
>
> and it worked.
>
> server on 8080 because didn't install as root (I think).
>
> fh1# httpd -v
> Server version: Apache/1.3.14 (Unix)
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>


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?POEHKNGEFCLPFPNOFOEOEENODAAA.mail>