WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: darkhttpd server  (Read 2426 times)

Offline valuequest

  • Newbie
  • *
  • Posts: 8
darkhttpd server
« on: June 06, 2012, 05:15:12 PM »
Glad that lighthttpd is already in the repository yet could still appreciate an alternative http server with perhaps different features or options.

unix4lyfe.org/darkhttpd/

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11220
Re: darkhttpd server
« Reply #1 on: June 06, 2012, 05:38:53 PM »
Hi valuequest
apache2.tcz, araneum-0.8.2.tcz, cherokee.tcz,  mongoose.tcz, and monkey.tcz are also in the repository, among
possibly others that I missed.

Offline beerstein

  • Hero Member
  • *****
  • Posts: 530
Re: darkhttpd server
« Reply #2 on: June 07, 2012, 08:40:51 AM »
Hi valuequest:
The python language (installed on most systems) gives you a simple "Instant Webserver"
Just open a terminal and cd to the folder containing the files you want to share, then:

$ python -m SimpleHTTPServer 8000

Firefox; http;//localhost:8000
shows the files in the folder.
If there is an index.html in that folder it will be shown

Security? Production? probably not
t(w)o be(ers) or not t(w)o be(ers) that is the question