Skip to content

Commit 9e3e9af

Browse files
committed
Fixed: FS#1140 - Warnings related to apps vhost.
1 parent 75ead00 commit 9e3e9af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/tpl/apache_apps.vhost.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
######################################################
66

77
{vhost_port_listen} Listen {apps_vhost_port}
8-
NameVirtualHost *:{apps_vhost_port}
8+
# NameVirtualHost *:{apps_vhost_port}
99

1010
<VirtualHost {apps_vhost_ip}:{apps_vhost_port}>
1111
ServerAdmin webmaster@localhost

server/conf/apache_apps.vhost.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
######################################################
66

77
{vhost_port_listen} Listen {apps_vhost_port}
8-
NameVirtualHost *:{apps_vhost_port}
8+
# NameVirtualHost *:{apps_vhost_port}
99

1010
<VirtualHost {apps_vhost_ip}:{apps_vhost_port}>
1111
ServerAdmin webmaster@localhost

0 commit comments

Comments
 (0)