Search results

  1. E

    NodeJS Modules-path

    This can be deleted
  2. E

    ACL and OpenLiteSpeed

    Hi, thanks for reply. But i dont understand how this would scale properly. If i wanted to add more devs to the project, how'd that workout then?
  3. E

    ACL and OpenLiteSpeed

    Hello, I have a small issue... I am trying to work with ownerships and permissions. And i have set my user "dev" and group "dev" as owner of everything in "public" (exposed document root) folder. However, this generates a error 500 for me when i browse this page. If i set nobody:nobody as...
  4. E

    A redirect to https?

    Hello, I wonder if there is any way to tell the vhost to only use https? And that all http-requests automatically redirects to https. Or do i have to make a new vhost and use it on an HTTP-listener which only serves as a redirect-vhost?
  5. E

    OLS and Centos 8

    Is this possible? :)
  6. E

    Is Fedora working?

    This seems to be working yes. Fedora runs natively php 7.2 And even if i ran ./configure --with-lsphp7 , it still installed lsphp5 and now i am compiling lsphp7 from OLS admin (works beautifully). But it would be nice if "--with-lsphp7" worked out of scratch.
  7. E

    Is Fedora working?

    rpm -ivh litespeed repo... then i gave up xD When trying to build, i got this error during "make" In file included from iptogeo.cpp:19: iptogeo.h:26:10: fatal error: GeoIP.h: No such file or directory #include "GeoIP.h" ^~~~~~~~~
  8. E

    Is Fedora working?

    Nothing in particular, I didnt try to build it from source. I tried to add the repos but it failed. I am pretty much asking for any guidelines if you or anyone else has properly set it up. And yes, it is quite similar to centos/rhel so, it shouldnt be impossible :D
  9. E

    Is Fedora working?

    I am using fedora 28 on my desktop and i really want to start with some simple web-project there. I dont want to use good ol apache, i really like ols. But it doesnt seem to be working with Fedora?
  10. E

    Is this normal? (~450 processes)

    Thank you! I just wanted to see and compare the lsapi php settings. Thanks for the good support as always!
  11. E

    Is this normal? (~450 processes)

    Hmmm... Can i achieve it again somehow?
  12. E

    Is this normal? (~450 processes)

    Alright! I understand! :) Where can i find a default config? :)
  13. E

    Is this normal? (~450 processes)

    For example this one http://open.litespeedtech.com/mediawiki/index.php/Help:Default_PHP_Settings made by you :) And this one on the net http://vbtechsupport.com/2256/ As a newbie user it is quite difficult to determine the best settings upon installing. :)
  14. E

    Is this normal? (~450 processes)

    The reason for the first quote of setup, is that i found it when i "How to install open litespeed" etc... I do not know for which kind of server these settings are intended for really... It hasnt really been a problem uptil now... a server that has been running for 17 days had memory issues...
  15. E

    Is this normal? (~450 processes)

    Alright! You have a moment to explain what these settings just did? :). And also answer
  16. E

    Is this normal? (~450 processes)

    Hello, Please see refered image. http://imgur.com/a/zoH6k Would you like to describe "lscgid" and why they spawn there, and not under "lshttpd" ? ( i have restarted and tweaked the server a little. new config is : ) extprocessor lsphp71 { type lsapi address...
  17. E

    Is this normal? (~450 processes)

    # ps aux | grep lsphp | wc -l 457 extprocessor lsphp71 { type lsapi address uds://tmp/lshttpd/lsphp.sock maxConns 150 env PHP_LSAPI_MAX_REQUESTS=500 env PHP_LSAPI_CHILDREN=35 initTimeout...
  18. E

    GeoIP / geoblock in OLS ?

    Totally! I'll solve the rest :)
  19. E

    GeoIP / geoblock in OLS ?

    Is this possible? :)
  20. E

    DocumentRoot outside of /usr/local/lsws

    Yeah, know we know the issue :). But also this thread might be help for someone else some day
Top