ADVANCED CONFIGURATION
Here you will find other options you can set in your MyServer's configuration
file.
MIME Types for Virtual Hosts:
In myserver.xml, you can allow your virtual hosts to have their own MIME
types or not, by using the line below, with the proper option "YES"
or "NO":
<ALLOW_VHOST_MIME>YES</ALLOW_VHOST_MIME>
MSCGI Files:
You can allow the use of MSCGI files in MyServer, by setting the desired value
in the line below, in myserver.xml:
<ALLOW_MSCGI>YES</ALLOW_MSCGI>
GZIP Threshold:
You can configure MyServer ina way it will automatically Gzip
data sent to the users, if the data to send is bigger than
a specified value in bytes, by adding the line below in myserver.xml:
<GZIP_THRESHOLD>1024</GZIP_THRESHOLD>
For that example, if the data is bigger than 1024 bytes, it will be gzipped
before being sent to te client.
Permission for HTTP Data Handlers Access:
The option <ALLOW_CGI>NO</ALLOW_CGI>
would deny the access to CGI data handler in your entire
server. This option can be added to each single virtual host too,
and if it is included in virtualhosts.xml, that will be considered,
instead of the global configuration.
ALLOW_CGI can also appear
as ALLOW_FASTCGI,
ALLOW_ISAPI,
ALLOW_MSCGI
, ALLOW_WINCGI,
ALLOW_SEND_LINK,
ALLOW_EXTERNAL_COMMANDS,
ALLOW_SEND_FILE, each of them
denying/allowing the proper HTTP data handler to be used.