Skip to content

Commit

Permalink
- lophttpd: cleaning up docu
Browse files Browse the repository at this point in the history
  • Loading branch information
stealth committed Aug 4, 2016
1 parent abaf774 commit 5780254
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Makefile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
#
# You need to install Xcode and its commandline tools

# On OSX keep in mind that Apple marks the system openssl lib
# functions as deprecated, in favor of their own crypto libs. This
# leads to (unnecessary) warnings. (goto fail for the win).
# You can add your own openssl includes/lib dirs here, to get rid of it.

INC=
LIBS=
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,16 @@ If you want TLS support with ephemeral keying:

$ ./newdh

then
then for Linux:

$ make

for OSX:

$ make -f Makefile.osx

and so on.


Run
---
Expand Down Expand Up @@ -254,7 +260,7 @@ Then, the file is transferred to `$WEBROOT/upload/file`. If you additionally
start `lhttpd` with `-r`, a random token is appended to the file when its stored.
If you put an empty __index.html__ inside __upload__, outside visitors cannot
download the uploaded file, as they do not know the URL. If you want that
nobody, not even the up-loader can see the URL, you can use `-Q'`
nobody, not even the up-loader can see the URL, you can use `-Q`
This effectively creates you an upload-only service where you can store
submitted documents which nobody can download.

Expand Down

0 comments on commit 5780254

Please sign in to comment.