hello all,
i have problem running Mathopd 1.5p3.
Mathopd does not return content of files
(headers returned properly but content is empty).
(CGI works OK)
:(
maybe trouble with my cfg file?
my cfg:
Umask 026
Tuning {
NumConnections 100
BufSize 12288
InputBufSize 2048
ScriptBufSize 4096
NumHeaders 100
Timeout 60
ScriptTimeout 60
}
User timson-www
StayRoot Off
PIDFile /home/timson-www/src/mathopd/pid
Log /dev/null
ErrorLog /dev/null
LogFormat {
Ctime
RemoteUser
RemoteAddress
RemotePort
ServerName
Method
URI
QueryString
Version
Status
ContentLength
BytesRead
BytesWritten
}
LogGMT On
Control {
ChildLog /dev/null
Types {
text/html { html }
text/plain { txt }
image/gif { gif }
image/jpeg { jpg }
text/css { css }
application/octet-stream { * }
}
Specials {
Dump { /dump }
CGI { cgi }
Imagemap { map }
Redirect { url }
}
External {
/usr/local/bin/php { php }
}
IndexNames { index.html index.htm index.php redirect.url }
}
Server {
Address xxx.xxx.xxx.xxx
Port 8080
Virtual {
AnyHost
Control {
Alias /
Location /home/timson-www/docs
}
Control {
Alias /cgi-bin
Location /home/timson-www/cgi
Specials {
CGI { * }
}
}
}
}
--
Timson