OpenBSD dmesg collection
 
 
 
Go to file
vasyahacker 7782820eba fix 2023-11-23 17:09:59 +03:00
bin
etc added comments and bug fixes 2023-11-04 12:11:37 +04:00
usr
var fix 2023-11-23 17:09:59 +03:00
README.md

README.md

dmesgdb

OpenBSD dmesg collection

Install

cd /var/www
git clone https://git.openbsd.org.ru/vasyahacker/dmesgdb.git
chown -R www:www dmesgdb
echo 'include "/var/www/dmesgdb/etc/httpd.conf"' >> /etc/httpd.conf
rcctl enable slowcgi httpd
rcctl set slowcgi flags -p /var/www/dmesgdb
rcctl start slowcgi httpd