logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

axhttpd - Demo HTTP/HTTPS server for axTLS

Author

axhttpd  is  written  by  Cameron Hamilton-Rich. It is based originally on the web server written by Doug
       Currie which is at http://www.hcsw.org/awhttpd.

                                                                                                      axhttpd(1)

Description

axhttpd is a small embedded web server using the axTLS library.

Name

       axhttpd - Demo HTTP/HTTPS server for axTLS

Options

-p [address:]httpport
              Set HTTP address and port. (default: 80)

       -s [address:]httpsport
              Set HTTPS address and port. (default: 443)

       -keyprivate_key
              Private key for TLS certificate.

       -certcert
              TLS certificate file.

       -wwebroot
              The location of the web root in relation to axhttpd.

See Also

Synopsis

axhttpd [-p [address:]httpport] [-s [address:]httpsport] [-keyprivate_key] [-certcert] [-wwebroot]

See Also