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

Linux file permissions issue, unexpected access to file

I'm relatively new to Linux so please excuse my ignorance. I have a public web directory where I have been experimenting with the permissions to try to learn about them. I have set up a simple test.php file and set its permissions as follows: -rw…
columbo
  • 219
  • 2
  • 12
0
votes
2 answers

ip-based or ssh tunnel for remote mysql?

we need remote connections from/to our mysql server for two reasons. testing/changes: we want to connect to a remote mysql server to manage databases with e.g. sqlYOG our production web server will be using a mysql server not running on the same…
solsol
  • 1,121
  • 8
  • 21
  • 31
0
votes
2 answers

HA web cluster setup

I'm setting up a highly available web cluster, I'm planning to start out with 2 web servers connected to shared storage (perhaps via NFS). What's the best way of implementing this? Should the web servers only have Apache running on them and all web…
user45984
0
votes
2 answers

web hosting video files and large files

I would like to make a website to host videos, and/or large files to a large community of 5000 for example. What would be the best solution? Thanks.
stonebold
0
votes
4 answers

Can I track Web Surfing Activity by IP address the user goes to by using their IP or cell phone number?

My wife has told me that she is able to go onto a website and tell every IP I've been to and for how long, thereby the site I went to, while on my PDA and that she can supposedly do this for a PC as well. Does anyone know how this can be…
user46344
0
votes
1 answer

Sharepoint: list all Master Pages used in a Site Collection

In a SharePoint (MOSS 2007) environment how can I list all the Master Pages (templates) that are used in a site collection? I need to add some code to the header of every master page, but there are a lot of subsites and I don't want to have to go…
DrStalker
  • 6,946
  • 24
  • 79
  • 107
0
votes
2 answers

outgoing mail for web app (multiple domains as sender)

I have a web app "myapp.com" that users can use to set up their own websites. Our application is written in php and should be able to do the following: send mails to our own users "from: me@myapp.com" send mails from our clients to their clients…
solsol
  • 1,121
  • 8
  • 21
  • 31
0
votes
1 answer

Deployed Web Application Requests for User Name and Password

Deployed Web Application Requests for User Name and Password I recently deployed a .NET web application into the server. Authentication mode is set to Windows (since the application is accessible only to Intranet users. Testing some machines, the…
Batuta
0
votes
1 answer

setting upload/space limit for FTP client

As part of my web hosting plan i've also got a few domain hosted for family and friends. I have my own FTP account with full access and I would like to give FTP to a web designer and a user. Is there a way for restricing uploads larger than a…
tombull89
  • 2,964
  • 8
  • 41
  • 52
0
votes
2 answers

Changing a site name or domain

I got an active social networking site right now with about 530 members and I would like to change my site's domain name to another one.My question is how can you do this efficiently without losing my members?Do I need to create a redirect page for…
halabira
0
votes
1 answer

Best user portal?

Anyone recommend a good user portal, looking to create a portal for users to provide them some self help material. Has to be REALLY simple!
John
  • 343
  • 2
  • 6
  • 13
0
votes
2 answers

How to run an executable of linux/windows server from browser?

Suppose the uri of that executable is known:http://domain.name/exe_uri Will it be executed if we just type it in the address bar?
apache
  • 3,227
  • 7
  • 27
  • 25
0
votes
4 answers

Recommended programming language for linux server management and web ui integration

I am interested in making an in house web ui to ease some of the management tasks I face with administrating many servers; think Canonical's Landscape. This means doing things like, applying package updates simultaneously across servers, perhaps…
Brendan Martens
  • 186
  • 1
  • 5
0
votes
2 answers

Web Content Filtering

I have recently bought a Cisco ASA 5505 for my small business, I was initially led to believe this device could do some limited website filtering that we would need. (one list of unrestricted, and a second for email only) Since it has come to my…
0
votes
1 answer

Getting web.archive.org to archive website again

I noticed that my website isn't archived anymore by web.archive.org. When I look at http://web.archive.org/web/*/http://www.cnn.com it is clearly visible that it stopped working in july 2008. web.archive.org has a 6-month-delay policy. This means…
None