Search results

  1. M

    No output from SNMP

    chmod a+x /usr/local/lsws/add-ons/snmp_monitoring/sample.php add #!/usr/local/bin/php at the beginning of sample.php if it is not there.
  2. M

    [RESOLVED] LSWS 4.0.13 - Signal 9's gone... Signal 15's new

    OK, we update the download page.
  3. M

    [RESOLVED] Expires Headers for images in stylesheets

    You can also try add "image/png=A604800" explicitly, it does not hurt anything.
  4. M

    [RESOLVED] Expires Headers for images in stylesheets

    If you access it again by hitting enter from browser address bar, not using refresh, will you get 304 response? I wonder if the request was served by rails dynamically.
  5. M

    allow_url_fopen and tmp problem

    Maybe you should restore the php.ini under admin/conf/ directory.
  6. M

    [RESOLVED] Expires Headers for images in stylesheets

    what is in the response header when you access the file directly? check from firebug.
  7. M

    [RESOLVED] Expires Headers for images in stylesheets

    check the MIME type of ".png", it should be in "Expires By Type" configuration http://www.litespeedtech.com/docs/webserver/config/general/#expiresByType
  8. M

    No output from SNMP

    I think it is just the way it works. You should ask net-snmp developers about this, it is not something develop by LiteSpeed.
  9. M

    allow_url_fopen and tmp problem

    That's the reason, please check /usr/local/lib/php.ini, that's the php.ini used in cPanel environment.
  10. M

    No output from SNMP

    Maybe it is because snmp agent call an external application to serve the request. You got the result from sample.php, right? it is working.
  11. M

    allow_url_fopen and tmp problem

    looks like that file has been served as static html file. Please check the .htaccess see if something override the MIME type for ".php" to "text/html".
  12. M

    allow_url_fopen and tmp problem

    You should remove "echo".
  13. M

    allow_url_fopen and tmp problem

    It means PHP has not been configured properly. Are you using any control panel?
  14. M

    High Traffic vbulletin forum with 503 Errors

    Also, download and upgrade to 4.0.13 again, the latest build should help.
  15. M

    Install fails on Ubuntu

    Then, follow http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:plesk
  16. M

    allow_url_fopen and tmp problem

    /usr/local/lsws/admin/conf/php.ini is only for litespeed web console, for other web sites, you need to check phpinfo() page to find out the correct php.ini For temp directory, you can move "Static GZIP Cache Directory" to some where else...
  17. M

    Install fails on Ubuntu

    When you run the install.sh, when answer "using Litespeed web server with a hosting control panel?" you need to select "NONE". then use "www-data" as the user. Please remove /usr/local/lsws directory, then try again.
  18. M

    [RESOLVED] Memory Limit for VPS License

    It has been raised to 2GB, 4.1 release will not work in VPS with more than 2GB memory.
  19. M

    [RESOLVED] LSWS 4.0.13 - Signal 9's gone... Signal 15's new

    Please try the latest build of 4.0.13, built on 27th 6PM EST.
  20. M

    Litespeed php 5.2.12 symLink a Problem

    Sorry, I do not understand.
Top