Skip to content

91d906h4/Henver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

34 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Henver HTTP Server

This is a simple Python HTTP Server. You can use it to host a static website or php pages (with restrictions).

Usage

Use the following command to start the server.

python henver.py

Config

  • The config file is in /config/main.ini, you can adjust the settings in this file.
  • All webpage and files should be deployed in folder /public (e.g. index.html, favicon.ico, etc.).
  • You can place the error pages in /public/error_pages, or you can change the settings in main.ini.

About

🌐 A simple Python HTTP server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published