Search results

  1. A

    Problem with mod_headers

    tested, it's working under LSWS according to apache's document: http://httpd.apache.org/docs/2.2/mod/mod_headers.html Override: FileInfo so check if your AllowOverride All or AllowOverride FileInfo is enabled
  2. A

    failed to find flength, ffmpeg-php not compatible with LiteSpeed?

    old versions still there. you can switch back easily. about install/upgrade, http://www.litespeedtech.com/docs/webserver/install/ Install/Upgrade
  3. A

    Odd behavior on a site

    ~>curl -I http://cxcscans.zone-anime.com HTTP/1.1 200 OK Date: Sun, 31 May 2009 08:58:54 GMT Server: LiteSpeed Connection: Keep-Alive Keep-Alive: timeout=5, max=100 X-Powered-By: PHP/5.2.9 X-Pingback: http://cxcscans.zone-anime.com/xmlrpc.php Content-Type: text/html; charset=UTF-8...
  4. A

    FilesMatch & php .htaccess options

    just to confirm: so now works well? or problem still occur randomly?
  5. A

    FilesMatch & php .htaccess options

    Accessing http://idwz.net http://moviedb.asia there is no problem(infinite loop). Already resolved without any change? with following rewrite rule only: I tested latest lsws 4.0.4(standard version) and apache 2.2.11 None will cause infinite redirect loop. Are there any other...
  6. A

    How to install on Hsphere?

    should refer to: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi PHP 4/5 with LSAPI Compile/Install How-To
  7. A

    503 error on every initial request to a Rails site

    beta / testing version. minor difference with previous version 4.0.3. a convenient feature is that you can switch different versions just by a few clicks. failover to previous version is easy. so low risk to install and try a new version -- the old version still there.
  8. A

    503 error on every initial request to a Rails site

    check the 4.0.3 download link, just change 4.0.3 to 4.0.4
  9. A

    A few questions.

    Customized Error Pages http://www.litespeedtech.com/docs/webserver/config/vhostgeneral/#errPage
  10. A

    FFMPEG not working after switch to litespeed

    that means your lsphp5 not installed in /opt/lsws/fcgi-bin/ in WHM/cPanel env, it's installed in /usr/local/lsws/fcgi-bin in this case you'd try: /usr/local/lsws/fcgi-bin/lsphp5 -i
  11. A

    Is it the problem with mod_rewrite?

    yes, virtual host. Am not familiar with WHM/cPanel env, so just FYI: edit /usr/local/apache/conf/httpd.conf modify or add a VirtualHost define its DocumentRoot to .../~fortune1
  12. A

    Is it the problem with mod_rewrite?

    A suggestion of quick workaround: set the virtual document root to /~fortune1 comment RewriteBase /~fortune1 in above .htaccess. to see if drupal up or not after the change. the test url should be http://216.38.53.212/
  13. A

    Is it the problem with mod_rewrite?

    is there a file .htaccess under http://216.38.53.212/~fortune1/? if exists, what's the content?
  14. A

    Is it the problem with mod_rewrite?

    how about remove RewriteBase "/~fortune1/" ?
  15. A

    XML pages --> Between LSWS and Apche

    good news: in Firefox-->Tools-->Error Console, I saw 1 message: Security Error: Content at http://www.moviedb.asia/sitemap.xml may not load data from http://moviedb.asia/wp-content/plugins/google-sitemap-generator/sitemap.xsl. looks like it regards http://www.moviedb.asia/ and...
  16. A

    XML pages --> Between LSWS and Apche

    clear firefox browser cache, at my firefox: ====> http://13meter.com/sitemap.xml now normal; but http://www.moviedb.asia/sitemap.xml still bad.
  17. A

    XML pages --> Between LSWS and Apche

    yes, in firefox the sitemap.xml is broken. Just I was using google chrome and looks fine, so didn't know exactly what's the problem. in Firebug, noticed difference between apache and LSWS for .xsl file, LSWS's response header: Content-Type text/plain while apache's response header...
  18. A

    XML pages --> Between LSWS and Apche

    can you specify the difference ? one looks clean URL: http://xtremenitro.org/2009/05/23/lyrics-chord-naff-bila-nanti-kau-milikku.html while another is not? http://moviedb.asia/city-of-damnation-sorry-for-the-city-2009.aspx/?403.download
  19. A

    FFMPEG not working after switch to litespeed

    is there any help for your case: http://litespeedtech.com/support/forum/showthread.php?t=2144
  20. A

    Not reloading on changes

    since 8 core license, there'll be 9 lshttpd processes running. assume each process consume 200MB memory, the total memory usage may be reported as 200MB x 9 = 1.8G. but needn't worry much, since within the 200MB memory, many of them are shared. the memory usage reported by "top" is same case...
Top