• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
The Electric Toolbox Blog

The Electric Toolbox Blog

Linux, Apache, Nginx, MySQL, Javascript and PHP articles

  • Applications
  • FCKEditor
  • Apache
  • Windows
  • Contact Us

Apache

Information And Howtos About The Apache Web Server

Apache is an open source web server that runs on a variety of platforms including various UNIX flavours, Novell Netware and Microsoft Windows. It is used to run more websites on the Internet than any other webserver and has done so since 1996, as reported by the Netcraft Webserver Survey. The Apache webserver can be downloaded in binary and source form from the Apache website.

Browser responses to the X-Frame-Options response header

I discovered the X-Frame-Options response header this morning; it can be used to prevent your website being rendered within a <frame>, <iframe> or <object>. There are different … [Read more...] about Browser responses to the X-Frame-Options response header

Filed Under: Apache, Nginx Web Server

Remove password protection from a subdirectory with Apache

When a directory is password protected with Apache either with a .htaccess file or in the main Apache configuration, all subdirectories are also password protected. This post shows how to remove … [Read more...] about Remove password protection from a subdirectory with Apache

Filed Under: Apache

Password protection with Apache but allow from a user agent

This post shows how to password protect a website with an Apache .htaccess file, but still allow access for a particular user-agent. Why? Allowing a process or browser access by their user-agent isn't … [Read more...] about Password protection with Apache but allow from a user agent

Filed Under: Apache

RewriteRule redirect without the query string

When redirecting all requests from one domain name to another one when the URL structure has changed, you'll ideally want to craft redirects from the old scheme to the new one. Sometimes this is too … [Read more...] about RewriteRule redirect without the query string

Filed Under: Apache

Stop logging “internal dummy connection” in Apache

Apache 2.x keeps child processes alive by creating internal connections which appear in the log files as "internal dummy connection" on the IP address ::1 or 127.0.0.1. If you ever monitor Apache log … [Read more...] about Stop logging “internal dummy connection” in Apache

Filed Under: Apache

Apache .htaccess recipes, tips and tricks

This is a summary post containing a list of the articles from this blog containing recipes, tips and tricks for using Apache's .htaccess files. Password protection password protecting a directory … [Read more...] about Apache .htaccess recipes, tips and tricks

Filed Under: Apache

  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Interim pages omitted …
  • Go to page 6
  • Go to Next Page »

Primary Sidebar

Categories

  • Apache
  • Applications
  • Article
  • Case Studies
  • Email Servers
  • FCKEditor
  • HTML And CSS
  • Javascript
  • Linux/Unix/BSD
  • Microsoft SQL Server
  • Miscellaneous Postings
  • MySql
  • Networking
  • Nginx Web Server
  • Offsite Articles
  • OSX
  • PHP
  • Quick Tips
  • RFC – Request for Comments
  • SilverStripe
  • VMWare
  • VPN
  • Windows
  • WordPress

Recent Posts

  • Vim Show Line Numbers
  • Add User To Group Linux
  • Chmod 777 Tutorial
  • How to Copy Directory Linux
  • Linux create user

Copyright © 2021. ElectricToolBox. All Rights Reserved.

  • Contact Us
  • Copyright Info
  • Privacy Policy
  • Sitemap