blob: 33f2285c209ddc32e1383fcbd67d6637cc9ddada (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html>
<head>
<title>Apache Proxy Server - Assignment 2.3</title>
</head>
<body>
<h1>Apache Proxy Server Running</h1>
<p>This is a proxy server implementation for COMP-347 Assignment 2.3</p>
<p>To use this proxy, configure your browser to use: localhost:8081</p>
<ul>
<li>Forward proxy requests to: /proxy/example.com/path</li>
<li>Cache enabled for improved performance</li>
</ul>
</body>
</html>
|