Please note that this whole manual refers to the version 3.5.15 of Squid. You probably would have to adapt some commands to the version you will actually download.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# names of latest versions of each package | |
export NGINX_VERSION=1.11.1 | |
export VERSION_PCRE=pcre-8.38 | |
export VERSION_LIBRESSL=libressl-2.4.1 | |
export VERSION_NGINX=nginx-$NGINX_VERSION | |
#export NPS_VERSION=1.9.32.10 | |
#export VERSION_PAGESPEED=v${NPS_VERSION}-beta | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* ECSHOP 模版类 | |
* ============================================================================ | |
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。 | |
* 网站地址: http://www.ecshop.com; | |
* ---------------------------------------------------------------------------- | |
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和 | |
* 使用;不允许对程序代码以任何形式任何目的的再发布。 |
NewerOlder