Thttpd

Parses Thttpd’s configuration files

Author: Marc Fournier marc.f.nosp@m.ournier@camptoc.nosp@m.amp.com

Summary
ThttpdParses Thttpd’s configuration files
ReferenceThis lens is based on Thttpd’s default thttpd.conf file.
Usage Example
LicenseThis file is licensed under the LGPL v2+, like the rest of Augeas.

Reference

This lens is based on Thttpd’s default thttpd.conf file.

Usage Example

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.

License

This file is licensed under the LGPL v2+, like the rest of Augeas.

Provides unit tests and examples for the Thttpd lens.
Close