diff --git a/install/lib/installer_base.lib.php b/install/lib/installer_base.lib.php
index d7c104c624d4930b53af361e477a75bbdc95851c..e7ef2d660f02c36ec3a9b20ddbf0dc5788f835cc 100644
--- a/install/lib/installer_base.lib.php
+++ b/install/lib/installer_base.lib.php
@@ -587,8 +587,9 @@ class installer_base {
 		caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
 		
 		//* Create a symlink, so ISPConfig is accessible via web
-		$command = "ln -s $install_dir/interface/web/ /var/www/ispconfig";
-		caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
+		// Replaced by a separate vhost definition for port 8080
+		// $command = "ln -s $install_dir/interface/web/ /var/www/ispconfig";
+		// caselog($command.' &> /dev/null', __FILE__, __LINE__, "EXECUTED: $command", "Failed to execute the command $command");
 		
 		//* Create the config file for ISPConfig interface
 		$configfile = 'config.inc.php';