Skip to content

This an academic small http webserver, of course it's not an Apache, it a Mock of Apache, a Mapache (which is a raccoon in spanish) :P

Notifications You must be signed in to change notification settings

mscs-usp/mac5910-webserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6432a1c · Sep 6, 2013

History

93 Commits
Aug 20, 2013
Aug 20, 2013
Sep 5, 2013
Sep 6, 2013
Sep 5, 2013
Sep 5, 2013
Aug 20, 2013
Aug 20, 2013
Sep 5, 2013
Sep 4, 2013
Aug 24, 2013
Aug 20, 2013
Sep 4, 2013
Aug 20, 2013

Repository files navigation

Mapache webserver

Mapache is a webserver developed during the Network Programming course MAC5910 taken at IME/USP in 2013.

https://api.travis-ci.org/mscs-usp/mac5910-webserver.png?branch=master

Teste...

Development debug

Debuging with cgdb:

http://www.youtube.com/watch?v=OKLR6rrsBmI

Debuging with curl:

curl -v -X OPTIONS http://<IP>

Output:

* About to connect() to <IP> port 80 (#0)
*   Trying <IP>...
* connected
* Connected to <IP> (<IP>) port 80 (#0)
> OPTIONS / HTTP/1.1
> User-Agent: curl/7.28.1
> Host: <IP>
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Tue, 20 Aug 2013 22:47:55 GMT
< Server: Apache/2.2.22 (Linux/SUSE)
< Allow: POST,OPTIONS,GET,HEAD,TRACE
< Content-Length: 0
< Content-Type: text/html
<
* Connection #0 to host <IP> left intact
* Closing connection #0

About

This an academic small http webserver, of course it's not an Apache, it a Mock of Apache, a Mapache (which is a raccoon in spanish) :P

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published