GitHub - LYHyoung/proxy-server: proxy server which check the 'MISS', 'HIT' · GitHub
Skip to content

Latest commit

 

History

5 Commits

Folders and files

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages