I changed the port in /etc/httpd/conf/httpd.conf to 8081 and changed the /root/ispconfig/scripts/lib/config.lib.php
Quote:
function make_vhost($server_id) {
global $mod,$go_info;
$mod->log->caselog("cp -fr $this->vhost_conf $this->vhost_conf~", $this->FILE, __LINE__);
// alte Frontpage-Webs feststellen
if(is_file($mod->system->server_conf["server_path_frontpage"])) exec("grep '## FP-WEB' $this->vhost_conf | cut -f4 -d/ | cut -f2 -db", $old_fp_webs);
$apache_version = $this->apache_version();
if($apache_version == 1){
$fp_resource_config = "ResourceConfig /dev/null";
$fp_access_config = "AccessConfig /dev/null";
$web_port = "";
$ssl_port = "";
}
if($apache_version == 2){
$fp_resource_config = "";
$fp_access_config = "";
$web_port = ":8081";
$ssl_port = ":443";
|
it says the web-server is offline can anyone give me a clue?
Recent comments
19 hours 3 min ago
19 hours 8 min ago
1 day 7 min ago
1 day 6 hours ago
1 day 7 hours ago
1 day 8 hours ago
1 day 13 hours ago
1 day 19 hours ago
1 day 23 hours ago
2 days 1 hour ago