diff options
| author | Roland Reichwein <mail@reichwein.it> | 2023-01-03 10:50:39 +0100 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2023-01-03 10:50:39 +0100 | 
| commit | a93412feba23335174a9a55b320e74c769462072 (patch) | |
| tree | 484ecd8cf09da3d7b54b3b36a7083fcf1fdf5eea | |
| parent | 2b6f8123e925e3be8ce7c04eccdd49fc728314a5 (diff) | |
Fix dependency on libreichwein
| -rw-r--r-- | plugins/fcgi/Makefile | 1 | ||||
| -rw-r--r-- | plugins/redirect/Makefile | 1 | ||||
| -rw-r--r-- | plugins/static-files/Makefile | 1 | ||||
| -rw-r--r-- | plugins/statistics/Makefile | 1 | ||||
| -rw-r--r-- | plugins/webbox/Makefile | 1 | ||||
| -rw-r--r-- | plugins/weblog/Makefile | 1 | ||||
| -rw-r--r-- | webserver.conf | 8 | 
7 files changed, 7 insertions, 7 deletions
| diff --git a/plugins/fcgi/Makefile b/plugins/fcgi/Makefile index 32a8bda..cd99cbe 100644 --- a/plugins/fcgi/Makefile +++ b/plugins/fcgi/Makefile @@ -7,6 +7,7 @@ CXXFLAGS+= -fvisibility=hidden -fPIC  CXXFLAGS+= -I../..  LDLIBS=\ +-lreichwein \  -lboost_context \  -lboost_coroutine \  -lboost_program_options \ diff --git a/plugins/redirect/Makefile b/plugins/redirect/Makefile index 7c37228..19b23cc 100644 --- a/plugins/redirect/Makefile +++ b/plugins/redirect/Makefile @@ -7,6 +7,7 @@ CXXFLAGS+= -fvisibility=hidden -fPIC  CXXFLAGS+= -I../..  LDLIBS=\ +-lreichwein \  -lboost_context \  -lboost_coroutine \  -lboost_program_options \ diff --git a/plugins/static-files/Makefile b/plugins/static-files/Makefile index 689d085..bdbfb8f 100644 --- a/plugins/static-files/Makefile +++ b/plugins/static-files/Makefile @@ -7,6 +7,7 @@ CXXFLAGS+= -fvisibility=hidden -fPIC  CXXFLAGS+= -I../..  LDLIBS=\ +-lreichwein \  -lboost_context \  -lboost_coroutine \  -lboost_program_options \ diff --git a/plugins/statistics/Makefile b/plugins/statistics/Makefile index cece45e..0621e4b 100644 --- a/plugins/statistics/Makefile +++ b/plugins/statistics/Makefile @@ -7,6 +7,7 @@ CXXFLAGS+= -fvisibility=hidden -fPIC  CXXFLAGS+= -I../..  LDLIBS=\ +-lreichwein \  -lboost_context \  -lboost_coroutine \  -lboost_program_options \ diff --git a/plugins/webbox/Makefile b/plugins/webbox/Makefile index 5e4dab8..983ca0f 100644 --- a/plugins/webbox/Makefile +++ b/plugins/webbox/Makefile @@ -7,6 +7,7 @@ CXXFLAGS+= -fvisibility=hidden -fPIC  CXXFLAGS+= -I../..  LDLIBS=\ +-lreichwein \  -lboost_context \  -lboost_coroutine \  -lboost_program_options \ diff --git a/plugins/weblog/Makefile b/plugins/weblog/Makefile index 710a3cd..2e19495 100644 --- a/plugins/weblog/Makefile +++ b/plugins/weblog/Makefile @@ -7,6 +7,7 @@ CXXFLAGS+= -fvisibility=hidden -fPIC  CXXFLAGS+= -I../..  LDLIBS=\ +-lreichwein \  -lboost_context \  -lboost_coroutine \  -lboost_program_options \ diff --git a/webserver.conf b/webserver.conf index 5afe19c..e1c7902 100644 --- a/webserver.conf +++ b/webserver.conf @@ -64,7 +64,7 @@     </path>     <path requested="/php">      <plugin>fcgi</plugin> -    <target>/run/php/php7.4-fpm.sock</target> +    <target>/run/php/php-fpm.sock</target>     </path>     <path requested="/cgi-bin/admin/echo.fcgi"> @@ -135,12 +135,6 @@     <certpath>/home/ernie/code/webserver/cert.pem</certpath>     <keypath>/home/ernie/code/webserver/key.pem</keypath>    </site> -  <!-- -  reichwein.it -  danielareichwein.de -  rolandreichwein.de -  kneipenband.com -  -->   </sites>   <sockets>    <socket> | 
