Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jun 1999 17:18:11 -0400 (EDT)
From:      mwlucas@exceptionet.com
To:        freebsd-questions@freebsd.org
Subject:   apache13-fp problem
Message-ID:  <199906242118.RAA09172@easeway.com>

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

I installed apache13-fp from ports, on a 3.2-stable built last Monday.

When a user attempts to use FrontPage, we get the following error:

[Wed Jun 23 20:44:36 1999] [error] (2)No such file or directory: exec of
/home/fafferr/public_html/data/_vti_bin/shtml.exe/_vti_rpc failed
[Wed Jun 23 20:44:36 1999] [error] [client 24.7.252.8] Premature end of
script headers: /home/fafferr/public_html/data/_vti_bin/shtml.exe/_vti_rpc

Now, the archives give several examples of this problem, and potential
solutions.  Here's the results of questions I gleaned from the list.

The directory /home/fafferr/public_html/data/_vti_bin includes only the
following files:

ralph~fafferr/public_html/data/_vti_bin;lo
total 7
drwxr-xr-x  4 fafferr  fafferr  -  512 Jun 24 17:03 ./
drwxr-xr-x  9 fafferr  fafferr  - 2560 Jun 24 17:04 ../
-rw-r--r--  1 fafferr  fafferr  -  323 Jun 24 17:03 .htaccess
drwxr-xr-x  2 fafferr  fafferr  -  512 Jun 24 17:03 _vti_adm/
drwxr-xr-x  2 fafferr  fafferr  -  512 Jun 24 17:03 _vti_aut/

I de-installed the extensions, manually deleted the various _vti*
directories, and reinstalled.  shtml.exe/_vti_rpc still isn't installed.
If fpsrvadm can install the rest of these directories, why not this one?
I'd guess it isn't a permissions problem, then.

I started Apache with "apachectl startfp".

The chunk of httpd.conf for this site is:

<VirtualHost 209.69.10.249>
        ServerAdmin webmaster@michiganbanner.com
        DocumentRoot /home/fafferr/public_html/data
        ScriptAlias /home/fafferr/public_html/cgi-bin /cgi-bin
        ServerName www.michiganbanner.com
        <Directory /home/fafferr/public/html/>
                AllowOverride AuthConfig Limit Indexes Options
                Options ExecCGI
        </Directory>
        ErrorLog /var/log/michiganbanner-error_log
        CustomLog /var/log/michiganbanner-access_log common
</VirtualHost>

Any help would be greatly appreciated; I've worked several hours on this,
and I'm beginning to regret the words "Oh, it's a port, it'll be a
*breeze*."  This'll teach me.

-- 
Michael Lucas			|
Exceptionet, Inc.		|	www.exceptionet.com
"Exceptional Networking"	|


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?199906242118.RAA09172>