Sample HTTPD.CNF File
# mime extentions
ps application/postscript
zip application/zip
au audio/basic
wav audio/x-wav
gif image/gif
jpg image/jpeg
jpeg image/jpeg
htm text/html
html text/html
text text/plain
c text/plain
cpp text/plain
h text/plain
pl text/plain
txt text/plain
java text/plain
tim text/plain
doc text/plain
tew text/plain
pdf application/pdf
cnf text/plain
#server location
location chennai
#server IP Port
caravan-http 8182
#FTP server port
ftp 30
# dynamic html templates are at:
templates C:\ZAPVIN\template
#document root for webservices:
documents C:\ZAPVIN\doc
#database directory
dbhome C:\ZAPVIN\db
#cache memory for data
datacache 24m
# directory for exe files
bin C:\ZAPVIN\
# home page
home imenu.html
|