Search results

  1. E

    Cant Delete Context row

    Hello, Found a bug where i created a STATIC context to a virtual host. When i found out that it didnt work as expected, i tried to delete it. It wouldnt remove it self. I even restarted the server and tried again. I had to manually go into the vhost-file and remove the section myself. Maybe...
  2. E

    OpenLiteSpeed Version 1.4.24, ols1clk 1.6 and LiteSpeed Cache Plugin for WordPress 1.0.13.1 are now

    Cool! Cause a "yum update" only brought me lsphp70, thats why i asked
  3. E

    OpenLiteSpeed Version 1.4.24, ols1clk 1.6 and LiteSpeed Cache Plugin for WordPress 1.0.13.1 are now

    Hello! Any news about lsphp-71 ? PHP 7.1 is released, i guess you can build a package for us quite soon? No? :)
  4. E

    Redirect Context adds "index.php" ???

    Its not needed no more, its a 301-permanent redirect and i see no reason of why rewrite should be activated anymore. :)
  5. E

    Redirect Context adds "index.php" ???

    On the new vhost with old rewrite activated, i got this: 2016-11-02 16:25:07.684 [INFO] [:55840] [REWRITE] Rule: Match '/index.htmlindex.php' with pattern '.', result: 1 2016-11-02 16:25:07.684 [INFO] [:55840] [REWRITE] stat( /usr/local/lsws/vvDashboard/index.htmlindex.php ) failed 2016-11-02...
  6. E

    Redirect Context adds "index.php" ???

    On new vhost i have these RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule . /api/public/index.php [L] I have an API-framework in /api/public/ which i want it to listen for /api/-calls Maybe rewriterule should be .^/api/ /api/public/index.php or something...
  7. E

    Redirect Context adds "index.php" ???

    I found the solution! Turn off Rewrite on "old" vhost. Rewrite: RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule . index.php [L]
  8. E

    Redirect Context adds "index.php" ???

    Also, if i edit destination URL to => new.example.org/index.html , it resolves it as new.example.org/index.htmlindex.php :(
  9. E

    Redirect Context adds "index.php" ???

    On where? the old, the new? I know server general has both index.php and index.html The new has use server : no index: index.html old has use server : no index : index.php
  10. E

    Redirect Context adds "index.php" ???

    Hello, I am trying to add a Redirect Context for "old.example.org" => "new.example.org", and i have this in my Redirect Context URI : / External: Yes Status code: 301 Dest URI: http://new.example.org/ And, it works, i end up with a redirect, but i land on "new.example.org/index.php", which...
  11. E

    Is there any merch, stickers?

    Hello! Not even for your main product (litespeed) ? Yeah you definitely have to contact me if you get some for conferences or for employees! Keep up! :)
  12. E

    Is there any merch, stickers?

    I'm a proud OLS user. Since the beginning of the year i have installed about... 11 OLS webservers. Tbh, they run very well! I have them both in frontend (wordpress) and as a backend API. The support here is awesome! I want to show how proud i am of OLS. So, is there some merch you can...
  13. E

    OLS and DokuWiki RewriteRules

    I think i just ran the command ./ols1clk -a <mypassword> --lsphp 70 , that was it. the installation went fine, but when i was accessing admin-interface the admin:myPassword was not working... i ran adm_pass and i assigned same password again, and it worked.
  14. E

    OLS and DokuWiki RewriteRules

    Yupp no problem yet so far! :) I tried the ols1clk aswell, it worked verywell , except the adminpassword for the web didnt work and i had to reset it with the adm_pass.sh script. Although i think ols1clk should be renamed ols1cmd ... since its not clickable :)
  15. E

    OLS and DokuWiki RewriteRules

    Solved it myself :/ Replace ^_media with ^/_media all thanks to this: http://open.litespeedtech.com/mediawiki/index.php/Help:Rewrite_Rule_Differences
  16. E

    OLS and DokuWiki RewriteRules

    Hello, I am setting up a DokuWiki and ofcourse i am using OLS as webserver for this purpose. I have a problem displaying images with .htaccess RewriteRules. The images are displaying if i am not using pretty Urls or Rewrite at all. Without further testing i assume the other 2 rules are not...
  17. E

    Removing headers sent

    hi @lsfoo ! I understand ! Its nice that you found where that header was set! The solution is rather complex and the Date-header is not a problem at all! I just wanted to understand why it wasnt "removable" since alot other headers are! Since we noticed the other multiple headers sent, they...
  18. E

    php-xdebug

    Hi awesome lsfoo! Alright, i will check this up! :) Thanks for the good help!
  19. E

    Removing headers sent

    Expires is at the moment set by the framework, i know it can be added to OLS, but currently its not. However, i cant remove the "date"-header, and my question is simply why ? At the moment, we have fixed all the duplicate headers, everything is fine. But i like OLS and i want to know how to...
Top