Skip to content

Commit

Permalink
Remove unnecesary test config
Browse files Browse the repository at this point in the history
  • Loading branch information
jajik committed Jul 17, 2023
1 parent 52bb651 commit a38a640
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/native/httpd/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@ if [ -f /tmp/$FILECONF ]; then
echo "Include conf/$FILECONF" >> /usr/local/apache2/conf/httpd.conf
fi

# With the default settings and recent changes c83aff820705cdf4a399c1d748d9cedb66593b9f,
# removed nodes are hanging indefinitely in mod_cluster_manager whose outputs are parsed
# by tests. Setting MaxConnectionPerChild will cause they get removed eventually without
# a need to change tests.
echo -e "\nMaxConnectionsPerChild 16" >> /usr/local/apache2/conf/httpd.conf

# start apache httpd server in foreground

/usr/local/apache2/bin/apachectl start
Expand Down

0 comments on commit a38a640

Please sign in to comment.