Search results

  1. N

    Drupal CSS & JS Aggregation problem

    today I did more tests on my local drupal core installation. get a surprising result (need further confirmation) following rules in drupal root's .htaccess <IfModule mod_headers.c> # Serve gzip compressed CSS files if they exist and the client accepts gzip. RewriteCond...
  2. N

    Drupal CSS & JS Aggregation problem

    yes. and this is the purpose of force-reinstall -- version number is same, but binary has little difference because the new version may have fixed one or more small bugs in rare cases(for example issue discussed in this thread)
  3. N

    Drupal CSS & JS Aggregation problem

    today I did tests again first tested on an old 4.2.6 release (dated Nov 24, 2013) while the homepage is ok, but in chome developer's console(press F12), .js shows content-type is application/gzip, not application/javascript.(.css is right -- text/css). i.e., force content-type...
  4. N

    [Resolved] Switched servers - lsphp5 now running as user

    yes. but rules(deny/all from all) in subfolder .htaccess can override parent folder's .htaccess
  5. N

    [Resolved] Switched servers - lsphp5 now running as user

    check settings of lsws web admin -> Server -> Security -> File Access Force Strict Ownership Script Restricted Permission Mask Script Restricted Directory Permission Mask
  6. N

    Drupal CSS & JS Aggregation problem

    Sorry, not possible. the site is installed in LAN the URL is http://192.168.0.101:8088/drupal/ :)
  7. N

    Drupal CSS & JS Aggregation problem

    I just installed drupal 7.26 with lsws 4.2.6 (https://drupal.org/project/drupal) enabled Aggregate and compress CSS files. Aggregate JavaScript files. no issue, working fine. however this is the minimal installation. only 1 page: the home page. what's your drupal distribution? If can...
  8. N

    [Resolved] Litespeed Curl in PHP Unable to resolve host name - CLI / nGINX PHP-FPM works

    1st, see if following test script works under litespeed: <?php $ip = gethostbyname('www.google.com'); echo $ip; ?>
  9. N

    [Closed] how to configuration litespeed for normally

    confirmed, this is wordpress configuration issue. when tried to Import RSS in wordpress backend, it shows ... Choose a file from your computer: (Maximum size: 1 MB) need increase following value: (wordpress network admin backend) http://xxxxxxx.com/wp-admin/network/settings.php Max upload...
  10. N

    Drupal CSS & JS Aggregation problem

    Hi, please do force-reinstall 4.2.6 by /usr/local/lsws/admin/misc/lsup.sh -f -v 4.2.6 or lsws web admin -> Actions -> Version Manager -> 4.2.6: Force Reinstall then test again. it may solve your issue already. if not, report back and I'll install a drupal in our lab.
  11. N

    [Closed] how to configuration litespeed for normally

    to identify it's a php issue or web server issue, you can have the site run under apache. if same issue, then it's a php/wordpress issue.
  12. N

    [Closed] how to configuration litespeed for normally

    not likely a web server issue I guess that .xml has something special so wordpress can't import it ...
  13. N

    PHP crashing when APC is enabled

    may have to do more tests. it looks there are 3 extensions involved: apc.so ZendGuardLoader.so suhosin.so as your thread title suggests, if disable apc, this issue disappear ? how about disable ZendGuard or suhosin only among above 3 .so, no such issue as well ? maybe need build...
  14. N

    Drupal CSS & JS Aggregation problem

    Thanks, both for technical and marketing info you've addressed. technical side, I agree with you too. at present, Header set .... not strong yet in lsws and we actually already put it in todo list in next release. your message may increase the priority of this feature, I believe.
  15. N

    Drupal CSS & JS Aggregation problem

    base on the headers you get, I think if comment out <FilesMatch "(\.js\.gz|\.css\.gz)$"> # Serve correct encoding type. Header set Content-Encoding gzip # Force proxies to cache gzipped & non-gzipped css/js files separately. Header append Vary Accept-Encoding...
  16. N

    Drupal CSS & JS Aggregation problem

    I did unit tests for .css, it looks above rewriterule works. firstly let's check the response header for .css can you post the response headers for a .css file which is working under apache but not under litespeed? #curl -I xxx.com/a.css
  17. N

    404

    Thanks. fixed. a disk partition out of space ...
  18. N

    [Help] Bak Core Problem

    please white list /tmp/lshttpd/bak_core/ in lfd (Login Failure Daemon)
  19. N

    [Resolved] Switched servers - lsphp5 now running as user

    yes. lsws web admin->Server->General->PHP suEXEC:No
  20. N

    [Resolved] Can't figure out lsphp suexec

    great. Thanks for update.
Top