From 717f829062f96e52fa3af973f89e0ef994ae10a8 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 1 Dec 2001 04:16:32 +0000 Subject: [PATCH] fix mod_actions.exp, which got broken when we sanitized the names of the module structures add mod_vhost_alias.exp git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92274 13f79535-47bb-0310-9956-ffa450edef68 --- modules/mappers/mod_actions.exp | 2 +- modules/mappers/mod_vhost_alias.exp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 modules/mappers/mod_vhost_alias.exp diff --git a/modules/mappers/mod_actions.exp b/modules/mappers/mod_actions.exp index 815dff29a8..8cc6cdb102 100644 --- a/modules/mappers/mod_actions.exp +++ b/modules/mappers/mod_actions.exp @@ -1 +1 @@ -action_module +actions_module diff --git a/modules/mappers/mod_vhost_alias.exp b/modules/mappers/mod_vhost_alias.exp new file mode 100644 index 0000000000..b17666fc86 --- /dev/null +++ b/modules/mappers/mod_vhost_alias.exp @@ -0,0 +1 @@ +vhost_alias_module -- 2.50.1