Re: new beta released

[email protected] (Juergen Daubert) Mon, 27 Oct 2003 21:00:18 +0100
Newsgroups gmane.network.mathopd
Message-ID <[email protected]>
On Mon, Oct 27, 2003 at 08:14:52PM +0100, Thomas Seifert wrote:
> Zitat von Juergen Daubert <[email protected]>:
> 
> > It's obviously not a problem of my specific configuration, because with
> > b5 everything works fine, with b6 not. The Perl-CGI script, I used for 
> > one of my tests, is attached at my first email ;)
> 
> Yeah but still it could be triggered by something in your specific configuration.
> So please tell something about your environment.
> Don't know why you want to avoid any hint about your configuration ;-).

*g*, nothing secret about it, but you'll see also, nothing special. 
Attached my mathopd.conf. Hopefully not bothering someone with that.

btw, it seem to me that nobody else has any problems with the new b6 ?

Take care
Jürgen

-- 
[email protected]
mathopd.conf (text/plain, 840 B)
#
# /etc/mathopd.conf
#

User nobody
LogGMT   On
Log      /var/log/mathopd/%Y%m%d.log
ErrorLog /var/log/mathopd/errorlog

Tuning {
	NumConnections 24
	BufSize 12288
	InputBufSize 12288
}

LogFormat {
	Ctime
	RemoteUser
	RemoteAddress
	RemotePort
	ServerName
	Method
	URI
	QueryString
	Version
	Status
	ContentLength
	BytesRead
	BytesWritten
}

Control {
	ChildLog /var/log/mathopd/childlog
	ScriptUser nobody
	DNSLookups OFF

	Types {
		text/html { html }
		image/gif { gif }
		image/jpeg { jpg jpeg }
		text/css { css }
		application/octet-stream { * }
	}
	
	External { /usr/bin/eruby { rhtml } }
	IndexNames { index.html index.htm }
}

Server {
	Port 80

	Virtual {
		AnyHost
 
		Control {
			Alias /
			Location /home/www
		}

		Control {
			Alias /cgi-bin
			Location /home/www/cgi-bin
			Specials { CGI { * } }
		}
	}
}

# End of file