freebsd-ports/net/sipxpbx/files/patch-etc_httpd-sipxchange-mediaserver.conf.in.in
Martin Wilke 6cc0afafb1 sipXpbx s the web based configuration system for sipX.
WWW: http://sipx-wiki.calivia.com/index.php/Main_Page

PR:		ports/107931
Submitted by:	Michael Durian <durian at shadetreesoftware.com>
2007-02-01 22:50:42 +00:00

14 lines
474 B
Text

--- ./etc/httpd-sipxchange-mediaserver.conf.in.in.orig Thu Jan 4 15:00:40 2007
+++ ./etc/httpd-sipxchange-mediaserver.conf.in.in Thu Jan 4 15:01:07 2007
@@ -7,9 +7,9 @@
</Directory>
# This is only available to the default (*:8090) port if there is no SSL
-<IfDefine !SSL>
+<IfModule !ssl_module>
Alias /mailboxes/ "@SIPX_VXMLDATADIR@/"
-</IfDefine>
+</IfModule>
# Restrict the following directory
# Otherwise it will be wide open to anyone with a web browser