From d9670d5543f8a9444ab01d39ad8a95bc1aee3df3 Mon Sep 17 00:00:00 2001 From: Yan Date: Sun, 8 Oct 2023 08:31:16 +0800 Subject: agl-wireless-monitor: add libcgic cgic library is now added, test cgi deployed onto board. this library would play a build time dependency role later on. Bug-AGL: SPEC-4838 Signed-off-by: Yan Change-Id: I16d67e2bacabb12bd36f2c439eeee91ef786e7c5 --- ...1-boa-modify-conf-file-matching-AGL-system.patch | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) (limited to 'meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-modify-conf-file-matching-AGL-system.patch') diff --git a/meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-modify-conf-file-matching-AGL-system.patch b/meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-modify-conf-file-matching-AGL-system.patch index ce46d4e0..52f32eb8 100644 --- a/meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-modify-conf-file-matching-AGL-system.patch +++ b/meta-agl-wireless-monitor/recipes-component/boa/boa-0.94.13/0001-boa-modify-conf-file-matching-AGL-system.patch @@ -1,20 +1,21 @@ -From c2396f1a329f954f37aa59d5eabda819c06e954e Mon Sep 17 00:00:00 2023 +From 6b227adac5dbabc958ef215f15637d3c4d21d759 Mon Sep 17 00:00:00 2001 From: Yan -Date: Fri, 25 Aug 2023 09:44:01 +0800 +Date: Sat, 7 Oct 2023 18:27:42 +0800 Subject: [PATCH] boa: modify conf file matching AGL system set boa and boa_index working path to /usr/bin error log and access log are re-directed to /var/log/ default index reset to homepage +cgi-bin folder to /usr/bin/cgi-bin Upstream-Status: Pending Signed-off-by: Yan --- - boa.conf | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) + boa.conf | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/boa.conf b/boa.conf -index e3775db..77c9f9b 100644 +index e3775db..4da9983 100644 --- a/boa.conf +++ b/boa.conf @@ -59,7 +59,7 @@ Group nogroup @@ -61,5 +62,13 @@ index e3775db..77c9f9b 100644 # DirectoryCache: If DirectoryIndex doesn't exist, and DirectoryMaker # has been commented out, the the on-the-fly indexing of Boa can be used --- +@@ -190,5 +190,5 @@ Alias /doc /usr/doc + # ScriptAlias: Maps a virtual path to a directory for serving scripts + # Example: ScriptAlias /htbin/ /www/htbin/ + +-ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ ++ScriptAlias /cgi-bin/ /usr/bin/cgi-bin/ + +-- 2.25.1 + -- cgit 1.2.3-korg