We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c579a1a commit 542d305Copy full SHA for 542d305
1 file changed
conf/httpd.conf
@@ -223,7 +223,7 @@ $MaxSpareServers = $SiteDefs::ENSEMBL_MAX_SPARE_SERVERS;
223
$MaxRequestsPerChild = 1000;
224
$StartServers = $SiteDefs::ENSEMBL_START_SERVERS;
225
226
-@Listen = ("127.0.0.1:" . $SiteDefs::ENSEMBL_PORT);
+@Listen = ($SiteDefs::ENSEMBL_PORT);
227
228
$ServerAdmin = $SiteDefs::ENSEMBL_SERVERADMIN;
229
$ServerName = $SiteDefs::ENSEMBL_SERVERNAME;
0 commit comments