fpadmcgi.exe tries to download
am 23.11.2005 20:06:22 von Dave HHi,
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?page=vadmin.htm&port=frontp age.dom.com:80&frport=frontpage%2edom%2ecom%3a80
The Site Administration works ok too, but say if I add a user to a subdomain
http://frontpage.dom.com/_vti_bin/_vti_adm/fpadmcgi.exe?page =adduser.htm
it wants to download fpadmcgi.exe instead of running the cgi when the add
user button is clicked..
I have this
AddType application/octet-stream .exe
AddHandler cgi-script .exe
Options ExecCGI
AllowOverride All
Have also tried this
AddType text/html .exe
AddHandler cgi-script .exe
Options ExecCGI
AllowOverride All
Thanks
Dave