Skip to content

d3npa/webring-cgi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webring-cgi

cgi program for the haunted webring (see n0.lol/#webring)

live: https://pixeldreams.tokyo/cgi-bin/webring.cgi

server setup

  • openbsd 7.2
  • httpd(8)
  • slowcgi(8)

add a location rule in /etc/httpd.conf to trigger cgi

server "pixeldreams.tokyo" {
    ...
    location "/cgi-bin/webring.cgi" {
        fastcgi
    }
    ...
}

building

build with cargo build --release then copy target/release/webring-cgi to your .../cgi-bin/ directory

About

cgi program for the haunted webring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published