Questions tagged [source]
82 questions
0
votes
1 answer
How to route traffic from source IP to gateway on another subnet?
I have the following network setup:
2 LANs; 1 local and 1 remote, connected site-to-site via WireGuard.
192.168.0.0/24 -> local
192.168.2.0/24 -> remote
192.168.0.0/24 has a gateway 192.168.0.20
192.168.2.0/24 has a gateway 192.168.2.254
All hosts…

sndrvanes
- 1
- 1
0
votes
1 answer
Is there a way to install the latest stable NGinx on Ubuntu Focal (20.04) with nginx-extra modules using binaries?
The official Ubuntu packages only go up to v1.18.0 which has some security vunlerabilities. Adding the official NGinx package repository only has the Nginx binary and no module binaries so odules like 'headers more' are not available.
Is there a way…

Brendan
- 153
- 8
0
votes
0 answers
Adding Multiple IP addresses in Source field in ACL of EC2 while configuring inbound rule
Why can't we add multiple IP addresses to deny access from them in the source field in NACL of EC2 while configuring inbound rule ?
What is the solution in this case in order to block a list of IP addresses and deny access them to an ec2 instance…
0
votes
0 answers
Should I compile Node.js from source on an Amazon Lightsail smallest instance?
I'm using the cheapest Amazon Lightsail instance to set up an Nginx + Node.js server.
I have compiled Nginx successfully already, however it's taking too long to compile Node.js.
Is this is even a good practice to compile Node.js from source? Should…

gregn3
- 101
- 1
-1
votes
3 answers
Compiling from Source or Installing from Packages?
I'm trying to build a new web server & database server, I just usually install apache and mysql using YUM. I'm curious,
why most experienced systems admins prefer to compile apache and mysql from source rather than installing from build packages?
Is…

user35780
- 13
- 1
-2
votes
1 answer
how to make already compiled php5 shared module to static in apache 2.2
I have compiled apache 2.2 with php5 and after uncommenting loadmodule line for php in apache conf file the php started but as a shared module so is there any way to compile it as static ?
-2
votes
1 answer
Does Source Based Linux Distro's Have Lower Download Size for Packages Rather Than Binary?
I looked all over the internet and couldn't find the answer to my question. If you use a source based distro, does that lower download sizes, compared to binary? If so, how significant is it? (Provide an example if you could).
I have slow internet…

Joe Anderson
- 9
- 1