Skip to content

A simple starting point in order to run zig as a cgi handler.

License

Notifications You must be signed in to change notification settings

SMFloris/zig-cgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using Zig as a CGI handler for Apache2

It could prove to be a nice stateless way to run some zig programs.

Just follow the instructions below and you should be up and running in no time.

Build

docker build . -t zig-cgi

Run

docker run -p 8080:80 zig-cgi

Visit localhost:8080/cgi-bin/zig.cgi and see the hello world message!

About

A simple starting point in order to run zig as a cgi handler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published