Modify h5_server1.js so that it acts basically the same as the correct h4 server. So, it should appropriately respond to /time, /uptime, /fortune. It should reply with a 404 bad request for unknown links. And the rest of h4 as well. There is a correct solution running on port 47398 Javascript modules used in Jeff's solution: * http, url, querystring, cp, fs, path Methods/functions used in Jeff's solution: * ones that are already in the h5_server1.js file that you are starting with * Date * path.parse * strings: substring * fs.existsSync, fs.lstatSync (.isDirectory), readFileSync Grading... * 2 points each for: time, uptime, fortune, 404 * 4 points each for: /files directories, /files file