Questions tagged [web]

"The web," or "world-wide web" is a term for the system of hypertext linked documents accessed over the internet, with a web browser. The "www" that comes before most webpages is a reference to the "world-wide web."

"The web," or "world-wide web" is a term for the system of hypertext linked documents accessed over the internet, with a web browser. The www that comes before most webpages is a reference to the "world-wide web."

In 1989, a British engineer, computer scientist and CERN employee (Tim Berners-Lee) wrote a proposal for what would become the web, publicly introducing the project in 1990 with Belgian computer scientist Robert Cailliau. The introduction of Mosaic (a graphical web browser) in 1993 by the National Center for Supercomputing Applications at the University of Illinois at Urbana-Champaign is widely regarded as the turning point for the web, which is now the most popular portion of the internet.

While the terms "web" and "internet" are often used interchangeably in colloquial language, they are not the same. The web is simply one of many services available on the inter-connected networks that make up the internet.

A more thorough run-down of the web is available at Wikipedia.

542 questions
0
votes
1 answer

Subversion multi checkout post-commit hook?

The title must sound strange but I'm trying to achieve the following: SVN repo location: /home/flx/svn/flxdev SVN repo "flxdev" structure: + Project1 ++ files + Project2 + Project3 + Project4 I'm trying to set up a post-commit hook that…
FLX
  • 141
  • 8
0
votes
3 answers

Server Configuration / Important Parameter for 500Req/Second

I am configuring a server to be used as nginx server for a very heavy traffic website. It is expected to receive traffic from a large number of IP addresses simultaneously. It is expected to get 500Req/Second with atleast 20Million unique IPs…
Sparsh Gupta
  • 1,127
  • 7
  • 21
  • 31
0
votes
2 answers

how to redirect naked domains in apache to www

i have multiple naked domains and i want to redirect those domains so that they begin with www.redirecteddomain.com. i have this .htaccess file which works with on domain how to generalize this ? RewriteEngine On RewriteCond %{HTTP_HOST}…
tarmo
0
votes
0 answers

How many server does this kind of website needs

I am planning to run a website that host big files (around 200mb total is 2TB of files), I want to run a website that support multiple user downloading such file, I estimate there will be 100 user simultaneously downloading, for not letting down the…
John Kenedy
  • 143
  • 5
0
votes
2 answers

Development Environment SMTP Server - Rewrite email recipient address

I am looking for a way to setup an SMTP server in our development environment that will run on the local dev server and rewrite the recipient email address to our debug address, without effecting the rest of our network. We are developing with…
Ryan French
  • 125
  • 6
0
votes
1 answer

Web networking - including content from a 2nd web domain into your primary web domain

We have 2 websites, and we would like to be able to include the 2nd site as a part of our first site's URL path for SEO purposes. The example would be: Site 1 = www.domain1.com, Site 2 - www.domain2.com. The end result is that we would like to setup…
user60930
0
votes
2 answers

infrastructure - 2 servers , 3 applications

if you only have 2 servers, but you need to install sql server, a web application, and an reporting application, which 2 would you put on the same server and which one would you leave standalone. Initially i would say the sql server should be solo. …
0
votes
1 answer

Shared folder between two Web Servers

I'm running two webservers in a single host. One of them is a Tomcat running in a reverse proxy configuration. The front webserver is a nginx that proxies request to the Tomcat. So far, is working ok. A location in a domain, let's say…
user59614
0
votes
2 answers

Public facing Sharepoint Instance with single public IP address?

In our current environment we have a single (ADSL) fixed IP address connecting our network to the internet. We use this for accessing our exchange webmail, hosted on Windows SBS 2003. Our sharepoint server exists on another machine. I would like…
0
votes
2 answers

Windows web server for in-house apps?

Possible Duplicate: Can you help me with my software licensing question? Hi, Ms site for Windows Web Server 2008 R2 states that it's only licensed to server internet-facing web apps. What does that mean for in-house applications? That I am…
user58524
  • 101
0
votes
3 answers

Suggestions for a GUI configured proxy server for Windows

I think what I am after is a proxy server ... I have some web applications written in Python for a small scale deployment on a Windows machine. I was envisaging each web app running its paster instance on a different port and a front end proxy…
Brendan
  • 153
  • 8
0
votes
1 answer

WebSockets setup questions

I'm running a Windows 2008 server, and I need some help setting up whatever I need to set up on the server side. I've been googling like mad, but with my luck, I just cant find a windows compatible server solution for setting up a WebSocket server…
0
votes
3 answers

Does restarting a mongrel web server instance linked to a Ruby Rails application have the effect of recompiling the Ruby code?

I know if I make a change to a Rails\Ruby application that restarting mongrel is required to see the changes take effect. I was just curious if mongrel actually uses a compiled version of the application rather than interpreting it on the fly like…
Joshua Enfield
  • 3,454
  • 8
  • 42
  • 59
0
votes
3 answers

Should I use IIS for High Traffic WebApp

My company is planning one new big web app. We are expecting around 250K hits per day in the first month. I'm used to work with large traffic sites, but using Apache and Lighttpd, etc. But for this project the client want .NET to be the tool. So I'm…
Pedro
  • 667
  • 2
  • 9
  • 20
0
votes
3 answers

Two Websites, two directories, two domains, one IP

I am hosting two separate sites with two separate domain names on the same server. Without using some kind of NAT forwarding, how can I set up my apache server so that, depending on which domain is used, the index.html file from a different…
James