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-Tag: 2.0.30~316 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e735801e399410f41ae9938b1dc958492336da2;p=thirdparty%2Fapache%2Fhttpd.git 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 815dff29a8c..8cc6cdb1020 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 00000000000..b17666fc86f --- /dev/null +++ b/modules/mappers/mod_vhost_alias.exp @@ -0,0 +1 @@ +vhost_alias_module