Recent content by Destroyfx

  1. Destroyfx

    [BUG] Server crash and don't want to start

    Thanks, I think that fixed it : http://openlitespeed.com/threads/bug-server-send-wrong-certificate-1-4-11.1880/#post-2938 .
  2. Destroyfx

    [BUG] Server crash and don't want to start

    Hi, Just to let you know that with Openlitespeed 1.4.09-10-11, You can crash the server and prevent it to reload, start, until you go manually edit/delete some config files.. To reproduce : - Add a virtualhost, fill the initial vhost window you get, create config file like requested, save. -...
  3. Destroyfx

    [BUG] Server send wrong Certificate 1.4.11

    OK, I was able to get the bug again and here the proper description if a real bug: The DOC_ROOT variable is not reinitialised when it load the vhost so if you put $DOC_ROOT in a vhost document_root (it should not be), it actually the path of the previous vhost in the vhost list that get loaded...
  4. Destroyfx

    [BUG] Server send wrong Certificate 1.4.11

    I got it fixed but I might found others bugs. I got in the log. - another domain invalid document root : /usr/local/lsws/site/otherdomain/site/site - some error about bad config in minecraftmap my minecraftmap.korinar.com setting : Virtual Host Root : $SERVER_ROOT/site/minecraftmap Document...
  5. Destroyfx

    [BUG] Server send wrong Certificate 1.4.11

    Hi, I have a problem with the certificates for ssl with openlitespeed 1.4.11. They work except my last virtualhost. I have korinar.com, www.korinar.com to a "korinar" virtualhost and it return the proper certificate. -ok- I have somestatistic_subdomain.korinar.com to a "stat" virtualhost and...
  6. Destroyfx

    [BUG] Can't create new vhost since V1.4.10

    I got it to work a while ago from the file from another vhost. The issue I got was that If I change options, it would revert back without saying any error. To prevent that you also need to check the copied files permission and be sure that the folder with the vhost.conf file have write...
  7. Destroyfx

    [BUG] Can't create new vhost since V1.4.10

    Hi. I wanted to create a new virtual host today. I did not create one since 1.4.8 (I think). and here what I got. I click on Virtualhost I click on Add I put the vhost name, location, and the usual file name for config : $SERVER_ROOT/conf/vhosts/$VH_NAME/vhconf.conf I click save. It tell me...
  8. Destroyfx

    php PCRE fail silently

    Hi, I'm using the 1.4.8 Version and I got a small issue with php 5.4.41: The PCRE stuff do not work, like preg_match() for exemple, they return an array of nothing. I confirmed that it's not my code as available tldextract.php (easy to find on google) return an array of nothing too...
Top