Skip to main content
deleted 4 characters in body
Source Link
Giacomo1968
  • 56.1k
  • 23
  • 167
  • 214

I'll be compiling Nginx. The main purpose is to use it as reverse proxy. Also I would like to have the --with-http_auth_request_module enabled.

Which nginx module should I disable?

Is disabling the following a good idea? Since I won't be using Nginx for mail, FLV and MP4 streaming.

--with-http_mp4_module 
--with-http_flv_module 
--with-mail 
--with-mail_ssl_module 

When I tried to install nginx from repo using dnf install nginx and then I ran nginx -V it shows that --with-http_auth_request_module is in configure arguments.

Does that mean --with-http_auth_request_module is included in the compiled nginxNginx that I get from the repository?

I'll be compiling Nginx. The main purpose is to use it as reverse proxy. Also I would like to have the --with-http_auth_request_module enabled.

Which nginx module should I disable?

Is disabling the following a good idea? Since I won't be using Nginx for mail, FLV and MP4 streaming.

--with-http_mp4_module 
--with-http_flv_module 
--with-mail 
--with-mail_ssl_module 

When I tried to install nginx from repo using dnf install nginx and then I ran nginx -V it shows that --with-http_auth_request_module is in configure arguments.

Does that mean --with-http_auth_request_module is included in the compiled nginx that I get from the repository?

I'll be compiling Nginx. The main purpose is to use it as reverse proxy. Also I would like to have the --with-http_auth_request_module enabled.

Which nginx module should I disable?

Is disabling the following a good idea? Since I won't be using Nginx for mail, FLV and MP4 streaming.

--with-http_mp4_module 
--with-http_flv_module 
--with-mail 
--with-mail_ssl_module 

When I tried to install nginx from repo using dnf install nginx and then I ran nginx -V it shows that --with-http_auth_request_module is in configure arguments.

Does that mean --with-http_auth_request_module is included in the compiled Nginx that I get from the repository?

added 5 characters in body; edited title
Source Link
Giacomo1968
  • 56.1k
  • 23
  • 167
  • 214

Which nginxNginx modules should be removed when building a reverse proxy server?

I'll be compiling nginxNginx. The main purpose is to use it as reverse proxy. Also I would like to have the --with-http_auth_request_module--with-http_auth_request_module enabled.

Which nginx module should I disable?

Which nginx module should I disable?

Is disabling the following a good idea? Since I won't be using nginxNginx for mail, flvFLV and mp4MP4 streaming.

 --with-http_mp4_module 
 --with-http_flv_module 
 --with-mail 
 --with-mail_ssl_module 

When I tried to install nginx from repo using dnf install nginx and then I ran nginx -V it shows that --with-http_auth_request_module is in configure arguments.

Does that mean --with-http_auth_request_module is included in the compiled nginx that I get from the repository?

Does that mean --with-http_auth_request_module is included in the compiled nginx that I get from the repository?

Which nginx modules should be removed when building a reverse proxy server?

I'll be compiling nginx. The main purpose is to use it as reverse proxy. Also I would like to have the --with-http_auth_request_module enabled.

Which nginx module should I disable?

Is disabling the following a good idea? Since I won't be using nginx for mail, flv and mp4 streaming.

 --with-http_mp4_module 
 --with-http_flv_module 
 --with-mail 
 --with-mail_ssl_module 

When I tried to install nginx from repo using dnf install nginx and then I ran nginx -V it shows that --with-http_auth_request_module is in configure arguments.

Does that mean --with-http_auth_request_module is included in the compiled nginx that I get from the repository?

Which Nginx modules should be removed when building a reverse proxy server?

I'll be compiling Nginx. The main purpose is to use it as reverse proxy. Also I would like to have the --with-http_auth_request_module enabled.

Which nginx module should I disable?

Is disabling the following a good idea? Since I won't be using Nginx for mail, FLV and MP4 streaming.

--with-http_mp4_module 
--with-http_flv_module 
--with-mail 
--with-mail_ssl_module 

When I tried to install nginx from repo using dnf install nginx and then I ran nginx -V it shows that --with-http_auth_request_module is in configure arguments.

Does that mean --with-http_auth_request_module is included in the compiled nginx that I get from the repository?

added 211 characters in body
Source Link
Lance
  • 143
  • 4

I'll be compiling nginx. The main purpose is to use it as reverse proxy. Also I would like to have the --with-http_auth_request_module enabled.

Which nginx module should I disable?

Is disabling the following a good idea? Since I won't be using nginx for mail, flv and mp4 streaming.

 --with-http_mp4_module 
 --with-http_flv_module 
 --with-mail 
 --with-mail_ssl_module 

When I tried to install nginx from repo using dnf install nginx and then I ran nginx -V it shows that --with-http_auth_request_module is in configure arguments.

Does that mean --with-http_auth_request_module is included in the compiled nginx that I get from the repository?

I'll be compiling nginx. The main purpose is to use it as reverse proxy. Also I would like to have the --with-http_auth_request_module enabled.

Which nginx module should I disable?

When I tried to install nginx from repo using dnf install nginx and then I ran nginx -V it shows that --with-http_auth_request_module is in configure arguments.

Does that mean --with-http_auth_request_module is included in the compiled nginx that I get from the repository?

I'll be compiling nginx. The main purpose is to use it as reverse proxy. Also I would like to have the --with-http_auth_request_module enabled.

Which nginx module should I disable?

Is disabling the following a good idea? Since I won't be using nginx for mail, flv and mp4 streaming.

 --with-http_mp4_module 
 --with-http_flv_module 
 --with-mail 
 --with-mail_ssl_module 

When I tried to install nginx from repo using dnf install nginx and then I ran nginx -V it shows that --with-http_auth_request_module is in configure arguments.

Does that mean --with-http_auth_request_module is included in the compiled nginx that I get from the repository?

Source Link
Lance
  • 143
  • 4
Loading