Lines Matching refs:vhost
71 # Create additional module directives from vhost configurations. Modules
84 for vhost in $1
86 vhost_is_enabled $vhost && list="$list $vhost"
116 # Put additional mime definitions into vhost configurations
142 # Create vhost configuration in APACHE_CONF for
143 # named vhost.
149 # Don't bother if this vhost is disabled
150 vhost_is_enabled $vhost || return 0
225 if (($1 ~ /^vhost/) && ($2 == "application"))
249 # Get the list of vhost names
259 # Generate vhost clauses in configuration file
260 for vhost in $vhost_list
262 generate_vhost $vhost
292 for vhost in $vhost_list
295 sslengine=`$SVCPROP -p ${vhost}/sslengine ${FMRI} 2>/dev/null`
297 ip=`$SVCPROP -p ${vhost}/sslip ${FMRI} 2>/dev/null`
298 port=`$SVCPROP -p ${vhost}/sslport ${FMRI} 2>/dev/null`
300 port=`$SVCPROP -p ${vhost}/port ${FMRI} 2>/dev/null`