Searched refs:vhost (Results 1 – 3 of 3) sorted by relevance
28 $vhost = $_REQUEST['vhost']['vhost'];29 if( $vhost == '__new__' ) {31 $vhost = $_REQUEST['ns']['ns'];34 $file = $this->config_path.$this->config_prefix.$vhost.'.php';58 if( !$vhost || !is_file( $file )) break;73 if( $_changed && !$_error && $_config->save_settings( $vhost )) {100 $vhost = '__new__';116 ptln( '<h2>'.$this->getLang( 'vhost' ).$vhost.'</h2>' );117 $this->xhtml_vhost_item( $vhost, $this->config_path.$file );131 function xhtml_vhost_item( $vhost, $file ) {/*{{{*/ argument[all …]
21 - "nginx_vhost:/etc/nginx/vhost.d"38 - "nginx_vhost:/etc/nginx/vhost.d"57 - "nginx_vhost:/etc/nginx/vhost.d"
1 …n // Matches non-builtin resource declarations\n // (i.e. \"apache::vhost {\" or \"mycustomc…