Search results

  1. Fearless

    HttpVHost::addUrlStaticFileMatch

    After upgrading to the most recent update I received many of these errors: [INFO] [HttpVHost::addUrlStaticFileMatch] try to insert but failed, may be a code bug, NEED TO CHECK CODE. Any idea what it means? Thanks.
  2. Fearless

    EnableSendfile option?

    Does OLS have an EnableSendfile equivalent that apache has in httpd.conf? I have this annoying issue where static files can't be updated when using virtualbox. I had this problem years ago when using apache/nginx and this was the only way to fix it. I never had this issue for OLS until this...
  3. Fearless

    Regex for excluding files from access log

    I thought there was this option, but I guess not. From searching I think enterprise litespeed has this option (that post was back in 2007!). You can place in your rewrite the dontlog tag to exclude certain file types from being logged in your access log. Any chance that could be added to OLS...
  4. Fearless

    Admin Listener Port Reset?

    Upgraded to centos 6.6 today, and I'm on OLS version 1.3.5 and it seems the admin listener port was reset to the default 7080? Not sure if that is normal or not.
  5. Fearless

    Any Issues with CentOS 6.5?

    I upgraded my virtualbox test installation to 6.5 and I'm not able to access the litespeed control panel. It doesn't load as if the page doesn't exist, I tried with both http and https. Any one else have this issue? Although I haven't tried to visit the CP on this installation in a while, so I'm...
  6. Fearless

    LiteSpeed Web Server - Privilege Escalation

    Just wanted to double check that this does not effect openlitespeed: http://www.webhostingtalk.com/showthread.php?t=1318008 Thanks.
  7. Fearless

    Redirecting IP address to domain

    Is there a special way to redirect the site ip address to the domain? I've tried adding to the rewrite section: RewriteCond %{HTTP_HOST} ^121\.121\.11\.121 RewriteRule ^(.*)$ http://my-domain.com/$1 [R=301,L] Also tried using: RewriteCond %{HTTP_HOST} !^www\.my-domain\.com$ RewriteRule ^(.*)$...
  8. Fearless

    Fixed Admin credentials

    I forgot to post this last time, but I've run into this issue a few times now. Each time I upgrade to a new version my admin user is reset back to the default admin credentials, which is pretty bad security wise. It might have to do with my changing the user though. Instead of "admin" I changed...
  9. Fearless

    STDERR messages

    In my litespeed error logs I see a lot of error messages such as: 2013-07-25 14:08:03.644 [NOTICE] [IP:PORT] [STDERR] I think there should be a description of the error at the end of the line. Then I realized that in my php.ini I did not set my error_reporting, after setting to E^ALL I can see...
  10. Fearless

    Browser authentication for admin panel

    Is it possible to add browser authentication for the admin panel? If so, how would I set this up? Also if you have https required and you try to access via the http version you'll get the "HTTPS is required" page. Is there a way to alter this page? Or ideally I'd prefer the non https page to...
  11. Fearless

    Max Dynamic Response Body Size

    Anyone have any issues with downloading large files? I'm trying to download/export a sql backup file that is no more than 100M, but it fails every time with a network error (after downloading around 30-50M first) even though I set the Max Dynamic Response Body Size to 1000M. Is there other...
  12. Fearless

    Fixed Server signature header variable

    I selected the option hide full header for server signature and it doesn't appear to work, it still shows "LiteSpeed". I noticed I got the warn error: [config:server:basic] invalid value of <showVersionNumber>:2, use default=0
  13. Fearless

    PHP Versions

    Does anyone know how the PHP versions when compiling PHP works? Will newer versions automatically appear without upgrading litespeed, or will it be necessary to upgrade litespeed before accessing newer versions. Now just waiting to test 5.5. :)
  14. Fearless

    gZip compression

    Does anyone have gZip compression working? According to the default settings it looks like it should just work for text/html files. All the settings are set to yes at server level and also VH level. When I tried looking at the response headers for a html file it is not gzipped. Is there anything...
  15. Fearless

    Where to place other .htaccess rules?

    So I've placed my .htaccess rewrites under the rewrite tab which is working well. The .htaccess also supports a bunch of other stuff such as headers, error documents, etc. Does anyone know where I should be moving these lines? Thanks.
  16. Fearless

    Hello

    I have two sites, one that uses centos and apache, the other debian and nginx. I'm hoping I can one day use openlitespeed as well, so for now I'm just keeping up to date with OLS. Looking forward to see this community grow. :)
Top