Search results

  1. E

    php-xdebug

    I am reading up about php-unit testing and the writer of "Modern PHP" suggests installing php-xdebug, since i am using lsphp70 all the time, how can i work with php-xdebug then? Is it easy for you to add lsphp70-xdebug to repo ? :)
  2. E

    Removing headers sent

    Hi @lsfoo, There's no way for you to try this out sadly, We have identified some duplicate headers in one server and removed them. But then some questions are unanswered... Who sends what? :D HTTP/1.1 200 OK <--- from the PHP framework X-Powered-By: PHP/7.0.9 <--- from PHP (expose_php)...
  3. E

    Aint it possible to use $DOC_ROOT as Server Log?

    Hello @lsfoo ! Alright! At least then i got an explanation! :D
  4. E

    Removing headers sent

    @lsfoo please check :)
  5. E

    Removing headers sent

    Hello! for some reason, there is multiple response headers in my responses. Content-Length: 306189 Content-Length: 306189 Content-Type: application/json;charset=utf-8 Content-Type: application/octet-stream Is anyone of these sent by OLS, and if so, how do i remove them? :S
  6. E

    Aint it possible to use $DOC_ROOT as Server Log?

    I tried to select $DOC_ROOT/logs as directory for my server log, but i couldnt use this... Is it any specific reason? I had to use either $SERVER_ROOT or $VH_ROOT.
  7. E

    How would you white-list countrys?

    Oh sorry then, then i dont know, but i'd like the answer aswell! :D
  8. E

    How would you white-list countrys?

    Just throwing this out, did you try activate Rewrite and just add RewriteCond %{HTTP:CF-IPCOUNTRY} !^(US|CA)$ RewriteRule ^ - [F,L] in rewrite-section ?
  9. E

    OpenLiteSpeed 1.4.22 Released! Improvements, Requested Features, and Bug Fixes!

    Opps, yeah! that made the deal! I did install it earlier, then i reverted to an earlier version... It works and the error-log spam real report is gone! :)
  10. E

    OpenLiteSpeed 1.4.22 Released! Improvements, Requested Features, and Bug Fixes!

    Same result, its not even added here: http://rpms.litespeedtech.com/centos/7/update/x86_64/RPMS/ Because its there i will found it if i already have it ? I used "yum install openlitespeed"
  11. E

    problem with admin GUI (error 503 {Service Unavailable})

    Hmm, it should be located in /usr/local/lsws-directory for sure.
  12. E

    OpenLiteSpeed 1.4.22 Released! Improvements, Requested Features, and Bug Fixes!

    YEah, its not yet added to the centos repo :)
  13. E

    problem with admin GUI (error 503 {Service Unavailable})

    try find . -name "lsphp*" from the root-path of webserver or windows. If bash is working then find-command should work! :)
  14. E

    OpenLiteSpeed 1.4.22 Released! Improvements, Requested Features, and Bug Fixes!

    Hello @lsrobh, what about the flooding of the real time reports?
  15. E

    ExtConn timed out while processing.

    Cool! Even pro's produces bugs! :) I can wait, its no problem! :)
  16. E

    ExtConn timed out while processing.

    Alright! and how soon is an rpm-repo ready? :)
  17. E

    ExtConn timed out while processing.

    Alright! If it happens again, i will notify here. I've seen this error once, and it seemed to occur after a few weeks of running. And i might know how to reproduce it, but not really... At the moment my error-logs are filled with "... real time report!" ;)
  18. E

    ExtConn timed out while processing.

    What do you mean "background app" ? :) It was running OLS 1.4.18 with PHP 7.0.7 (i think) and on top of that there was a Slim Framework-application running
Top