File: TODO

package info (click to toggle)
mod-vhost-hash-alias 1.0-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 1,676 kB
  • ctags: 114
  • sloc: sh: 8,468; ansic: 913; makefile: 123; perl: 28; python: 10
file content (25 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Things to do to get a better world
==================================

Libraries:  don't restrict the module to libmhash, use 
libcrypto from OpenSSL project or
libgcrypt from GNU project.

In case of non existant virtual host (aka no directory), be able to 
redirect to a default web page.

Then build a shared cache to store stat() results to fasten the process.

Verify the environnement variables and logs to be sure
it support virtualhost like Apache virtual host.

Patch Apache to support dynamic document_root: having a document_root
per request will really help to have hash virtual host behave like
traditionnal virtual host (with no need to export exotic environment
variables). This would also help the plain old mod_vhost_alias which 
have the same limitation.

Support the same useful option than mod_vhost_alias.

Rewrote mod_rewrite (See you in next episode).