From: Jeff Trawick Date: Sat, 1 Dec 2001 04:16:32 +0000 (+0000) Subject: fix mod_actions.exp, which got broken when we sanitized the names of X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=717f829062f96e52fa3af973f89e0ef994ae10a8;p=apache 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 --- 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