Search results

  1. A

    License problem upgrading to 4.1.1

    I tried copying over serial.no and license.key from our running version but on the install I recieve: Found old configuration file under destination directory /usr/local/lsws. To upgrade, press 'Enter', current configuration will not be changed. To reinstall, press 'R' or 'r'. To...
  2. A

    Unable to load php.ini

    I am using LS 4.0.12, I have php 5.2.12 compiled through litespeed. Phpinfo.php shows the path /usr/local/lsws/lsphp5/lib for the php.ini file but the loaded configuration file shows (none) When I run ./lsphp5 -i from the fcgi-bin directory it shows Loaded Configuration File =>...
  3. A

    Media wiki install problem

    That worked for me too http://wiki.wdwinfo.com/w/test4.php So the question is why does the mediawiki installer think it's not working
  4. A

    Media wiki install problem

    George, My php programmer suggested: <?php foreach (apache_request_headers() as $key => $value) { echo Name: $key / Value: $value<br /> } exit; and <?php foreach (litespeed_request_headers() as $key => $value) { echo Name: '$key' / Value: '$value'<br /> } exit; are both returning blank...
  5. A

    Media wiki install problem

    I am trying to install mediawiki on a lites speed web server. It goes along well then I get the error: Warning: Invalid argument supplied for foreach() in /usr/local/lsws/wiki/htdocs/w/includes/ProxyTools.php on line 17 Line 17 of ProxyTools.php is the one that starts with the foreach, I'm...
  6. A

    Quick redirect

    I have tried the first method, the problem is it only works for the index page, if someone has an existing link or comes from a google search they get an error Can you explain more on the second method?
  7. A

    Quick redirect

    through the LSWS console
  8. A

    Quick redirect

    Is there an easy way to do a quick redirect of the entire site to a web page, for maintanence for example or do I have to play with the .htaccess file on each server?
  9. A

    Error message

    I've got that sorted but it didn't solve the problem. I am trying to make a new application work here: www.tickers.disboards.com It has it's own listener, ipaddress and configuration. It seems to work fine untill the last steop when it actually creates the ticker, then I get a blank page...
  10. A

    Error message

    I am trying to get a new program working. The log is showing the following error: 2008-07-19 16:52:03.163 NOTICE [192.168.1.100:54115-0#_AdminVHost] [STDERR] PHP Warning: fopen(/usr/local/lsws/tickers/tickers.xml.new) [<a href='function.fopen'>function.fopen</a>]: failed to open stream...
  11. A

    PHP redirect issue

    I am trying to redirect this page - www.disboards.com/search.php to www.disboards.com/searchbt.php Search.php now consists of : <? Header( "HTTP/1.1 301 Moved Permanently" ); Header("Location: http://www.disboards.com/searchbt.php"); ?> I am getting a blank page but if I show source...
  12. A

    Partial page loads

    I'm having a problem in certain applications where part of a page loads. You can see this here: www.distechtalk.com or here: www.disboards.com/vbb.php If you do a view source you can see exactly where the second page "broke" Is it possible a setting in litespeed is causing this?
  13. A

    503 error

    Any idea why stderr.log seems to have stopped working? I guess it's possible there are no errors, just finding that hard to believe with all the issues
  14. A

    503 error

    I am seeing core files, not a lot of them but a few, here's what's strange, they are all 0 bytes Usually when I see core files they are quite large. I am not seeing that hard error anymore when I restart Litespeed so I think it may have been when I was moving stuff around
  15. A

    503 error

    Well that didn't help, upgraded to 5.2.2 and still seeing the 503 errors. I stopped LSWS and deleted my stderr.log just to clean it up a bit. It made a new one when I restarted but it's blank. Any thoughts? Also found this in the regular error log: [ERROR] execle() failed with errno=2...
  16. A

    503 error

    I agree it sounds like a PHP problem stderr.log is showing: *** glibc detected *** double free or corruption (!prev): 0x0000000000cc5bd0 *** I'm considering upgrading the PHP to the 5 series Any idea how to track down where this is coming from: Not a JPEG file: starts with 0xd0 0xcf...
  17. A

    503 error

    I am recieving 503 errors on one part of my site. If you go to this page: http://www.disboards.com/ratings/ and click any of the reviews under "latest reviews" it brings up the lite speed 503 error page
  18. A

    LSWS 3.0 admin interface problem

    After upgrading to the 3.0 release version when I try to access the web interface I get the screen for the username and password. After entering those a pop up comes up that says: Internet explorer cannot open the Internet site http://xxxxxxxx Operation aborted
  19. A

    Excellent performance

    I would have to say 3.0 is able to handle load, this is the most users I have ever seen on our boards 2,916 Users Online (1,293 members and 1,623 guests) Loads- 7.26 9.75 9.90 Those load numbers are very low for that many users!
  20. A

    Subdirectories

    I am having this problem with many directories there is a www.disboards.com/chat/index.php that I can't access there is a www.disboards.com/wish/100.jpg that is not accessable there is a www.disboards.com/test/index.html All of the directories put up by the default install of vbulletin DO...
Top