Choice of server with versioning and cache
I’ve been doing some research to accomplish my goal but I’m still not completely sure of the conclusion. I hope this forum is the right place to complete the quest
The scenario is as follows: I want to improve the setup of a LAN with multiple clients that communicate with a shared server on the internet. The clients share a widespread branch of filetypes and filesizes. Some files maybe a few GBs in size. Instead of every client communication with the server on the internet My idea is to place a proxy-server where the LAN and the web is connected. Now, this is where my discoveries goes into several directions. I think it might be a swell thing if the proxy-server had some sort of backup of each file. Lets say each file would have a backup 2 or 3 versions prior to it’s present state. This would be achieved by using SubVersion (the clients are mainly Windows 10 but other OS’s would access it, too [like Mac and Ubuntu]. The proxy-server is Ubuntu, though). The proxy-server would host some shared files; this might be the files of GBs in size. Apart from this the server should host several files according to the demands of each client-requests, too. This would be individual docx-files, pdf-files and other types. In the process of finding a solution I found that either Apache (Traffic?), Nginx (Caching) or Squid would be possible solutions. But I’m not sure if SubVersion is the best solution. And if SubVersion is compatible along with each choice of server. On top of that I just discovered that not every server provides full features of caching (page 5 at http://static.usenix.org/events/lisa11/tech/slides/hedstrom.pdf). And it looks like I can’t setup a single server to provide all the desired features according to this picture: https://en.wikipedia.org/wiki/File:LAMP_software_bundle.svg (1 server can’t provide both caching/proxy and versioning). I found some guides online to setup parts of the desired solution but none of all the desires features in a complete setup. And I’m not even sure if it’s possible or if I’m on the right track in my investigation.
Any help would be deeply appreciated along with some step-by-step guides; preferably with images.
Thanks in advance.
Best regards.
apache2 nginx squid
add a comment |
I’ve been doing some research to accomplish my goal but I’m still not completely sure of the conclusion. I hope this forum is the right place to complete the quest
The scenario is as follows: I want to improve the setup of a LAN with multiple clients that communicate with a shared server on the internet. The clients share a widespread branch of filetypes and filesizes. Some files maybe a few GBs in size. Instead of every client communication with the server on the internet My idea is to place a proxy-server where the LAN and the web is connected. Now, this is where my discoveries goes into several directions. I think it might be a swell thing if the proxy-server had some sort of backup of each file. Lets say each file would have a backup 2 or 3 versions prior to it’s present state. This would be achieved by using SubVersion (the clients are mainly Windows 10 but other OS’s would access it, too [like Mac and Ubuntu]. The proxy-server is Ubuntu, though). The proxy-server would host some shared files; this might be the files of GBs in size. Apart from this the server should host several files according to the demands of each client-requests, too. This would be individual docx-files, pdf-files and other types. In the process of finding a solution I found that either Apache (Traffic?), Nginx (Caching) or Squid would be possible solutions. But I’m not sure if SubVersion is the best solution. And if SubVersion is compatible along with each choice of server. On top of that I just discovered that not every server provides full features of caching (page 5 at http://static.usenix.org/events/lisa11/tech/slides/hedstrom.pdf). And it looks like I can’t setup a single server to provide all the desired features according to this picture: https://en.wikipedia.org/wiki/File:LAMP_software_bundle.svg (1 server can’t provide both caching/proxy and versioning). I found some guides online to setup parts of the desired solution but none of all the desires features in a complete setup. And I’m not even sure if it’s possible or if I’m on the right track in my investigation.
Any help would be deeply appreciated along with some step-by-step guides; preferably with images.
Thanks in advance.
Best regards.
apache2 nginx squid
add a comment |
I’ve been doing some research to accomplish my goal but I’m still not completely sure of the conclusion. I hope this forum is the right place to complete the quest
The scenario is as follows: I want to improve the setup of a LAN with multiple clients that communicate with a shared server on the internet. The clients share a widespread branch of filetypes and filesizes. Some files maybe a few GBs in size. Instead of every client communication with the server on the internet My idea is to place a proxy-server where the LAN and the web is connected. Now, this is where my discoveries goes into several directions. I think it might be a swell thing if the proxy-server had some sort of backup of each file. Lets say each file would have a backup 2 or 3 versions prior to it’s present state. This would be achieved by using SubVersion (the clients are mainly Windows 10 but other OS’s would access it, too [like Mac and Ubuntu]. The proxy-server is Ubuntu, though). The proxy-server would host some shared files; this might be the files of GBs in size. Apart from this the server should host several files according to the demands of each client-requests, too. This would be individual docx-files, pdf-files and other types. In the process of finding a solution I found that either Apache (Traffic?), Nginx (Caching) or Squid would be possible solutions. But I’m not sure if SubVersion is the best solution. And if SubVersion is compatible along with each choice of server. On top of that I just discovered that not every server provides full features of caching (page 5 at http://static.usenix.org/events/lisa11/tech/slides/hedstrom.pdf). And it looks like I can’t setup a single server to provide all the desired features according to this picture: https://en.wikipedia.org/wiki/File:LAMP_software_bundle.svg (1 server can’t provide both caching/proxy and versioning). I found some guides online to setup parts of the desired solution but none of all the desires features in a complete setup. And I’m not even sure if it’s possible or if I’m on the right track in my investigation.
Any help would be deeply appreciated along with some step-by-step guides; preferably with images.
Thanks in advance.
Best regards.
apache2 nginx squid
I’ve been doing some research to accomplish my goal but I’m still not completely sure of the conclusion. I hope this forum is the right place to complete the quest
The scenario is as follows: I want to improve the setup of a LAN with multiple clients that communicate with a shared server on the internet. The clients share a widespread branch of filetypes and filesizes. Some files maybe a few GBs in size. Instead of every client communication with the server on the internet My idea is to place a proxy-server where the LAN and the web is connected. Now, this is where my discoveries goes into several directions. I think it might be a swell thing if the proxy-server had some sort of backup of each file. Lets say each file would have a backup 2 or 3 versions prior to it’s present state. This would be achieved by using SubVersion (the clients are mainly Windows 10 but other OS’s would access it, too [like Mac and Ubuntu]. The proxy-server is Ubuntu, though). The proxy-server would host some shared files; this might be the files of GBs in size. Apart from this the server should host several files according to the demands of each client-requests, too. This would be individual docx-files, pdf-files and other types. In the process of finding a solution I found that either Apache (Traffic?), Nginx (Caching) or Squid would be possible solutions. But I’m not sure if SubVersion is the best solution. And if SubVersion is compatible along with each choice of server. On top of that I just discovered that not every server provides full features of caching (page 5 at http://static.usenix.org/events/lisa11/tech/slides/hedstrom.pdf). And it looks like I can’t setup a single server to provide all the desired features according to this picture: https://en.wikipedia.org/wiki/File:LAMP_software_bundle.svg (1 server can’t provide both caching/proxy and versioning). I found some guides online to setup parts of the desired solution but none of all the desires features in a complete setup. And I’m not even sure if it’s possible or if I’m on the right track in my investigation.
Any help would be deeply appreciated along with some step-by-step guides; preferably with images.
Thanks in advance.
Best regards.
apache2 nginx squid
apache2 nginx squid
asked Jan 14 at 10:08
Kenneth AndersenKenneth Andersen
62
62
add a comment |
add a comment |
0
active
oldest
votes
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/3.0/"u003ecc by-sa 3.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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1109588%2fchoice-of-server-with-versioning-and-cache%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1109588%2fchoice-of-server-with-versioning-and-cache%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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