From owner-freebsd-isp Fri Aug 9 20:37:14 1996 Return-Path: owner-isp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA29299 for isp-outgoing; Fri, 9 Aug 1996 20:37:14 -0700 (PDT) Received: from scooter.quickweb.com (scooter.quickweb.com [199.212.134.8]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id UAA29291 for ; Fri, 9 Aug 1996 20:37:09 -0700 (PDT) Received: from localhost (mark@localhost) by scooter.quickweb.com (8.6.12/8.6.12) with SMTP id XAA21281; Fri, 9 Aug 1996 23:44:19 -0400 Date: Fri, 9 Aug 1996 23:44:19 -0400 (EDT) From: Mark Mayo To: "Daniel O'Callaghan" cc: Richard Gresek , freebsd-isp@freebsd.org Subject: Re: apache compilation In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 10 Aug 1996, Daniel O'Callaghan wrote: > > > On Fri, 9 Aug 1996, Richard Gresek wrote: > > > I am trying to compile apache_1.1.1 and get the following error msg.: > > Just add -lcrypt to the makefile. BTW, what is PHP? > > Danny PHP is acutally PHP/FI -- it's a super cool "ssi like" tool for making dynamic pages. Very cool stuff. It works by compiling in an apache module, and configuring a mime-type for .phtml files. All .phtml files are parsed by the PHP engine. Essentially, it's a super set of html looking commands that get parsed and replaced. You can do scripting very easily, file uploads, guestbooks, etc, etc... It's worth checking out, especially if you're already into sever-side-includes. Go to www.vex.net/php for lots of info! -mark ------------------------------------------- | Mark Mayo mark@quickweb.com | | C-Soft www.quickweb.com | ------------------------------------------- "To iterate is human, to recurse divine." - L. Peter Deutsch