Search results

  1. A

    raw domain logs syntax

    Litespeed generated in /usr/local/apache/domlogs/ Apache generated 81.x.x.x - - [04/Mar/2008:07:06:09 -0600] "GET /images.html HTTP/1.1" 301 339 "http://www.domainofwebsite.com/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11" There should be a...
  2. A

    SSL issue

    I followed the instructions on how to use SSL with the Admin Console here: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:admin:ssl Then when I try to access it via https://ipaddress:port FireFox displays the text below: Secure Connection Failed x.x.x.x.x:yyyy...
  3. A

    entries in stderr.log

    /usr/local/apache/logs/ Options: -D name : define a name for use in <IfDefine name> directives -d directory : specify an alternate initial ServerRoot -f file : specify an alternate ServerConfigFile -C "directive" : process...
  4. A

    New benchmarks?

    When will you guys add version 3 benchmarks? I want to see them:cool:
  5. A

    error_log is constantly being written to

    root@server [/usr/local/apache/logs]# tail -f error_log 2008-03-20 16:08:14.854 [INFO] [HTAccess] Updating configuration from [/home/johndoe/public_html/forum/style_images/.htaccess] 2008-03-20 16:08:15.679 [INFO] [HTAccess] Configuration file [/home/johndoe/public_html/forum/.htaccess]...
  6. A

    lsphp4 using high CPU

    Tasks: 133 total, 1 running, 132 sleeping, 0 stopped, 0 zombie Cpu(s): 23.2% us, 4.0% sy, 0.3% ni, 65.4% id, 7.1% wa, 0.0% hi, 0.0% si Mem: 3114144k total, 3074580k used, 39564k free, 139360k buffers Swap: 2096440k total, 304k used, 2096136k free, 2288692k cached...
  7. A

    php on cpanel server

    My existing server with all my websites has cpanel 11, mysql 4,1, and php 4.4.7 installed. If I'm installing litespeed and PHP 5 LSAPI for the first time, can I use the existing php on the server or do I need to recompile? If the latter, will it conflict with the one already installed? I lost...
  8. A

    Limits per vhost

    It would be great if the settings for limting number of concurrent connections per vhost rather than a global setting. Having this option would allow for more flexibility. Also would be a big plus to be able to apply it to certain folders, based on filetype with proxy detection like the...
  9. A

    dropping connections

    On my multimedia site, a lot are complaining that their connections are slow and eventually dropped. The server load during that period was high and the port was maxed out, does litespeed do this purposely? Never had this kind of complaint with Apache, it still serves the connection despite the...
  10. A

    litespeed and apache on same server

    litespeed running alongside Apache I have Apache with Cpanel/WHM 10, is it possible to install Litespeed and make it listen on another IP without it touching Apache and Cpanel. Basically, I want to use Litespeed to serve static content (big multimedia files). Is there a way to install Litespeed...
  11. A

    real-time stats

    How come it always shows 0KB incoming under Network (Plain) ? Outgoing is around 50mbit so there surely has to be incoming traffic. :eek:
  12. A

    more details on IPs connected to webserver

    I want to see all the IPs connected to the webserver, the file(s) they are accessing, how much cpu/memory each connection is using, duration, and have an option to kill a connection(s). Very much like the server status page of Apache but with more info.
  13. A

    Per client throttling

    I setup a server soley for downloads of video files, ranging from 100Mb - 300Mb. Want to allow 5 sessions per IP from download accelerators. Without taking into account the server specs, what is the recommended settings? Static Requests/second: 5 Connection Soft Limit: 2 Connection Hard LImit...
  14. A

    connections number incorrect

    I changed the max connections from the default of 2k to 1k, however on the real-time status page, it still shows 2k even after I restarted it gracefully. :eek:
  15. A

    unable to password protect a folder

    I read the documentation and the wikis on how to password a directory. Everytime I try to access a file inside the protected directory, it returns a 403 Forbidden Access to this resource on the server is denied! On the logs, it shows: [config:vhost:testchannel:context:/multimedia/] <realm>...
  16. A

    setup vhost

    I'm trying to setup litespeed for use as a multimedia download server. I can't seem to get the vhost thing to work, added that and bind it to Listener on a specific IP (I don't plan to use a domain name). Errors on the log: 2007-11-06 01:31:59.199 ERROR HttpListener::start(): Can't listen at...
Top