Parses Thttpd’s configuration files
Author: Marc Fournier marc.fournier@camptocamp.com
| Thttpd | Parses Thttpd’s configuration files |
| Reference | This lens is based on Thttpd’s default thttpd.conf file. |
| Usage Example | |
| License | This file is licensed under the LGPL v2+, like the rest of Augeas. |
augtool> get /files/etc/thttpd/thttpd.conf/port /files/etc/thttpd/thttpd.conf/port = 80 augtool> set /files/etc/thttpd/thttpd.conf/port 8080 augtool> save Saved 1 file(s)
The Test_Thttpd file also contains various examples.