nginx does not seem to include the basic auth module?php does not parse using nginx & phpfmRecompile Nginx with nginx-push-stream-module?Nginx Basic Auth and subfoldersNginx will not startExisting laravel 4 project gives 404 in browserBug with nginx and naxis, incompatibility problemWhat package provides aio module for nginx?Nginx does not start: “host not found”I'm not able to install nginx 1.15 with PageSpeed module

"Government transplant" been tried? At what scale, and what were the results?

Was Jumanji intended to be a co-op game?

How to explain my complicated family background to people that I don't know very well?

I don't feel like creating this riddle today

Case-insensitive collation still comparing case-sensitive

How to save render layers for later use

How to cross the Atlantic in a post-apocalyptic world

What range of heights are allowed for wall receptacles?

What is the moral difference between abortion and infanticide?

Security implication if android app can be installed on emulator

You prove that vertex cover reduces to some problem A, does that mean that A is NP-Complete?

What is a Brown Bag Seminar?

How to prevent humanity from using alien spaceships and technology exclusively?

Can a public school in the USA force a 14yr old to create a Twitter account for a passing grade?

SQL Server CUs vs SPs + CUs?

Has a remote rogue DNS client managed to slip through the first iptables rule of a Linux DNS server?

What bit should I use to drill a two inch hole in a solid concrete wall?

Modeling in pure math

Why are the 4th and 7th scale degrees removed from the major scale to make the Pentatonic scale?

Updated: Questions on implementing Builder design pattern

The default C drive is too small. How to make Windows boot from D drive

Should I take a side in an external player conflict, or let my game die?

Taking a Switch on vacation from EU to USA. What region eshop will I be able to access?

How do wraiths control their bodies?



nginx does not seem to include the basic auth module?


php does not parse using nginx & phpfmRecompile Nginx with nginx-push-stream-module?Nginx Basic Auth and subfoldersNginx will not startExisting laravel 4 project gives 404 in browserBug with nginx and naxis, incompatibility problemWhat package provides aio module for nginx?Nginx does not start: “host not found”I'm not able to install nginx 1.15 with PageSpeed module






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









1


















How can I find out if nginx actually includes basic auth?



I cannot see it in the module list.



This is the module:
http://nginx.org/en/docs/http/ngx_http_auth_basic_module.html



nginx version:



root@ip-172-31-36-204:/var/www# nginx -v
nginx version: nginx/1.14.0 (Ubuntu)


Ubuntu version:



root@ip-172-31-36-204:/var/www# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic


nginx modules:



root@ip-172-31-36-204:/var/www# nginx -V
nginx version: nginx/1.14.0 (Ubuntu)
built with OpenSSL 1.1.1 11 Sep 2018 (running with OpenSSL 1.1.0g 2 Nov 2017)
TLS SNI support enabled
configure arguments: --with-cc-opt='-g -O2 -fdebug-prefix-map=/build/nginx-pTuC1b/nginx-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -fPIC' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --modules-path=/usr/lib/nginx/modules --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-debug --with-pcre-jit --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_v2_module --with-http_dav_module --with-http_slice_module --with-threads --with-http_addition_module --with-http_flv_module --with-http_geoip_module=dynamic --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module=dynamic --with-http_mp4_module --with-http_perl_module=dynamic --with-http_random_index_module --with-http_secure_link_module --with-http_sub_module --with-http_xslt_module=dynamic --with-mail=dynamic --with-mail_ssl_module --with-stream=dynamic --with-stream_ssl_module --with-stream_ssl_preread_module --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-headers-more-filter --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-auth-pam --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-cache-purge --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-dav-ext --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-ndk --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-echo --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-fancyindex --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/nchan --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-lua --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/rtmp --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-uploadprogress --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-upstream-fair --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-subs-filter


nginx modules (formatted):



root@ip-172-31-36-204:/var/www# nginx -V 2>&1 | tr -- - 'n' | grep module
modules
path=/usr/lib/nginx/modules
http_ssl_module
http_stub_status_module
http_realip_module
http_auth_request_module
http_v2_module
http_dav_module
http_slice_module
http_addition_module
http_flv_module
http_geoip_module=dynamic
http_gunzip_module
http_gzip_static_module
http_image_filter_module=dynamic
http_mp4_module
http_perl_module=dynamic
http_random_index_module
http_secure_link_module
http_sub_module
http_xslt_module=dynamic
mail_ssl_module
stream_ssl_module
stream_ssl_preread_module
module=/build/nginx
1.14.0/debian/modules/http
module=/build/nginx
1.14.0/debian/modules/http
module=/build/nginx
1.14.0/debian/modules/http
module=/build/nginx
1.14.0/debian/modules/http
module=/build/nginx
1.14.0/debian/modules/http
module=/build/nginx
1.14.0/debian/modules/http
module=/build/nginx
1.14.0/debian/modules/http
module=/build/nginx
1.14.0/debian/modules/nchan
module=/build/nginx
1.14.0/debian/modules/http
module=/build/nginx
1.14.0/debian/modules/rtmp
module=/build/nginx
1.14.0/debian/modules/http
module=/build/nginx
1.14.0/debian/modules/http
module=/build/nginx
1.14.0/debian/modules/http
root@ip-172-31-36-204:/var/www#









share|improve this question































    1


















    How can I find out if nginx actually includes basic auth?



    I cannot see it in the module list.



    This is the module:
    http://nginx.org/en/docs/http/ngx_http_auth_basic_module.html



    nginx version:



    root@ip-172-31-36-204:/var/www# nginx -v
    nginx version: nginx/1.14.0 (Ubuntu)


    Ubuntu version:



    root@ip-172-31-36-204:/var/www# lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description: Ubuntu 18.04.2 LTS
    Release: 18.04
    Codename: bionic


    nginx modules:



    root@ip-172-31-36-204:/var/www# nginx -V
    nginx version: nginx/1.14.0 (Ubuntu)
    built with OpenSSL 1.1.1 11 Sep 2018 (running with OpenSSL 1.1.0g 2 Nov 2017)
    TLS SNI support enabled
    configure arguments: --with-cc-opt='-g -O2 -fdebug-prefix-map=/build/nginx-pTuC1b/nginx-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -fPIC' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --modules-path=/usr/lib/nginx/modules --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-debug --with-pcre-jit --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_v2_module --with-http_dav_module --with-http_slice_module --with-threads --with-http_addition_module --with-http_flv_module --with-http_geoip_module=dynamic --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module=dynamic --with-http_mp4_module --with-http_perl_module=dynamic --with-http_random_index_module --with-http_secure_link_module --with-http_sub_module --with-http_xslt_module=dynamic --with-mail=dynamic --with-mail_ssl_module --with-stream=dynamic --with-stream_ssl_module --with-stream_ssl_preread_module --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-headers-more-filter --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-auth-pam --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-cache-purge --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-dav-ext --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-ndk --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-echo --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-fancyindex --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/nchan --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-lua --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/rtmp --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-uploadprogress --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-upstream-fair --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-subs-filter


    nginx modules (formatted):



    root@ip-172-31-36-204:/var/www# nginx -V 2>&1 | tr -- - 'n' | grep module
    modules
    path=/usr/lib/nginx/modules
    http_ssl_module
    http_stub_status_module
    http_realip_module
    http_auth_request_module
    http_v2_module
    http_dav_module
    http_slice_module
    http_addition_module
    http_flv_module
    http_geoip_module=dynamic
    http_gunzip_module
    http_gzip_static_module
    http_image_filter_module=dynamic
    http_mp4_module
    http_perl_module=dynamic
    http_random_index_module
    http_secure_link_module
    http_sub_module
    http_xslt_module=dynamic
    mail_ssl_module
    stream_ssl_module
    stream_ssl_preread_module
    module=/build/nginx
    1.14.0/debian/modules/http
    module=/build/nginx
    1.14.0/debian/modules/http
    module=/build/nginx
    1.14.0/debian/modules/http
    module=/build/nginx
    1.14.0/debian/modules/http
    module=/build/nginx
    1.14.0/debian/modules/http
    module=/build/nginx
    1.14.0/debian/modules/http
    module=/build/nginx
    1.14.0/debian/modules/http
    module=/build/nginx
    1.14.0/debian/modules/nchan
    module=/build/nginx
    1.14.0/debian/modules/http
    module=/build/nginx
    1.14.0/debian/modules/rtmp
    module=/build/nginx
    1.14.0/debian/modules/http
    module=/build/nginx
    1.14.0/debian/modules/http
    module=/build/nginx
    1.14.0/debian/modules/http
    root@ip-172-31-36-204:/var/www#









    share|improve this question



























      1













      1









      1








      How can I find out if nginx actually includes basic auth?



      I cannot see it in the module list.



      This is the module:
      http://nginx.org/en/docs/http/ngx_http_auth_basic_module.html



      nginx version:



      root@ip-172-31-36-204:/var/www# nginx -v
      nginx version: nginx/1.14.0 (Ubuntu)


      Ubuntu version:



      root@ip-172-31-36-204:/var/www# lsb_release -a
      No LSB modules are available.
      Distributor ID: Ubuntu
      Description: Ubuntu 18.04.2 LTS
      Release: 18.04
      Codename: bionic


      nginx modules:



      root@ip-172-31-36-204:/var/www# nginx -V
      nginx version: nginx/1.14.0 (Ubuntu)
      built with OpenSSL 1.1.1 11 Sep 2018 (running with OpenSSL 1.1.0g 2 Nov 2017)
      TLS SNI support enabled
      configure arguments: --with-cc-opt='-g -O2 -fdebug-prefix-map=/build/nginx-pTuC1b/nginx-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -fPIC' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --modules-path=/usr/lib/nginx/modules --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-debug --with-pcre-jit --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_v2_module --with-http_dav_module --with-http_slice_module --with-threads --with-http_addition_module --with-http_flv_module --with-http_geoip_module=dynamic --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module=dynamic --with-http_mp4_module --with-http_perl_module=dynamic --with-http_random_index_module --with-http_secure_link_module --with-http_sub_module --with-http_xslt_module=dynamic --with-mail=dynamic --with-mail_ssl_module --with-stream=dynamic --with-stream_ssl_module --with-stream_ssl_preread_module --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-headers-more-filter --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-auth-pam --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-cache-purge --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-dav-ext --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-ndk --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-echo --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-fancyindex --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/nchan --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-lua --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/rtmp --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-uploadprogress --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-upstream-fair --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-subs-filter


      nginx modules (formatted):



      root@ip-172-31-36-204:/var/www# nginx -V 2>&1 | tr -- - 'n' | grep module
      modules
      path=/usr/lib/nginx/modules
      http_ssl_module
      http_stub_status_module
      http_realip_module
      http_auth_request_module
      http_v2_module
      http_dav_module
      http_slice_module
      http_addition_module
      http_flv_module
      http_geoip_module=dynamic
      http_gunzip_module
      http_gzip_static_module
      http_image_filter_module=dynamic
      http_mp4_module
      http_perl_module=dynamic
      http_random_index_module
      http_secure_link_module
      http_sub_module
      http_xslt_module=dynamic
      mail_ssl_module
      stream_ssl_module
      stream_ssl_preread_module
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/nchan
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/rtmp
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/http
      root@ip-172-31-36-204:/var/www#









      share|improve this question














      How can I find out if nginx actually includes basic auth?



      I cannot see it in the module list.



      This is the module:
      http://nginx.org/en/docs/http/ngx_http_auth_basic_module.html



      nginx version:



      root@ip-172-31-36-204:/var/www# nginx -v
      nginx version: nginx/1.14.0 (Ubuntu)


      Ubuntu version:



      root@ip-172-31-36-204:/var/www# lsb_release -a
      No LSB modules are available.
      Distributor ID: Ubuntu
      Description: Ubuntu 18.04.2 LTS
      Release: 18.04
      Codename: bionic


      nginx modules:



      root@ip-172-31-36-204:/var/www# nginx -V
      nginx version: nginx/1.14.0 (Ubuntu)
      built with OpenSSL 1.1.1 11 Sep 2018 (running with OpenSSL 1.1.0g 2 Nov 2017)
      TLS SNI support enabled
      configure arguments: --with-cc-opt='-g -O2 -fdebug-prefix-map=/build/nginx-pTuC1b/nginx-1.14.0=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -fPIC' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --modules-path=/usr/lib/nginx/modules --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-debug --with-pcre-jit --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_v2_module --with-http_dav_module --with-http_slice_module --with-threads --with-http_addition_module --with-http_flv_module --with-http_geoip_module=dynamic --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module=dynamic --with-http_mp4_module --with-http_perl_module=dynamic --with-http_random_index_module --with-http_secure_link_module --with-http_sub_module --with-http_xslt_module=dynamic --with-mail=dynamic --with-mail_ssl_module --with-stream=dynamic --with-stream_ssl_module --with-stream_ssl_preread_module --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-headers-more-filter --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-auth-pam --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-cache-purge --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-dav-ext --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-ndk --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-echo --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-fancyindex --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/nchan --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-lua --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/rtmp --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-uploadprogress --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-upstream-fair --add-dynamic-module=/build/nginx-pTuC1b/nginx-1.14.0/debian/modules/http-subs-filter


      nginx modules (formatted):



      root@ip-172-31-36-204:/var/www# nginx -V 2>&1 | tr -- - 'n' | grep module
      modules
      path=/usr/lib/nginx/modules
      http_ssl_module
      http_stub_status_module
      http_realip_module
      http_auth_request_module
      http_v2_module
      http_dav_module
      http_slice_module
      http_addition_module
      http_flv_module
      http_geoip_module=dynamic
      http_gunzip_module
      http_gzip_static_module
      http_image_filter_module=dynamic
      http_mp4_module
      http_perl_module=dynamic
      http_random_index_module
      http_secure_link_module
      http_sub_module
      http_xslt_module=dynamic
      mail_ssl_module
      stream_ssl_module
      stream_ssl_preread_module
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/nchan
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/rtmp
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/http
      module=/build/nginx
      1.14.0/debian/modules/http
      root@ip-172-31-36-204:/var/www#






      nginx






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 6 at 2:46









      Duke DougalDuke Dougal

      1,0231 gold badge7 silver badges14 bronze badges




      1,0231 gold badge7 silver badges14 bronze badges























          1 Answer
          1






          active

          oldest

          votes


















          0



















          You posted the solution yourself. That's the way.



          If you can't use the http_auth_request_module, then you have 2 Options (I can see):



          1. Compile nginx from source and include the module

          2. Compile only the module and put it in /usr/lib/nginx/modules you can get the sourcecode directly from the nginx-Repo or the Github Mirror





          share|improve this answer


























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1163701%2fnginx-does-not-seem-to-include-the-basic-auth-module%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown


























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0



















            You posted the solution yourself. That's the way.



            If you can't use the http_auth_request_module, then you have 2 Options (I can see):



            1. Compile nginx from source and include the module

            2. Compile only the module and put it in /usr/lib/nginx/modules you can get the sourcecode directly from the nginx-Repo or the Github Mirror





            share|improve this answer





























              0



















              You posted the solution yourself. That's the way.



              If you can't use the http_auth_request_module, then you have 2 Options (I can see):



              1. Compile nginx from source and include the module

              2. Compile only the module and put it in /usr/lib/nginx/modules you can get the sourcecode directly from the nginx-Repo or the Github Mirror





              share|improve this answer



























                0















                0











                0









                You posted the solution yourself. That's the way.



                If you can't use the http_auth_request_module, then you have 2 Options (I can see):



                1. Compile nginx from source and include the module

                2. Compile only the module and put it in /usr/lib/nginx/modules you can get the sourcecode directly from the nginx-Repo or the Github Mirror





                share|improve this answer














                You posted the solution yourself. That's the way.



                If you can't use the http_auth_request_module, then you have 2 Options (I can see):



                1. Compile nginx from source and include the module

                2. Compile only the module and put it in /usr/lib/nginx/modules you can get the sourcecode directly from the nginx-Repo or the Github Mirror






                share|improve this answer













                share|improve this answer




                share|improve this answer










                answered Oct 2 at 9:02









                poldi1405poldi1405

                364 bronze badges




                364 bronze badges































                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1163701%2fnginx-does-not-seem-to-include-the-basic-auth-module%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown









                    Popular posts from this blog

                    Tamil (spriik) Luke uk diar | Nawigatjuun

                    Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

                    Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?