Re: mathopd error messages

mattg <[email protected]> Wed, 22 Jan 2003 16:27:33 -0500
Newsgroups gmane.network.mathopd
Message-ID <[email protected]>
well, it's not producing log files.
attached is my config file.

what should the ownership/permissions be for mathopd.conf if i'm running
mathopd as the user 'daemon' ?  the only reason i'm running it as daemon
is because that is what's in the sample file.  i really want to get this
working and write some documentation.  what's distro'ed with the source
and on the website is kinda vague.  :D

also:  does mathopd support public_html containers in users $HOME ?

see attached.

[root@apathy]:[/etc]# cat mathopd.conf
Umask 026

Tuning {
          NumConnections 120
          BufSize 12288
}

User daemon
StayRoot On

PIDFile /var/run/mathopd.pid
Log /var/log/mathopd/log.%Y%m%d
ErrorLog /var/log/mathopd/errors.%Y%m

Control {
          Symlinks On
          Types {
                  text/plain { * }
                  text/css { css }
                  application/octet-stream { zip gz tgz exe class }
                  application/futuresplash { spl }
                  model/vrml { wrl }
                  application/pdf { pdf }
                  text/html { html htm }
                  image/gif { gif }
                  image/jpeg { jpg }
          }
          Specials {
                  Imagemap { map }
                  CGI { cgi }
                  Redirect { url }
          }
          External {
                  /usr/bin/perl { pl }
                  /usr/local/bin/phpstub { php php4 }
          }
          IndexNames { home.html index.htm index.html index.php
redirect.url }
}

DefaultName apathy.guiltyparty.org

Server {
          Port 80

          Virtual {
                  Control {
                          Alias /
                          Location /var/www
                  }
          }

}
[root@apathy]:[/etc]#


-- 
mattg
[email protected]
--------------------