/etc/logrotate.d/xttpd is in xtide 2.13.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
| 1 2 3 4 5 6 7 8 9 10 11 | /var/log/xttpd {
	notifempty
	missingok
	rotate 7
	size=50k
	compress
	delaycompress
	postrotate
		/etc/init.d/xttpd restart >/dev/null
	endscript
}
 |