# File lib/mongrel/configurator.rb, line 73
    def remove_pid_file
      File.unlink(@pid_file) if @pid_file and File.exists?(@pid_file)
    end