Skip to content

xiaoyjy/retry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTRO

访问增加访问某个网站时,增加成功率的代理

INSTALL

配置HTTP访问接口示例

  • Apache 配置方法
<VirtualHost *:80>

        ServerName cy.example.com
        DocumentRoot /cy path/www

        RewriteEngine On

        RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-f
        RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} !-d
        RewriteRule . /index.php [L]

        ErrorLog logs/cy-error.log
        CustomLog logs/cy-access.log combined

</VirtualHost>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages