Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Feb 2002 17:09:13 -0000
From:      "G D McKee" <freebsd@gdmckee.com>
To:        "Freebsd-Questions@Freebsd. Org (E-mail)" <freebsd-questions@freebsd.org>
Subject:   FrontPage 2020 Port Problems!!
Message-ID:  <010201c1bd55$fc039e90$c800a8c0@p1000>

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

I have got the apache13-modssl port compiled and install and working - then
I installed mod_php4 and it is fine.  The I want FrontPage 2002 server
extensions so I have installed the mod_FrontPage port and the FrontPage
port.

When I HUP httpd I get the following:

[Sun Feb 24 10:10:56 2002] [notice] Apache/1.3.23 (Unix) mod_ssl/2.8.6
OpenSSL/0.9.6a FrontPage/5.0.2.2623 PHP/4.1.1 configured -- resuming normal
operations
[Sun Feb 24 10:10:56 2002] [notice] Accept mutex: flock (Default: flock)

So from this I figures I was pretty close to getting it to work.

Then I went through the /usr/local/FrontPage/version5.0/fp_install.sh and
configured the default web server and a virtual server.  FrontPage on the
other hand will not pick up and files from the web server and just error
saying The folder may be located in an unavailable location, protected with
a password, or the filename contains a / or\.

I have a look at the server logs for a server with 2000 extensions on it and
the web server gets the same request.  The line look as follow - on the 2000
server:

192.168.0.1 - - [24/Feb/2002:10:16:52 +0000] "OPTIONS / HTTP/1.0" 200 - "-"
"Microsoft Data Access Internet Publishing Provider Protocol Discovery"
192.168.0.1 - - [24/Feb/2002:10:16:52 +0000] "GET /_vti_inf.html HTTP/1.0"
200 1716 "-" "Mozilla/2.0 (compatible; MS FrontPage 5.0)"
192.168.0.1 - - [24/Feb/2002:10:16:53 +0000] "POST
/_vti_bin/shtml.exe/_vti_rpc HTTP/1.0" 200 228 "-" "MSFrontPage/5.0"
192.168.0.1 - - [24/Feb/2002:10:16:53 +0000] "POST
/_vti_bin/_vti_aut/author.exe HTTP/1.0" 401 471 "-" "MSFrontPage/5.0"


and on the 2002 server that doesn't work:

192.168.0.1 - - [24/Feb/2002:10:12:47 +0000] "GET /_vti_inf.html HTTP/1.0"
200 1754 "-" "Mozilla/2.0 (compatible; MS FrontPage 5.0)"
192.168.0.1 - - [24/Feb/2002:10:12:47 +0000] "POST
/_vti_bin/shtml.exe/_vti_rpc HTTP/1.0" 200 139 "-" "MSFrontPage/5.0"
192.168.0.1 - - [24/Feb/2002:10:12:47 +0000] "OPTIONS / HTTP/1.0" 200 - "-"
"Microsoft Data Access Internet Publishing Provider Protocol Discovery"


I have had a look on both servers and neither server has any of these
author.exe or shtml.exe files in the places the logs say.  There is no info
in the error log either.

I also read I needed the following lines in the httpd.conf file

#FrontPageEnable On        # Enable FrontPage Extensions
#FrontPageDisable        # Disable FrontPage Extensions
#FrontPageAdminEnable On   # Enable FrontPage Extensions fpadmcgi.exe
#FrontPageAdminDisable   # Disable FrontPage Extensions fpadmcgi.exe

but ever time I use them, apache comes up with syntax errors.

Does anyone have any ideas?

Thanks in advance

Gordon




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?010201c1bd55$fc039e90$c800a8c0>