Jump to content

Search the Community

Showing results for tags 'squid'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 1 result

  1. I have a HTTP server setup on port 9000. I want to setup a squid proxy server lies before it. After I installed the squid, I just did two changes: acl Safe_ports port 9000 # http acl ppnetwork src 192.168.0.0/24 http_access allow ppnetwork Then, I squid -k parse squid The squid is running. I can see the log from cache.log 2013/09/18 16:25:44 kid1| Store logging disabled 2013/09/18 16:25:44 kid1| Swap maxSize 0 + 262144 KB, estimated 20164 objects 2013/09/18 16:25:44 kid1| Target number of buckets: 1008 2013/09/18 16:25:44 kid1| Using 8192 Store buckets 2013/09/18 16:25:44 kid1| Max Mem size: 262144 KB 2013/09/18 16:25:44 kid1| Max Swap size: 0 KB 2013/09/18 16:25:44 kid1| Using Least Load store dir selection 2013/09/18 16:25:44 kid1| Set Current Directory to /home/xxxxx/squid/var/cache/squid 2013/09/18 16:25:44 kid1| Loaded Icons. 2013/09/18 16:25:44 kid1| HTCP Disabled. 2013/09/18 16:25:44 kid1| Squid plugin modules loaded: 0 2013/09/18 16:25:44 kid1| Accepting HTTP Socket connections at local=0.0.0.0:3128 remote=[::] FD 9 flags=9 2013/09/18 16:25:45 kid1| storeLateRelease: released 0 objects But, if I access the http site like http://mysite:9000, should I supposed to see any contents in the squid access.log? If so, why is my access.log empty? Do I setup the proxy server correctly? Thanks!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.