Date: Mon, 30 Dec 2002 06:02:26 +0000 (GMT) From: "Nielsen" <nielsen@memberwebs.com> To: "Adrian nospm" <adrian_nospm@hotmail.com>, <adrian@hotmail.com>, <freebsd-isp@freebsd.org> Subject: Re: $50 USD to install: apache13_modssl, mod_frontpage, mod_php4 Message-ID: <004901c2afc8$7adb0810$2201a8c0@ws.local> References: <F42SP7x0ZkpGRyY8yeg00004ea0@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <Directory /> Options FollowSymLinks AllowOverride AuthConfig Limit Indexes Options </Directory> <Directory "/usr/local/www/data"> Options Indexes FollowSymLinks MultiViews AllowOverride AuthConfig Limit Indexes Options Order allow,deny Allow from all </Directory> 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" <adrian_nospm@hotmail.com> To: <freebsd-isp@freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004901c2afc8$7adb0810$2201a8c0>