Remove index.html
article thumbnail

TCP Connection Testing with Telnet

Linux Academy

The use case can be extended to pull the web page’s HTML as well using something like: GET /index.html HTTP/1.1. This, of course, assumes index.html exists at the root level of the site, and that 1.1 is the right HTTP host header specification. These are just a few examples of what Telnet can help with.

Linux 60
article thumbnail

How to fix your NY Times-based Wordle if it isn’t working

The Verge

wordle URL and saw www.nytimes.com/games/wordle/index.html in the address field. So I heaved a sigh, and prepared to continue to play on the new site. The day came: I clicked on the familiar powerlanguage.co.uk/wordle I mentally shrugged, and prepared for my morning battle with the English language. And — nothing. A blank screen.

How To 60
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Ansible Roles Explained | Cheat Sheet

Linux Academy

For our academic purposes, we can create a file named index.html containing some tried and true sample text: We will create a template of our httpd.conf file by copying an existing one from a fresh install of httpd. Let’s take this opportunity to define a couple of default variables in our role. Deploying the role.

article thumbnail

Ansible Roles Explained | Cheat Sheet

Linux Academy

For our academic purposes, we can create a file named index.html containing some tried and true sample text: We will create a template of our httpd.conf file by copying an existing one from a fresh install of httpd. Let’s take this opportunity to define a couple of default variables in our role. Deploying the role.

article thumbnail

Ansible Roles Explained | Cheat Sheet

Linux Academy

For our academic purposes, we can create a file named index.html containing some tried and true sample text: We will create a template of our httpd.conf file by copying an existing one from a fresh install of httpd. Let’s take this opportunity to define a couple of default variables in our role. Deploying the role.

article thumbnail

Configure a Failover Cluster with Pacemaker

Linux Academy

On both nodes, enable a status URL for health monitoring: sudo cat > /var/www/html/index.html <<EOF. <Location Install the Apache HTTP server on both nodes, and open the HTTP ports in the firewall: sudo yum install -y httpd. sudo firewall-cmd --permanent --add-service=http. sudo firewall-cmd --reload. </Location> EOF.

article thumbnail

New AWS feature: Run your website from Amazon S3 - All Things.

All Things Distributed

The Amazon S3 team launched a new feature today that makes serving a complete (static) web site out of Amazon S3 dead simple: you set a default document for buckets and subdirectories, which is most likely an index.html document. returns the index.html at the bucket level and [link]. the index.html from that subdirectory.

Storage 134