Skip to content

LYHyoung/proxy-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Proxy Server


Proxy Server implementation

  • Made in Ubuntu 16.04
  • Make logfile
    • Write HIt and MISS data(URL) in logfile.
    • Write Run time, sub process count in logfile.
  • Make cache file
    • Made by hashing URL
      • HTTP request URL
      • Write Message to cache file when MISS
      • Get Message from cache file when HIT

Run

make

Open Browser

Chrome

google-chrome --proxy-server="IP Address:PIN number"

FireFox

Setting -> General -> Network Settings -> Settings... -> Manual proxy configuration -> Set "HTTP Proxy", "Port" -> OK


Made Directory Structure :


├── proxy_cache
│   ├── Makefile
│   ├── proxy_cache.c
│   └── proxy_cache
├── cache
│   ├── cache file 1
│   ├── cache file 2
...
│   └── cache file N
└── logfile
    └── logfile.txt

About

proxy server which check the 'MISS', 'HIT'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published