Search results

  1. D

    FilesMatch & php .htaccess options

    The newest victim, reported just few minutes ago ---> http://mp3smackers.com And here is the whole .htaccess entry : --------------------------------------------- # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond...
  2. D

    FilesMatch & php .htaccess options

    Definitely not help much... Another victim ---> http://slabgames.com Everyday, 1-4 per day, I am facing this report from my Redirect Loop customers :(
  3. D

    FilesMatch & php .htaccess options

    I already using 4.0.4 before. All right then I will download and run upgrade again.
  4. D

    FilesMatch & php .htaccess options

    Yes, I mean creating redirects from "Redirects" function in the "domains" section
  5. D

    FilesMatch & php .htaccess options

    Ramdomly redirect loop victim --> http://audiogazmo.com Even mysql.allow persistent turned Off on php ini. The .htaccess : ----------------------------------------------- # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond...
  6. D

    FilesMatch & php .htaccess options

    I don't know how, but Cpanel is always create rules just like that when creating redirect from Cpanel's redirect menu. The situation is the same way either with old or new hosting account. Redirect domain/subdomain/folder to another url will causing redirect loop. So everytime after...
  7. D

    FilesMatch & php .htaccess options

    Thank you for thread starter. I am also have a question regarding to .htaccess Cpanel always create rewrite rules just like this : ----------------------------------------------- RewriteEngine on RewriteCond %{HTTP_HOST} ^domain.com$ [OR] RewriteCond %{HTTP_HOST} ^www.domain.com$ RewriteRule...
  8. D

    XML pages --> Between LSWS and Apche

    I thought it caused by wordpress admin setting... while wrote main site url setting : with or without www... So many thanks for your helps, auser. Very appreciated that :)
  9. D

    XML pages --> Between LSWS and Apche

    Got that, auser It perhaps from dns entries. About entries between www (subdomain?) and plain name of that domain. I will take a look on that, thanks Now Internet Explorer showed like this : =========================================================== The XML page cannot be...
  10. D

    XML pages --> Between LSWS and Apche

    whoOpss... you were right... http://13meter.com/sitemap.xml is cured now so the http://www.moviedb.asia/sitemap.xml brokens are caused by their url type? thank you for helps anyway :)
  11. D

    XML pages --> Between LSWS and Apche

    I have just add that xsl to /usr/local/lsws/conf/mime.properties and then restart LSWS... But still broken on firefox :(
  12. D

    XML pages --> Between LSWS and Apche

    Look at this xml sitemap from the same server with LSWS installed : ====> http://13meter.com/sitemap.xml It's only broken while accesing with firefox. The most popular browser in this planet. Opera, safari, ie, and maxthon are shows fine.
  13. D

    XML pages --> Between LSWS and Apche

    --------------------------------------------------------------------------- This one produced by LSWS --> http://www.moviedb.asia/sitemap.xml This one produced by Apache --> http://xtremenitro.org/sitemap.xml ---------------------------------------------------------------------------...
  14. D

    Failed to generate the realtime reports!

    I'll try to disabling ea cache at busy time of my server (it is 5:35 AM here). top - 05:42:17 up 1 day, 23:31, 1 user, load average: 0.72, 1.33, 1.48 And I will give my update here after that. So many thanks, George :)
  15. D

    Failed to generate the realtime reports!

    I have set "Max Idle Time" to 4 before. I'll changed that to 10. And all right then I'll cancel to move ea cache dir to /home1 partition. Thanks for advices :)
  16. D

    Failed to generate the realtime reports!

    So that might be bug from eAcceleartor... noticed that.. Btw I'm not compile eAccelerator by my self. I have just use /scripts/phpextensionmgr install eAccelerator. Is that affected? Because many (all?) forum softwares cannot recognize if there is an eAccelearator on my server (in their forum...
  17. D

    Failed to generate the realtime reports!

    @anewday: Here is mine : tmpfs /dev/shm tmpfs defaults,noexec,nosuid 0 0 So... is that mounted correctly? And how about to move eaccelerator cache dir to dedicate disk which that used for /home1 only?
  18. D

    Failed to generate the realtime reports!

    For additional information, some users are randomly just suddenly getting wild with their proccess. So the CPU load will follows until 40-50 (and that makes LSWS automatically restart with fix 503 error reason) I found those brutal process on CSF reports. Here is one for an example ...
  19. D

    Failed to generate the realtime reports!

    lsphp5 Max Connections is 175 (same as PHP_LSAPI_CHILDREN value). @george : Yes I use PHP suEXEC, as it shown on my "top" screen shots. So PHP_LSAPI_CHILDREN value will completely ignored? I'll erase that.
  20. D

    Failed to generate the realtime reports!

    Yes it has loaded very fast (it was cleaned up at 5 minutes ago).... Filesystem 1K-blocks Used Available Use% Mounted on tmpfs 4090756 3926160 164596 96% /dev/shm I will change my cron job to clean it more frequently. Is that save to move the...
Top