Wiihttpd: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew Apps (Utilities) - GameBrew
|title_mode=append
|image=wiihttpdwii.jpg
|image_alt=Wiihttpd
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=Wiihttpd
|title=Wiihttpd
|image=wiihttpdwii.jpg
|image=wiihttpd2.png
|description=Simple multi-threaded HTTP Webserver for the Wii
|description=Simple multi-threaded HTTP Webserver for the Wii.
|author=teknecal
|author=teknecal
|lastupdated=2008/06/24
|lastupdated=2008/06/24
Line 14: Line 8:
|version=0.0.2
|version=0.0.2
|license=New BSD
|license=New BSD
|download=https://dlhb.gamebrew.org/wiihomebrews/wiihttpdwii.7z
|download=https://dlhb.gamebrew.org/wiihomebrews/wiihttpd.7z
|website=http://www.codemii.com/
|website=http://www.codemii.com/
|source=https://dlhb.gamebrew.org/wiihomebrews/wiihttpdwii.7z
|source=https://dlhb.gamebrew.org/wiihomebrews/wiihttpd.7z
}}
}}
'''Wiihttpd''' is a simple multi-threaded HTTP Webserver for the Wii. Wiihttpd is built on the ftpii source code.
Wiihttpd is an open-source, multi-threaded HTTP web server designed for the Wii console.  
 
It is based on the ftpii source code, allowing for a simple and easy to use web server experience on the Wii.


== Features ==
== Features ==
* Basic HTTP/1.0 and HTTP/1.1 support
* Basic HTTP/1.0 and HTTP/1.1 support.
* Dynamic HTTP headers
* Dynamic HTTP headers.
* Able to serve any file type you like (you can add more file types in common.h)
* Able to serve any file type you like (you can add more file types in common.h).
* Able to use spaces and dots in file names
* Able to use spaces and dots in file names.
* View server uptime, pages/files served and not found by going to /stats
* View server uptime, pages/files served and not found by going to /stats.


== Usage ==
==Installation==
Create a /www directory on the root of your SD card and place any files you would  
Create a /www directory on the root of your SD card and place any files you would like to be served in there.
like to be served in there.


Run the included ELF with your favourite method to boot homebrew.
Run the included ELF with your favourite method to boot homebrew.


==Screenshots==
==Screenshots==
[[image:wiihttpdwii.jpg]]
https://dlhb.gamebrew.org/wiihomebrews/wiihttpd2.png


== Changelog ==
== Changelog ==
'''24 June 2008 (v0.0.2)'''
'''v0.0.2 2008/06/24'''
* Removed configurable GMT text setting in HTTP header and instead allowed timezone change
* Removed configurable GMT text setting in HTTP header and instead allowed timezone change.
* Added Connection: close to HTTP/1.1 header
* Added Connection: close to HTTP/1.1 header.
* Added more mime types
* Added more mime types.
* Added HTTP HEAD method
* Added HTTP HEAD method.
* Protection against ./ and ../ in HTTP path by displaying a 404 page
* Protection against ./ and ../ in HTTP path by displaying a 404 page.


'''21 June 2008 (v0.0.1)'''
'''v0.0.1 2008/06/21'''
* Initial Release
* Initial Release.


== Credits ==
== Credits ==
Joe Jordan <[email protected]> - Used your ftpii source to code from
* Joe Jordan - Used ftpii source to code from.
 
* Cboomf + Felix123 - Used your Wii Webserver source for mime types list/struct/for loop.
Cboomf + Felix123 - Used your Wii Webserver source for mime types list/struct/for loop
 
=== Notes ===
Source code is included :)
 
Wiihttpd was written in C using devkitPPC r15 and libogc (CVS 20080618) with libfat.


==External links==
==External links==
* Homepage - http://www.codemii.com/
* Author's website - http://www.codemii.com/
* Wiibrew - https://wiibrew.org/wiki/Wiihttpd
* WiiBrew - https://wiibrew.org/wiki/Wiihttpd

Latest revision as of 09:25, 25 February 2023

Wiihttpd
Wiihttpd2.png
General
Authorteknecal
TypeUtilities
Version0.0.2
LicenseNew BSD
Last Updated2008/06/24
Links
Download
Website
Source

Wiihttpd is an open-source, multi-threaded HTTP web server designed for the Wii console.

It is based on the ftpii source code, allowing for a simple and easy to use web server experience on the Wii.

Features

  • Basic HTTP/1.0 and HTTP/1.1 support.
  • Dynamic HTTP headers.
  • Able to serve any file type you like (you can add more file types in common.h).
  • Able to use spaces and dots in file names.
  • View server uptime, pages/files served and not found by going to /stats.

Installation

Create a /www directory on the root of your SD card and place any files you would like to be served in there.

Run the included ELF with your favourite method to boot homebrew.

Screenshots

wiihttpd2.png

Changelog

v0.0.2 2008/06/24

  • Removed configurable GMT text setting in HTTP header and instead allowed timezone change.
  • Added Connection: close to HTTP/1.1 header.
  • Added more mime types.
  • Added HTTP HEAD method.
  • Protection against ./ and ../ in HTTP path by displaying a 404 page.

v0.0.1 2008/06/21

  • Initial Release.

Credits

  • Joe Jordan - Used ftpii source to code from.
  • Cboomf + Felix123 - Used your Wii Webserver source for mime types list/struct/for loop.

External links

Advertising: