Recent content by duy1313

  1. duy1313

    cant compile PHP on lowend VPS

    Prepared: apt-get update sudo apt-get install build-essential sudo apt-get install libpcre3-dev libexpat1-dev libssl-dev libgeoip-dev zlib1g-dev apt-get install build-essential gcc make cmake libssl-dev libxml2-dev libpng-dev libjpeg-dev libcurl4-openssl-dev libbz2-dev libncurses5...
  2. duy1313

    I have tested 1.4.3 , but not works, why?

    if U use 104.128.86.182 as a proxy, U can access https://104.128.86.182:7080 very fast
  3. duy1313

    I have tested 1.4.3 , but not works, why?

    https://104.128.86.182:7080 I can access and it works well You can SSH to your server 104.128.86.182, and enable tunneling ssh to use your server 104.128.86.182 as a proxy
  4. duy1313

    Openlitespeed proxy Apache

    Hi all, I try this Help:Setting Up a Web Server External Application: http://open.litespeedtech.com/mediawiki/index.php/Help:Setting_Up_a_Web_Server_External_Application apache 2.4 listen port 8888 openlitespeed 1.4 port 80 When I click Save: It becomes to blank page: Is it bug?
  5. duy1313

    Rewrite rule Johncms with Openlitespeed 1.3

    If OLS does not support .htacess (per-directory level), but it can support rewrite rules on a per-server level. Maybe we need one website to covert rule like http://winginx.com/en/htaccess Covert apache htaccess => rewrite rule httpd.conf OLS
  6. duy1313

    Rewrite rule Johncms with Openlitespeed 1.3

    Hello, i have a code JohnCMS with rewrite-rule as follows : Options -Indexes ErrorDocument 403 /index.php ErrorDocument 404 http://m.domain.com ErrorDocument 500 /index.php DirectoryIndex index.php AddDefaultCharset UTF-8 <IfModule mod_expires.c> ExpiresActive On ExpiresDefault A1209600...
  7. duy1313

    CentOS 6.5 & Wordpress: 404 Error, Invalid rewrite directive

    Maybe U need: chown -R mysite:mysite /home/mysite/ chmod -R 755 /home
Top