Search results

  1. J

    503 Errors in Wordpress

    Yep, it is an actual script issue. Removing all wordpress plugins allows the site to load without error. Time to find out which plugin exactly is causing the issue, then troubleshoot further from there.
  2. J

    503 Errors in Wordpress

    Nothing has been changed recently PHP configuration + LSWS configuration wise. We are using PHP 5.2.9 + LSWS 4.0.3. Are you saying it is a PHP config issue or rather something wrong with the actual script?
  3. J

    503 Errors in Wordpress

    I recently have been getting 503 errors on a wordpress site - it only happens on this certain site running wordpress (all other PHP, non wordpress sites work). I even uploaded a phpinfo file to the wordpress site and that displays fine. As for the 503 errors, error log shows entries like so...
  4. J

    Connection Interrupted After Upgrade to 4.0.3

    I had it set to a really high number, lowered it a bit via httpd_conf.xml and restarted LSWS and it works fine now? I previously had softlimit & hardlimit set to very high numbers such as 10000000 and 20000000. Had it like this due to the fact that I have LSWS behind a proxy and it was still...
  5. J

    Connection Interrupted After Upgrade to 4.0.3

    Checked logs, its throttling all connections - why is this? Did the upgrade mess with the throttling settings? 2009-05-13 13:02:52.293 [NOTICE] [10.55.55.2] Reached per client connection hard limit: -1, close connection! 2009-05-13 13:02:55.446 [NOTICE] [72.89.128.26] Reached per client...
  6. J

    Connection Interrupted After Upgrade to 4.0.3

    Getting "Connection Interrupted" on all sites after upgrading LSWS from 4.0.2 to 4.0.3 via web console. Can't access web console either after upgrade, same error. Any ideas?
  7. J

    Setting up squid reverse proxy with LSWS

    What do I need to change in LSWS when putting a squid reverse proxy in front of LSWS?
  8. J

    Squid Cache

    fixed, sorry.
  9. J

    Concurrent users module

    I'm getting the following errors in stderr.log: 2009-01-21 14:10:37.911 shmget() failed: Invalid argument 2009-01-21 14:10:37.911 Failed to start up concurrent users module! I'm not sure what they mean, any ideas on a fix? Thanks in advanced
  10. J

    Pre-sale questions

    I'm interested in how this squid like caching works aswell. On another note though, I dont think the cache would work effectively for dynamic content so if you have a forum I dont think it would be worth switching an unstable beta version (especially if its a busy/popular forum), I would wait...
  11. J

    Migrating from Apache/cPanel

    You should have a log file named stderr.log, its created by LSWS. (/pathtolsws/logs/stderr.log) Also take a look at this wiki article: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:php:lsapi Main thing to note I believe would to be the trouble shooting section:
  12. J

    Can't get out of CONGRATULATIONS

    Have you setup a virtual host correctly to serve your content?
  13. J

    Migrating from Apache/cPanel

    Have you checked stderr.log when receiving the 503 errors? It might shed some information on why thats happening.
  14. J

    SQL error

    It's not a litespeed error, its most likely the way your compiling PHP. Did you compile PHP with the --with-mysql & --with-mysqli flags?
  15. J

    litepseed without apache

    I believe you set 'Load Apache Configuration' to 'No', then just make a virtual host in litespeed at Configuration -> Virtual Hosts I wouldnt do this if your using a control panel, though
  16. J

    PHP Pages Blank

    Nevermind, I got the problem fixed. I just compiled PHP 5.2.6 from the LSWS admin panel, then changed the script handler at the virtual host for php to php5.
  17. J

    PHP Pages Blank

    Hello, I have setup litespeed on another server without a control panel. I then added a vhost for my domain so it gets served. Whenever I access a php file on my site, it just shows up as a blank page. I am not sure what is wrong. I have uploaded a phpinfo file and it displays fine. The PHP...
  18. J

    503 Service Unavailable

    I am getting this error a lot, I noticed it happens whenever I run a certain script on a site. I've checked stderr.log and it has revealed many lines like the following: Access denied for user 'apache'@'localhost' (using password: NO) in...
  19. J

    SNMP + Cacti Install = initscripts problem

    I actually got the issue fixed by adding rpm_check_debug=False to my /etc/yum.conf Thanks for your help.
  20. J

    SNMP + Cacti Install = initscripts problem

    Alright, I commented out / disabled the "exclude" line from /etc/yum.conf and I still get the same error. My yum.conf looks like the following: [main] cachedir=/var/cache/yum keepcache=0 debuglevel=2 logfile=/var/log/yum.log distroverpkg=redhat-release tolerant=1 exactarch=1...
Top