I've started writing up steps to add plugins I find useful to a Bart's Preinstalled Environment (BartPE) bootable live windows CD/DVD.
[/os/windows/utilities/diagnostic/bartpe/plugins] permanent link
|
|
[/os/windows/utilities/diagnostic/bartpe/plugins] permanent link
httpd.conf
file. I edited
/etc/httpd/conf/httpd.conf
and added an AddType line for the
.acs file extension.
#
# AddType allows you to add to or override the MIME configuration
# file mime.types for specific file types.
#
#AddType application/x-tar .tgz
AddType application/octet-stream .cab
I then restarted the Apache webserver with apachectl restart
.
When I visited the URL again, I was prompted as to whether I
wanted to download the file.
References: