From owner-freebsd-isp Sun Dec 29 21:59:55 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A86D37B401 for ; Sun, 29 Dec 2002 21:59:51 -0800 (PST) Received: from mail.npubs.com (npubs.com [207.111.208.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FBF543E4A for ; Sun, 29 Dec 2002 21:59:50 -0800 (PST) (envelope-from nielsen@memberwebs.com) Message-ID: <004901c2afc8$7adb0810$2201a8c0@ws.local> From: "Nielsen" To: "Adrian nospm" , , References: Subject: Re: $50 USD to install: apache13_modssl, mod_frontpage, mod_php4 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Date: Mon, 30 Dec 2002 06:02:26 +0000 (GMT) Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I just completed what you asked. Never used FP before, but it seems to work with FrontpageXP (just installed it). I connected to the server via SSL and authored a web. Let me know if there's any other issues. Cheers Nate Nielsen - Apache 1.3.27 (from ports) - mod_frontpage 1.6.2 (from ports) - PHP4 4.2.3 1. Install the required software in this order: # cd /usr/ports/www/apache13-modssl # make && make install # cd /usr/ports/www/mod_php4 # make && make install # cd /usr/ports/www/mod_frontpage # make && make install 2. Create a user/group called 'fpuser'. It's important that the uid/gid is higher than 100. 3. Make sure that your web root is not a symlink: # rm /usr/local/www/data # mkdir /usr/local/www/data # chown www:www /usr/local/www/data 4. Complete the installation of the frontpage extensions: a. Make sure you have the following lines near the top your httpd.conf ResourceConfig /dev/null AccessConfig /dev/null b. Add the following options to the 'Allowoveride' lines (all of them): AuthConfig Limit Indexes Options c. Add the following directives outside any sections in your httpd.conf (near the top): FrontPageEnable FrontPageAdminEnable d. While you're in httpd.conf, move the LoadModule and AddModule directives for mod_php4 and mod_frontpage outside the SSL block. e. Run the the actual frontpage web install command. When prompted for local user/group names make sure to specify 'fpuser' or the user you created above. /usr/local/frontpage/version5.0/fp_install.sh 5. Restart apache. Now you should be able to connect to the server and make a frontpage web etc.... 6. To get authoring over SSL running ... a. Add the following to the SSL virtual host: FrontpageEnable FrontpageAdminEnable Options FollowSymLinks AllowOverride AuthConfig Limit Indexes Options Options Indexes FollowSymLinks MultiViews AllowOverride AuthConfig Limit Indexes Options Order allow,deny Allow from all b. Run the following command: # cp /usr/local/frontpage/we80.cnf /usr/local/frontpage/we443.cnf 7. Restart apache (make sure to use the following commands as SSL doesn't always start by default): # apachectl stop # apachectl startssl ----- Original Message ----- From: "Adrian nospm" To: Sent: Sunday, December 29, 2002 18:52 Subject: $50 USD to install: apache13_modssl, mod_frontpage, mod_php4 > Hi, > > I've been following various threads here and have tried > (unsucessfully) to install this combination of ports: > > /www/apache13-modssl (latest) > /www/mod_frontpage (latest 2002) > /www/mod_php4 > > If anyone knows how to do this and can post (and email me) > detailed step instructions (tested on a fresh FreeBSD 4.7 > installation), I will mail them $50 USD and post the final > solution to this group for everyone's benefit. They don't > have to be compiled from the ports - but the installed files > need to end up in the same place (eg /usr/local/etc/apache/, > NOT /usr/local/apache/etc). > > I can only send it to one person (the first with a complete > solution as decided by a concensus in this group), and you'll > just have to trust me to mail the payment (it'd probably only > take some of you 5 minutes anyway!). I will mail a money > order to any country. > > Please don't rip off something from the web - i've see just > about all the hints and tips around anyway. > > Sincerely, > Adrian. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message