Search results

  1. eva2000

    Configuring and testing litespeed cache Part 1

    As per thread at http://www.litespeedtech.com/support/forum/showthread.php?t=4198 and at http://www.litespeedtech.com/support/forum/showthread.php?t=4401, testing out litespeed cache first with simple test.php and testnocache.php files each with the following code as per NiteWave's instructions...
  2. eva2000

    no WHM, but replicating the apache/litespeed confguration ?

    Ah figured it out as per http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:license:all_about_licenses, had to release the license from store client area before re-registering it :) George
  3. eva2000

    no WHM, but replicating the apache/litespeed confguration ?

    Thanks George, so if i am not overriding htpd binary, what do i set for the option Auto Reload On Changes ? Yes or No ? i tried with it set No and used config path /etc/httpd/conf/httpd.conf and no apache offset port specified but after switching from litespeed to apache and back service...
  4. eva2000

    Understanding Admin -> Actions -> Compile PHP

    i get following
  5. eva2000

    no WHM, but replicating the apache/litespeed confguration ?

    Just setup a local virtualised CentOS 5.5 64bit server which has apache 2.2.3 and PHP 5.3.5 compiled as per this thread http://www.litespeedtech.com/support/forum/showthread.php?t=4592 then installed litespeed 4.0.18 enterprise and recompiled LSAPI 5.5 with PHP 5.3.4 But I want to replicate...
  6. eva2000

    Understanding Admin -> Actions -> Compile PHP

    Looks like PHP 5.3.4 was built okay just nothing happened on step 4 on build page in admin area for litespeed ? PHP 5.3.5 with apache (on left) vs LSAPI PHP 5.3.4 with litespeed (on right)
  7. eva2000

    Understanding Admin -> Actions -> Compile PHP

    First time installing litespeed from scratch on local virtualised CentOS 5.5 64bit server and trying to understand the options presented in litespeed admin -> actions -> compile PHP section default 5.3.4 looks like the below screenshot - what is the 'Extra PATH environment' field for ? Now...
  8. eva2000

    vBulletin Guest Cache with LiteSpeed

    dihuta, might want to ask on vbseo by posting on their forums the above litespeed/cache rewrite rules and see where the conflict is ? I believe vbseo has it's own cookies for logged in users called vbseo_loggedin = yes
  9. eva2000

    vBulletin Guest Cache with LiteSpeed

    Okay thanks for the clarification :)
  10. eva2000

    vBulletin Guest Cache with LiteSpeed

    I see, so you uploaded boost.php and installed product-boostv1.xml‎ ?
  11. eva2000

    vBulletin Guest Cache with LiteSpeed

    just to clarify you tried this on vB4.x forum or vB 3.8.6 ?
  12. eva2000

    vBulletin Guest Cache with LiteSpeed

    oh my mistake I forgot you have global cache disabled in litespeed above config, as i thought the rewrite rule would cache all php pages which arent excluded by the rewrite rule. But since you have global cached disabled it wouldn't touch other scripts. Pretty neat that you can fine tune what...
  13. eva2000

    vBulletin Guest Cache with LiteSpeed

    thanks For that rewrite url set, how would it be modified to also exclude individual non-vB php pages i.e. domain.com/about.php domain.com/contact.php or exclude wordpress specific pages/directories domain.com/wordpress domain/wp-content/ etc ?
  14. eva2000

    vBulletin Guest Cache with LiteSpeed

    What if virtualhost is via apache on whm/cpanel based litespeed server ? Would vbseo rewrites interfere with this ? thanks
  15. eva2000

    Content-Aware Caching

    Awesome news :)
  16. eva2000

    vBulletin Guest Cache with LiteSpeed

    awesome news, get a guide/how to post up for all of us to try so we can provide feedback :D Guess next popular apps to test this for would be 1. wordpress 2. drupal 3. openx 4. photopost 5. reviewpost :D
  17. eva2000

    Content-Aware Caching

    thanks mate good info - wish documentation would explain and outline this stuff :) So for vbulletin usage, if i compile apache with mod_cache support, add into pre main include CacheRoot /home/lswscache/ CacheEnable disk / litespeed would cache all files in all virtualhosts without...
  18. eva2000

    Content-Aware Caching

    Adding my questions here too 1. how would you do this at server level - for all virtualhosts on a WHM/Cpanel apache virtualhost configured server running litespeed ? for just specific php pages and/or for all php served pages on all virtualhosts ? 2. would that rewrite url not for index.php...
  19. eva2000

    [Resolved] expires header not working for js/png files unless htaccess is in place ?

    ah yes css.php :) so is this by design or a bug that apache mod_expires overrides litespeed values for expire types and that mod_expires needs to be set for litespeed to process png and css files for expire headers - only 2 mime types need for this requirement?
  20. eva2000

    [Resolved] expires header not working for js/png files unless htaccess is in place ?

    Ah interesting it's working once i added apache mod_expires ??? more interesting is that the expire duration for most mime types is now taken from apache mod_expires overriding what is set in litespeed admin control panel. The exception being css mime type files now has expire duration of...
Top