|
Home > Archive > FrontPage Server Extensions for Unix > December 2005 > fpadmcgi.exe tries to download
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
fpadmcgi.exe tries to download
|
|
| Dave H 2005-11-23, 5:52 pm |
| Hi,
I have Mandriva 2006 with FPSE 2002
The main page works ok http://dom.com:8880/
The Virtual Server Administration works ok
http://dom.com:8880/fpadmcgi.exe?pa...edom%2ecom%3a80
The Site Administration works ok too, but say if I add a user to a subdomain
http://frontpage.dom.com/_vti_bin/_...age=adduser.htm
it wants to download fpadmcgi.exe instead of running the cgi when the add
user button is clicked..
I have this
<Directory /usr/local/frontpage/version5.0/admin-exes/>
AddType application/octet-stream .exe
AddHandler cgi-script .exe
Options ExecCGI
AllowOverride All
</Directory>
Have also tried this
<Directory /usr/local/frontpage/version5.0/admin-exes/>
AddType text/html .exe
AddHandler cgi-script .exe
Options ExecCGI
AllowOverride All
</Directory>
Thanks
Dave
| |
|
|
|
|
|
|
|