Search results

  1. B

    ExtApp Set UID Mode request

    Hi, I run WP hosting services, mostly on nginx. I have things set up so that the Unix owner of the files (eg shoeshop) is different from the PHP execution user (eg shoeshop-www) This so that when a hole opens up in Wordpress or a plugin, the miscreants who exploit the hole can't rewrite the core...
  2. B

    ERR_HTTP2_PROTOCOL_ERROR with Chrome Canary

    I've started using Chrome Canary for my browsing, to avoid a high CPU bug in Chrome's cache engine. A week ago I started getting ERR_HTTP2_PROTOCOL_ERROR from Openlitepspeed websites when using Chrome Canary. Edge, Firefox, Opera and normal Chrome are OK, but Chrome Canary is not. Apache/Nginx...
  3. B

    No versions build under FreeBSD 12.1

    I've detailed issues with 1.6.4 in a different thread. With 1.6.4 I got as far as Making all in sslpp make[3]: don't know how to make all. Stop Makefile is zero bytes for this. root@vws2:~/openlitespeed-1.6.4 # ls -l src/sslpp/Makefile -rw-r--r-- 1 root 100 0 Dec 16 15:07...
  4. B

    configure error trying to build 1.6.4 under FreeBSD 12.1

    Hi, I've got stuck at ./configure, and I'm not a "real C dev" so I don't use and understand the autotools properly. configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/edio/Makefile config.status: creating...
  5. B

    separate vhosts for www.domain.com and domain.com?

    Is it possible to have www.domain.com and domain.com as separate vhosts with separate document roots etc? I remember seeing somewhere, a while ago, that OpenLiteSpeed automatically folds the two together, but I would like to separate them. If so, how can I do it? If I need to hack the code...
  6. B

    1.5.0-RC build issues on FreeBSD

    I thought I'd give 1.5.0 a go on my new FreeBSD system. The build from source instructions for FreeBSD in the Wiki are out of date. The package management system is pkg, not pkg_add So, I had to do: # pkg install security/openssl-devel devel/pcre devel/rcs net/GeoIP dns/udns textproc/expat2...
  7. B

    [Solved] PHP7 SuExec using VH Template - 503 error???

    I'm struggling to get PHP7 with SuExec using a VH Template. PHP 5.6 with standard VHost - works out of box PHP 7.0.10 with standard VHost - works with a bit of work. PHP 5.6 with shipped VH Template PHP_SuEXEC works and reports process uid as expected. PHP 7.0.10 with VH Template...
Top