[users@httpd] Searching for files that match an URL

2015-04-05 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, apache 2.2, 2.4 A long time ago I saw a method that allowed URLs to be presented without a file extension; the http processor was given some way to look for matching files by adding from a set of extensions. For instance,

[users@httpd] Apache 2.4 SSI

2015-04-05 Thread Stormy
Looking for help with SSI. We have a production boxes using Apache/2.2.22 on Ubuntu 12.04 LTS that renders (thousands of) pages like: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN ?php include '/inc/header.inc';? which I'm trying to migrate to Apache/2.4.7 on Ubuntu 14.04 LTS.

Re: [users@httpd] Effect of AddType / Differences of AddType and AddHandler

2015-04-05 Thread Nick Kew
On Sun, 2015-04-05 at 01:21 +0200, Sebastian Pipping wrote: [chop] It's historic. Apache 1.0 had no AddHandler, so people used AddType as a hacked workaround. Apache 1.1 introduced AddHandler, but the AddType hack lived on as a zombie. There are a lot of such zombies around: for example,

Re: [users@httpd] Effect of AddType / Differences of AddType and AddHandler

2015-04-05 Thread Sebastian Pipping
Hello Nick, On 05.04.2015 13:36, Nick Kew wrote: Apache 1.0 had no AddHandler, so people used AddType as a hacked workaround. Apache 1.1 introduced AddHandler, but the AddType hack lived on as a zombie. Has it lived on until Apache 2.2? Until 2.4? How does the hacked workaround work?