Sorry all, I need to correct a couple of things in this post:

On Wed, 13 Aug 2003 15:56:20 -0600 Jacob wrote:
<snip>
> That's it, if you're lucky. If you're not you'll have to do a
> few tweaks, here are the ones I needed on Debian Woody.
> 
> * the fp_install.sh expects apxs to be in the same folder
> as the web server executable. On my system the http daemon
> is /usr/sbin/apache, but apxs is /usr/bin/apxs. I just did a
> symlink from /usr/sbin/apache rather than modifying
> fp_install.sh.

The symlink was ln -s /usr/bin/apxs /usr/sbin/apxs, not a symlink
on /usr/sbin/apache.

<snip>
> <Directory /usr/local/frontpage/version5.0/admin-exes/>
> AddType application/octet-stream .exe
> ... (other stuff was already here>
> </Directory>
> 
> and for virtual hosts
> <Directory /var/www/myvirtualhostdir>
>   AllowOverride All
> </Directory>
> <Directory /var/www/myvirtualhostdir/_vti_bin>
>   AddType application/octet-stream .exe
> </Directory>
> 

This is more of a clarification than a correction, while
AddType application/octet-stream .exe 
works for me, it could be argued (and I thought I saw
an example, but it can't find it again) that
AddType text/html .exe
would be more appropriate because that is what the
frontpage cgi programs return.

_______________________________________________
Apache-FP mailing list
[EMAIL PROTECTED]
http://lists.joshie.com/mailman/listinfo/apache-fp

Donations:
http://www.amazon.com/paypage/PT5LZITM9L227 

Reply via email to