blob: 6150bff91cd110deab2df4fd962d74d390a7d1fb (
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
|
webserver for Debian
====================
This package is the Debian version of webserver.
Setup and Configuration
-----------------------
The default configuration in Debian contains an example configuration file in
/etc/webserver.conf and serves an example html page from
/usr/lib/webserver/example and an example webbox from
/var/lib/webserver/webbox. You need to replace the latter for a writable
location to get a writable webbox).
For initial startup, do the following:
* Edit /etc/webserver.conf
* Enable in Debian:
# systemctl enable webserver.service
* Start:
# systemctl start webserver
For debugging purposes, do the following:
* Query Status:
# systemctl status webserver
or observe /var/log/syslog
To finally disable the service if you don't need it anymore:
# systemctl disable webserver.service
Contact
-------
Reichwein IT <mail@reichwein.it>
|