dmesgdb/README.md

15 lines
319 B
Markdown
Raw Permalink Normal View History

2023-02-06 15:47:37 +03:00
# dmesgdb
2023-02-06 22:11:44 +03:00
OpenBSD dmesg collection
## Install
```
cd /var/www
git clone https://git.openbsd.org.ru/vasyahacker/dmesgdb.git
2023-02-07 18:21:36 +03:00
chown -R www:www dmesgdb
2023-02-06 22:11:44 +03:00
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
```