Hello

#1
Well, I see @Slavik got him a good name for the site!

I run 3 dedicated servers (2 are just for my forums and one is running Proxmox - which allows me to configure individual VPS's).

I'm in the process of playing with OpenLiteSpeed, but since I run Debian on all my servers it's a "little" hard. The user repository that is out there is missing the admin.php file so I'm setting up a VPS and going to try creating my own .deb install file and see how that works. I have OpenLiteSpeed up and running on a test i386 installation but since my main servers are amd64 based that .deb file won't work.

Overall I'm liking the web server from what I am seeing.
 

Tracy Perry

Active Member
#4
Also, I assume you saw this about the PHP versions, right? http://openlitespeed.com/threads/php-versions.21/#post-66
Yep... I had already found the trick on setting it up to compile the latest of the 5.4 branch - in fact my forum that I'm using it on (decided just to compile it directly on there and forget about the .DEB stuff for now until I learn more about it) is using 5.4.21.
The biggest problem I'm having is I cannot get xCache to initialize to work with the forum (xenForo). I've got memcache up and running but no matter what parameters I use for xCache I get an error in my xenForo log.
Code:
ErrorException: Fatal Error: XCache: Cannot init - Unknown:0
Generated By: Tracy, A moment ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(46) "http://twowheeldemon.com/forums/277/save-draft"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(13) {
    ["prefix_id"] => string(1) "0"
    ["title"] => string(15) "Forum home look"
    ["message_html"] => string(111) "<p>Do you like the new forum home look?</p><p>To crowded or should it go back to the old line by line list?</p>"
    ["_xfRelativeResolver"] => string(49) "http://twowheeldemon.com/forums/277/create-thread"
    ["attachment_hash"] => string(32) "bf54faccfe08faf3b4d3f2e34d46d0ba"
    ["watch_thread_state"] => string(1) "1"
    ["discussion_open"] => string(1) "1"
    ["_set"] => array(2) {
      ["discussion_open"] => string(1) "1"
      ["sticky"] => string(1) "1"
    }
    ["poll"] => array(3) {
      ["question"] => string(17) "Keep the new look"
      ["responses"] => array(3) {
        [0] => string(3) "Yes"
        [1] => string(2) "No"
        [2] => string(20) "Doesn't matter to me"
      }
      ["public_votes"] => string(1) "1"
    }
    ["_xfToken"] => string(8) "********"
    ["_xfRequestUri"] => string(25) "/forums/277/create-thread"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
Delete...Close
 
Top