kuchi 0 Newbie Poster

we got a requirement, im new to Python and recently I did python core code and now got to work on HTTPServer. Is this something like web server?
Please check for the following req and give me an idea for each

* respond to GET requests by serving pages from a specified folder
* validate requested paths to ensure only files from the specified folder (and sub-directories) are served
* use an INI file for configuration purposes
o which folder to serve pages from?
o what port to listen on?
* write to a log file
o who is accessing your server?
o what pages are they GETting?

please give me reply with clues, I really appreciate

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.