Search results

  1. C

    Image Caching

    The images on my web site (www.sheezyart.com) don't seem to be caching, even with proper expires settings set. i used http://www.delorie.com/web/headers.cgi to check the differences in headers between my site and darkthone, another litespeed-using site. All i could see different were the order...
  2. C

    Litespeed crash

    I receieved an email about litespeed crashing on my test server with the following message: Core was generated by `./lshttpd'. Program terminated with signal 6, Aborted. #0 0x40092671 in kill () from /lib/i686/libc.so.6 #0 0x40092671 in kill () from /lib/i686/libc.so.6 #1 0x40092405 in...
  3. C

    GD Image in Litespeed

    Ah thank you very much. I completely missed this feature, since i didn't think to check the security settings thoroughly. This fixed it right away.
  4. C

    GD Image in Litespeed

    I'm getting memory errors when running PHP with GD Image on litespeed. When i run php from shell it tests out fine, but the tests i ran using litespeed / web browser failed. Is this a bug, or am i missing something?
  5. C

    Uploading Files

    The error log is completely empty. They get this all times when posting, while others do not. Post_Max_Size is set to 20M, so there's no problem there. http://www.sheezyart.com/phpinfo.php I think the person is still able to post, but when he goes to get a response, the browser gives a...
  6. C

    Uploading Files

    I'm running an art site, www.sheezyart.com, and some people when uploading get a 503 error, while others don't: 503 Service Unavailable The server is temporarily busy, try again later! -------------------------------------------------------------------------------- Powered By LiteSpeed...
  7. C

    rewrite content limit

    I finally figured out what was oging wrong with the rewrite My rewrite is longer than litespeed reads when it exectutes.... It looks to me like it's 4132 characters. I noticed my last rewrite was getting cut off, and the problem was tested again by removing/adding a few characters to the...
  8. C

    password bug

    ohhhh okay, i was just worried about people logging in and stuff if i had a shorter password, thanks :D
  9. C

    Mod-Rewrite

    okay cool, I'll upgrade immediately. Thanks for fixing the problem, you guys work fast!!! I'll also fix up my rewrite, those are some great suggestions.... Thank you once again for your support!
  10. C

    password bug

    I noticed i could add anything to my password(when using the webadmin), which is d2ac5wrk (dunno if that does anyhting for you), and it would allow me to enter. an example would be "d2ac5wrkofiabnsdoigbaosies" would let me enter where as "d2ac5wr" would not. Ever heard of this? --using...
  11. C

    Mod-Rewrite

    I'm using the latest free litespeed 2, which is working great except for the htaccess I cannot get the htaccess file working. I've tried everything from checking permissions of .htaccess to adding it to context. I would love to port my site over, but currently i cannot :( I would be...
Top