Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
ngx_http_voms_module
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Federico Fornari
ngx_http_voms_module
Commits
12b625bb
Commit
12b625bb
authored
2 years ago
by
lcappelli
Browse files
Options
Downloads
Patches
Plain Diff
Remove echo module from voms module rpm
parent
d5bee32b
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
rpm/build-voms-rpm.sh
+0
-2
0 additions, 2 deletions
rpm/build-voms-rpm.sh
rpm/nginx-module-http-voms.spec
+1
-3
1 addition, 3 deletions
rpm/nginx-module-http-voms.spec
with
1 addition
and
5 deletions
rpm/build-voms-rpm.sh
+
0
−
2
View file @
12b625bb
...
...
@@ -16,8 +16,6 @@ EOF
# set sources
cd
~/rpmbuild/SOURCES
wget
-O
nginx-
$ngxVersion
.tar.gz https://nginx.org/download/nginx-
$ngxVersion
.tar.gz
wget
-O
./ngx-http-echo-module.tar.gz https://github.com/openresty/echo-nginx-module/archive/refs/tags/v0.63.tar.gz
tar
xzf ngx-http-echo-module.tar.gz
# set voms modules sources
mkdir
ngx-http-voms-module
...
...
This diff is collapsed.
Click to expand it.
rpm/nginx-module-http-voms.spec
+
1
−
3
View file @
12b625bb
...
...
@@ -13,7 +13,6 @@ URL: https://github.com/lauracappelli/nginx-sd-rpm
Source0: https://nginx.org/download/nginx-%{base_version}.tar.gz
Source1: ngx-http-voms-module
Source2: echo-nginx-module-0.63
BuildRequires: gcc, make
BuildRequires: voms-devel
...
...
@@ -38,7 +37,7 @@ tar --strip-components=1 -zxf %{SOURCE0}
%define CONFIG_PATH %(echo "--prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp")
%define CONFIG_ARGS %(echo "--user=nginx --group=nginx --with-compat --with-http_ssl_module")
%define MODULE_CONFIG_ARGS %(echo "--add-dynamic-module=%SOURCE1
--add-dynamic-module=%SOURCE2
")
%define MODULE_CONFIG_ARGS %(echo "--add-dynamic-module=%SOURCE1")
%build
...
...
@@ -75,7 +74,6 @@ To enable these modules, add the following to /etc/nginx/nginx.conf
and reload nginx:
load_module modules/ngx_http_voms_module.so;
load_module modules/ngx_http_echo_module.so;
Please refer to the modules documentation for further details:
https://baltig.infn.it/storm2/ngx_http_voms_module
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment