Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: lighttpd/win/TestMode.bat

Issue 467008: Move lighttpd into deps because it's 20mb of win and mac specific... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lighttpd/win/Spawn-FCGI.exe ('k') | lighttpd/win/bin/INSTSRV.EXE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lighttpd/win/TestMode.bat
===================================================================
--- lighttpd/win/TestMode.bat (revision 0)
+++ lighttpd/win/TestMode.bat (revision 0)
@@ -0,0 +1,8 @@
+@ECHO OFF
+ECHO LightTPD Test mode (without log)
+ECHO Press 'CTRL + C' to exit.
+ECHO.
+ECHO LightTPD Output:
+ECHO ----------------
+START /B lighttpd.exe -f conf\lighttpd-inc.conf -m lib -D
+PAUSE >NUL && EXIT
« no previous file with comments | « lighttpd/win/Spawn-FCGI.exe ('k') | lighttpd/win/bin/INSTSRV.EXE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698