Skip to content

michaelg100/Web-App-With-C-And-Apache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

# docker build -t my-apache2 .
# docker run -dit --name my-running-app -p 8080:80 my-apache2

Curl

curl localhost:8080/cgi-bin/index.out

Response

<html><head><title>C-Html sync</title></head><body>This page is created by a C program.<br />I love to share my ideas to the world <strong>bold</strong> and <em>italic</em> text.</body> </html>

View

image.png

Visit (To See Parameter Use)

http://localhost:8080/cgi-bin/q.out?color=blue&user=mike

Credit: https://gitlab.com/greggink/youtube_episode_cgi/-/tree/master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages