Ok here is what I had to do to get the frontpage extensions working.

1. Change apache uid and gid to 101 (they have to be above 100)

2. Chown any directories that didn't get changed properly.

3. Merge commonhttpd.conf and httpd.conf (insert all the lines of
commonhttpd.conf into httpd.conf at the line that says "Include
conf/commonhttpd.conf" then either comment the line out or delete it.

4. Set the ServerName to the full URL
        #ServerName localhost
        Change to 
        ServerName www.server.net

5. Change the lines
        #BindAddress *
        <IfDefine !APACHEPROXIED>
            Port 80
            Listen 80
        </IfDefine>
        <IfDefine APACHEPROXIED>
            Port 8080
            Listen 8080
        </IfDefine>

        Change to

        #BindAddress *
            Port 80
            Listen 80

6.  extract fp40.linux.tar.gz into /usr/local

7.  run /usr/local/frontpage/version4.0/bin/fpsrvadm.exe as per the
directions on the mod_frontpage site. (using apache as the Unix user)

8.  restart httpd.  (/etc/rc.d/init.d/httpd restart)


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to