blob: 27fd5b1267bb8e4d14b35fb92864051140e04d05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
weblog for Debian
=================
This package is the Debian version of weblog.
It is an FCGI application communicating to a webserver, e.g. Reichwein.IT webserver.
Configuration
-------------
* You can add this to /etc/webserver.conf
<path requested="/blog">
<plugin>fcgi</plugin>
<target>::1:9091</target>
</path>
* Edit /etc/weblog.conf to adjust the weblog data path if different
from /var/lib/whiteboard
* Enable:
# systemctl enable weblog.service
* Start:
# systemctl start weblog
* Stop:
# systemctl stop weblog
* Query Status:
# systemctl status weblog
and observe /var/log/syslog
Contact
-------
Reichwein IT <mail@reichwein.it>
|