Changeset 8098
- Timestamp:
- 07/09/10 10:34:36 (23 months ago)
- File:
-
- 1 edited
-
trunk/core/tools/lighttpd.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/tools/lighttpd.pl
r7837 r8098 99 99 print "************************************************************\n"; 100 100 print "Foswiki Development Server\n"; 101 system(' /usr/sbin/lighttpd -v 2>/dev/null');101 system('lighttpd -v 2>/dev/null'); 102 102 print "Server root: $foswiki_core\n"; 103 103 print "************************************************************\n"; … … 109 109 110 110 # execute lighttpd 111 system(" /usr/sbin/lighttpd -f $conffile -D");111 system("lighttpd -f $conffile -D"); 112 112 113 113 # finalize
Note: See TracChangeset
for help on using the changeset viewer.
