145 lines
3.0 KiB
Plaintext
145 lines
3.0 KiB
Plaintext
#
|
|
# /etc/mathopd.conf
|
|
#
|
|
|
|
User www
|
|
LogGMT On
|
|
Log /var/log/mathopd/%Y%m%d.log
|
|
ErrorLog /var/log/mathopd/errorlog
|
|
|
|
Tuning {
|
|
NumConnections 24
|
|
BufSize 12288
|
|
InputBufSize 2048
|
|
ScriptBufSize 4096
|
|
}
|
|
|
|
LogFormat {
|
|
Ctime
|
|
RemoteUser
|
|
RemoteAddress
|
|
RemotePort
|
|
ServerName
|
|
Method
|
|
URI
|
|
QueryString
|
|
Version
|
|
Status
|
|
ContentLength
|
|
BytesRead
|
|
BytesWritten
|
|
}
|
|
|
|
Control {
|
|
ChildLog /var/log/mathopd/childlog
|
|
|
|
Types {
|
|
application/andrew-inset { .ez }
|
|
application/excel { .xls }
|
|
application/oda { .oda }
|
|
application/pdf { .pdf }
|
|
application/pgp { .pgp }
|
|
application/postscript { .ps .PS .eps }
|
|
application/rtf { .rtf }
|
|
application/x-arj-compressed { .arj }
|
|
application/x-bcpio { .bcpio }
|
|
application/x-chess-pgn { .pgn }
|
|
application/x-cpio { .cpio }
|
|
application/x-csh { .csh }
|
|
application/x-debian-package { .deb }
|
|
application/x-msdos-program { .com .exe .bat }
|
|
application/x-dvi { .dvi }
|
|
application/x-gtar { .gtar }
|
|
application/x-gunzip { .gz }
|
|
application/x-hdf { .hdf }
|
|
application/x-latex { .latex }
|
|
application/x-mif { .mif }
|
|
application/x-netcdf { .cdf .nc }
|
|
application/x-perl { .pl .pm }
|
|
application/x-rar-compressed { .rar }
|
|
application/x-sh { .sh }
|
|
application/x-shar { .shar }
|
|
application/x-sv4cpio { .sv4cpio }
|
|
application/x-sv4crc { .sv4crc }
|
|
application/x-tar { .tar }
|
|
application/x-tar-gz { .tgz .tar.gz }
|
|
application/x-tcl { .tcl }
|
|
application/x-tex { .tex }
|
|
application/x-texinfo { .texi .texinfo }
|
|
application/x-troff { .t .tr .roff }
|
|
application/x-troff-man { .man }
|
|
application/x-troff-me { .me }
|
|
application/x-troff-ms { .ms }
|
|
application/x-ustar { .ustar }
|
|
application/x-wais-source { .src }
|
|
application/x-zip-compressed { .zip }
|
|
audio/basic { .snd }
|
|
audio/midi { .mid .midi }
|
|
audio/ulaw { .au }
|
|
audio/x-aiff { .aif .aifc .aiff }
|
|
audio/x-wav { .wav }
|
|
image/gif { .gif }
|
|
image/ief { .ief }
|
|
image/jpeg { .jpe .jpeg .jpg }
|
|
image/png { .png }
|
|
image/tiff { .tif .tiff }
|
|
image/x-cmu-raster { .ras }
|
|
image/x-portable-anymap { .pnm }
|
|
image/x-portable-bitmap { .pbm }
|
|
image/x-portable-graymap { .pgm }
|
|
image/x-portable-pixmap { .ppm }
|
|
image/x-rgb { .rgb }
|
|
image/x-xbitmap { .xbm }
|
|
image/x-xpixmap { .xpm }
|
|
image/x-xwindowdump { .xwd }
|
|
text/html { .html .htm }
|
|
text/plain { .asc .txt }
|
|
text/css { .css }
|
|
text/richtext { .rtx }
|
|
text/tab-separated-values { .tsv }
|
|
text/x-setext { .etx }
|
|
video/dl { .dl }
|
|
video/fli { .fli }
|
|
video/gl { .gl }
|
|
video/mpeg { .mp2 .mpe .mpeg .mpg }
|
|
video/quicktime { .mov .qt }
|
|
video/x-msvideo { .avi }
|
|
video/x-sgi-movie { .movie }
|
|
x-world/x-vrml { .vrm .vrml .wrl }
|
|
|
|
application/octet-stream { * }
|
|
}
|
|
|
|
# External {
|
|
# /usr/bin/php { php }
|
|
# /usr/bin/eruby { rhtml }
|
|
# }
|
|
|
|
IndexNames { index.html index.htm }
|
|
}
|
|
|
|
|
|
|
|
Server {
|
|
Port 80
|
|
|
|
Virtual {
|
|
AnyHost
|
|
|
|
Control {
|
|
Alias /
|
|
Location /var/www
|
|
AutoIndexCommand /usr/bin/dir_cgi
|
|
Specials { CGI { dir_cgi } }
|
|
}
|
|
|
|
Control {
|
|
Alias /cgi-bin
|
|
Location /var/www/cgi-bin
|
|
Specials { CGI { * } }
|
|
}
|
|
}
|
|
}
|
|
|
|
# End of file
|