Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2002 06:45:20 +0000
From:      "Adrian NoSpm!" <adrian_nospm@hotmail.com>
To:        freebsd-isp@freebsd.org
Subject:   Re: $50 USD to install: apache13_modssl, mod_frontpage, mod_php4
Message-ID:  <F166oVvDARbfRyylaiU000215bc@hotmail.com>

next in thread | raw e-mail | index | archive | help
Hi Nate,

Thanks for your quick reply.  I will try it out and get
back to you in the next 24 hours..  It's not important,
but I think in step 3, its better to leave /usr/local/www/data
as a symbolic link and just change the file
/usr/local/frontpage/version5.0/frontpage.cnf to include the
line:  "FollowSymLinks:1"

It might be overwritten by a future port or package upgrade
otherwise.  Looking forward to trying it out...

Regards,
Adrian.


>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.
>
>- 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


_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 3 months FREE*. 
http://join.msn.com/?page=features/virus&xAPID=42&PS=47575&PI=7324&DI=7474&SU= 
http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_virusprotection_3mf


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?F166oVvDARbfRyylaiU000215bc>