pid files fixes, ftp server already-running-but-no-control check

This commit is contained in:
Daniel Stenberg 2001-05-14 12:09:47 +00:00
parent e82d2dc634
commit 4677f733b2
3 changed files with 20 additions and 6 deletions

View file

@ -33,7 +33,7 @@ if($verbose) {
print "HTTP server started on port $port\n";
}
open(PID, ">.server.pid");
open(PID, ">.http.pid");
print PID $$;
close(PID);