Date: Mon, 30 Dec 2002 07:41:40 -0500 From: Mike Tancsa <mike@sentex.net> To: "Nielsen" <nielsen@memberwebs.com> Cc: freebsd-isp@freebsd.org Subject: Re: $50 USD to install: apache13_modssl, mod_frontpage, mod_php4 Message-ID: <7jf01vcd5olajdbpotpesp2vbmkldqc584@4ax.com> In-Reply-To: <mailman.1041228002.94676.fisp-l@lists.sentex.ca> References: <F42SP7x0ZkpGRyY8yeg00004ea0@hotmail.com> <mailman.1041228002.94676.fisp-l@lists.sentex.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 30 Dec 2002 06:02:26 +0000 (GMT), in sentex.lists.freebsd.isp you wrote: > ># cd /usr/ports/www/apache13-modssl I think the only small caveat to watch for is to make sure that that the apache13-modssl port has --enable-suexec in the Makefile. I think that = is there in the port now, but it in the past it was not. ---Mike ># 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 Mike Tancsa (mike@sentex.net)=09 http://www.sentex.net/mike 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?7jf01vcd5olajdbpotpesp2vbmkldqc584>