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
-1
votes
2 answers

Access router admin page with static IP

I have a static IP and can access my servers from the outside world by port mapping. For e.g.: A service running on the 192.168.1.98:8080, can be accessed by going to {Static_IP}:8080, if I have mapped 8080 of the 192.168.1.98 to 8080 external…
Saki Osive
  • 99
  • 3
-1
votes
1 answer

Disallow: /?q=search/ in robot.txt

Does /?q=search/ means I can't web scrape the search websites that ends with =search/ ? Can I scrape an URL ends with =0#search ?
-1
votes
1 answer

Error on deployment web api mvc4 on azure server

The requested VM tier is currently not available in Southeast Asia for this subscription. Please try another tier or deploy to a different location here is my api code: using System; using System.Collections.Generic; using System.Linq; using…
-2
votes
2 answers

How to manager Cronjobs via web gui? I need only a library

For my web app I need to be able to run some Cron jobs and edit them and their frequency via web interface. I already have a web app and I want to embed this functionality in it. I don't want a discrete one more app I need only a library to…
Kargari
  • 107
  • 3
-2
votes
1 answer

A web app isn't visible from the Internet

I have a ruby webapp running on the port 5555 on FreeBsd 11. For some reason it's not visible from the Internet at all, although ipfw isn't running. $ curl -i 12.34.55.66:5555 curl: (7) Failed to connect to 12.34.55.66:5555 port 5555: Connection…
Joichi
  • 1
  • 1
-2
votes
1 answer

DNS or something else? I can't access my website when I add www. infront of it

I run a fresh Linux Mint 18 install, Apache2 web server hosted by me. I can access the website by IP, http://domain.tld however when I try http://www.domain.tld I get no response. My single and only DNS configuration is [Type] A record [Host] @…
AlphaS
  • 1
  • 3
-2
votes
2 answers

web services access not being reached thru the web browser

I am trying to reference my .asmx webservices in .NET but my server is not exposed to the internet. When I put on the following address I get the message mentioned below. What's the reason for not being able to see the directory? Am I missing…
Tony
-2
votes
2 answers

What happened to the Windows binaries for Apache Web Server?

Today I wanted to start my own private web server, and I wanted to use Apache. I heard that there were Windows binaries, but I can't seem to find the binaries. It would be very nice for them to reupload the binaries for Windows!
TGminer
  • 11
  • 1
-2
votes
1 answer

List MySQL database connections

Does anybody know how can I find a list of all users on all web servers who are using a Database connection? I tried to search through mysql and also through writing stored procedure , but nothing worked.
-2
votes
1 answer

Changing from local server to web host but keeping mail in local server

I am trying to shift my client's website from their local server to a web host, they pointed domain to my web host ip address (A record), however, it does not work. I understand that if I were to change the DNS and point the nameservers to my web…
lo9an
  • 1
-2
votes
1 answer

CentOS6 Apache - Virtual hosts

I was trying to set up a virtual host in apache on my CentOS6 server that handles queries of a subdomain. Let's say, I have the domain 'example.com'. Now, I want to create the sub domain test.example.com that serves another html page than the main…
Green绿色
  • 101
  • 1
-2
votes
2 answers

Apache load balancing

I am trying to load balance 3 Apache servers. I am using VMware and I am very new to this kind of thing. Does anybody have any good sources that I can read for a tutorial or could anybody point me in the right direction. I have so far given the 3…
-2
votes
1 answer

Nginx Internal Server Error

I am new to NGINX and uwsgi and Im deploying my first python web application. Having tried numerous times, I get an internal server error. There may be something wrong with my configurations but i can't see what! I have posted the contents of my…
Jlearner
  • 19
  • 2
-2
votes
2 answers

Web Server Becomes Unresponsive - What now

Im running a VPS with Windows 2008r2 DataCenter, 1 CPU and 2GB RAM. At apparently random intervals the server becomes unresponsive in that I cant access certain websites it hosts - yet others seem to work. I also cant RDP in to the box, nor can I…
Phill Healey
  • 265
  • 3
  • 15
-2
votes
2 answers

How can I imitate that I am browsing from another country?

I would like to imitate that I'm browsing sites from another country, and as far as my knowledge goes, that can only be done with either VPS or Proxy servers. Note that I am looking for a solution that is completely free. Again, as far as my…
Jack
  • 143
  • 1
  • 6