Message: 2
Date: Tue, 25 Jan 2005 08:49:16 -0500
From: Timothy Stone <[EMAIL PROTECTED]>
Subject: Re: [Apache-FP] Administrator pages not working on FC3
To: [EMAIL PROTECTED]
Cc: apache-fp@lists.joshie.com
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; delsp=yes; format=flowed


On Jan 25, 2005, at 1:35 AM, Jonathan L Vigh wrote:


Greetings,

I finally got the Frontpage Server Extensions v1.2 onto my linux box (FC3) running apache2.0.52. Joshie's how-to was quite helpful for this (especially the part about loading httpd-devel). Now I'm trying to administer the extensions via the web (http://localhost:8090). On my linux box, I am able to get in after providing user/password, but the images are missing and whenever I put in some values and click 'submit', my browser (firefox) tries to save the URL as an executable.


This last part: John Spencer may have some relevant information @ http://www.johnspencer.info/LinuxTutorials/Red_Hat_FPSE/ FPSE2002onRedHat9.html#Adding%20FrontPage%20Users%20from%20Mozilla%20on% 20the%20Local%20Host


http://wiki.debian.net/index.cgi?SargeApacheFPSE
(or if it's down Google "FPSE site:wiki.debian.net" and look at the cached page)


# Add to your apache config file near your AllowOverride all:
#
# If you never want to allow .exe files to be downloaded from
# your web server, follow rtr.com's FAQ response and AddType
# globally. Otherwise just use a LocationMatch so that
# fpadmcgi.exe and family don't try to download when POSTed to.
# This affects per-web/subweb administration.
<LocationMatch "/_vti_bin/">
   AddType text/html .exe
</Location>

That works _much_ better as it doesn't make any assumptions about running from localhost. It makes FPSE work on all browsers that don't peak at the first X bytes of data and then guess what the content type should have been (pretty much everything besides IE.)

--
Jacob
_______________________________________________
Apache-FP mailing list
Apache-FP@lists.joshie.com
http://lists.joshie.com/mailman/listinfo/apache-fp

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




Reply via email to