OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Dan Harnett (danhwzrd.com)
Date: Wed Jun 20 2001 - 10:33:57 CDT

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    On Wed, Jun 20, 2001 at 02:18:46PM +0200, Michael Kaaber wrote:
    > Is it possible to use the FrontPage 2000 Server Extensions
    > on a OpenBSD 2.8 and Apache 3.1.12 ?
    >

    Microsoft actually carries a newer version of the FrontPage 2000
    extensions than RTR. You also do not have to fill out an agreement to
    retrieve it.

    ftp://ftp.microsoft.com/products/frontpage/fp40.bsdi.tar.z

    Just grab that file, and unpack it in /usr/local, like so:

            # ftp ftp://ftp.microsoft.com/products/frontpage/fp40.bsdi.tar.z
            # cd /usr/local
            # pax -rzvpe -f /path/to/fp40.bsdi.tar.z

    You do *not* have to patch Apache for FrontPage 2000. Improved
    mod_frontpage is available as a port (ports/www/mod_frontpage) and works
    just fine as a DSO.

    You should also note, FrontPage 2002 has been released as well.

    ftp://ftp.microsoft.com/products/frontpage/fp50.bsdi.tar.z

    You will need to patch Apache for FrontPage 2002 to work. The port only
    supports FrontPage 2000. The patch applies cleanly to Apache in the
    OpenBSD tree.

            # ftp://ftp.microsoft.com/products/frontpage/fp50.bsdi.tar.z
            # cd /usr/local
            # pax -rzvpe -f /path/to/fp50.bsdi.tar.z
            # /usr/local/frontpage/version5.0/set_default_perms.sh

            # cd /usr/src/usr.sbin/httpd
            # patch -p0 < \
                /usr/local/frontpage/version5.0/apache-fp/fp-patch-apache_1.3.19

            Edit Makefile.bsd-wrapper and add '--add-module=mod_frontpage.c'
            to CONFIG_ARGS.

            Edit mod_frontpage.c and make any changes you want.

            # make -f Makefile.bsd-wrapper cleandir
            # make -f Makefile.bsd-wrapper obj
            # make -f Makefile.bsd-wrapper depend
            # make -f Makefile.bsd-wrapper
            # make -f Makefile.bsd-wrapper install

    Your stock OpenBSD httpd is now FrontPage 2002 enabled. To actually use
    them, you need to create the following file:
    /usr/local/frontpage/version5.0/apache-fp/suidkey

    You can look in /usr/local/frontpage/version5.0/fp_install.sh to see how
    (or actually edit fp_install.sh so that it runs under OpenBSD).

    More info can be found at:
    http://www.microsoft.com/technet/sharepoint/admindoc/

    --
    Dan Harnett <danhwzrd.com>