vHosts:

"; //print_info_box_np("This is an info box."); //echo"
"; //endif; ?>

vHosts is a web server package that can host HTML, Javascript, CSS, and PHP. It uses the lighttpd web server that is already installed. It uses PHP5 in FastCGI mode and has access to PHP Data Ojbects and PDO SQLite.

For more information see: http://doc.pfsense.org/index.php/vhosts


0) { //sort array if (!function_exists('sort_host')) { function sort_host($a, $b){ return strcmp($a["host"], $b["host"]); } } //disable for now because it throws off the edit and delete //if (count($a_vhosts) > 1) { // usort($a_vhosts, 'sort_host'); //} foreach ($a_vhosts as $ent) { $host = $ent['host']; $port = $ent['port']; if (strlen($ent['certificate']) == 0) { $http_protocol = 'http'; } else { $http_protocol = 'https'; } if ($http_protocol == 'http' && $port == '80') { $port = ''; } if ($http_protocol == 'https' && $port == '443') { $port = ''; } if (strlen($port) > 0) { $port = ':'.$port; } $vhost_url = $http_protocol.'://'.$host.$port; ?>
Host Enabled Description