Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 48336 invoked by uid 500); 22 May 2002 17:35:06 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 48325 invoked from network); 22 May 2002 17:35:06 -0000 Received: from osprey.cqhost.net (209.126.146.3) by daedalus.apache.org with SMTP; 22 May 2002 17:35:06 -0000 Received: from pickledbeans.com (webmail.cqhost.com [209.126.146.209]) by webmail.cqhost.com (8.10.2/8.10.2) with SMTP id g4MHZ7K29378; Wed, 22 May 2002 13:35:07 -0400 Received: from 63.165.196.23 (webmail.cqhost.com authenticated user djackson) by webmail.cqhost.com with HTTP; Wed, 22 May 2002 13:35:08 -0400 (EDT) Message-ID: <3602.63.165.196.23.1022088908.cqhost@webmail.cqhost.com> Date: Wed, 22 May 2002 13:35:08 -0400 (EDT) Subject: Re: Frontpage Extensions From: "David Jackson" To: In-Reply-To: <005b01c201b5$740750a0$0100a8c0@shadow> References: <005b01c201b5$740750a0$0100a8c0@shadow> Cc: X-Mailer: webmail.cqhost.com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Victor -- You want to install apache with DSO support first, my advice is use --prefix=/usr/local/www or something like that. That why it puts eveything under www. If you also installing MySQL or other DB install that first. Then do you modules, in the case of PHP and MySQL you have to tell php where apache apxs and MySQL home is, using the prefix above for apache and MySQL a *basic* PHP config would look something like this: ./configure --with-mysql=/usr/local/mysql --with-apxs=/usr/local/www/bin/apxs You might also want to add a prefix flag to PHP so you can do more than one apache install for testing different version of both: --prefix=/usr/local/www/php4 That how I do it anywhy, David > Thanks. Will try it now. But there is one more thing i am wondering > about. I want to compile a couple of mod`s into my apache (gzip, > mod_cgi, so on), python, PHP, SSL, frontpage extensions and Jakarta for > jsp support. > > Is there a "correct order" of doing things? I mean like is it better to > install php first and frontpage after it, or it does not matter? > > Thanks in advance > -- > Victor > > "No one there is exactly what he seems. But then, who is?" > > > > ----- Original Message ----- > From: "David Jackson" > To: > Cc: > Sent: Wednesday, May 22, 2002 6:56 PM > Subject: Re: Frontpage Extensions > > >> >> Victor -- >> Here's a link that might help: >> >> http://www.dedserius.com/apache-fp/index.php3 >> >> David >> >> > Hello >> > >> > I am trying to install Frontpage Extensions 2002 on a apache 1.3.24. >> > Have tried to search the net, and tried to test with the frontpage >> > package from microsoft, but it does not seem to work for me .. Does >> > someone know about a ok how-to or installation guide i could use? >> > >> > Thanks in advance >> > >> > -- >> > Victor >> > >> > "No one there is exactly what he seems. But then, who is?" >> > >> > >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org >> > For additional commands, e-mail: users-help@httpd.apache.org >> >> >> -- >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org >> For additional commands, e-mail: users-help@httpd.apache.org >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org -- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org