We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d791fb6 commit 88ec07bCopy full SHA for 88ec07b
scripts/install_apache.sh
@@ -5,7 +5,7 @@ set -e
5
PACKAGENAME=eratosthenes
6
7
# Copy the apache VirtualHost configuration file to the available site configurations directory
8
-sudo cp /opt/codebender/$PACKAGENAME/apache-config-2.4 /etc/apache2/sites-available/codebender-$PACKAGENAME
+sudo cp /opt/codebender/$PACKAGENAME/apache-config-2.4 /etc/apache2/sites-available/codebender-$PACKAGENAME.conf
9
cd /etc/apache2/sites-enabled
10
# Add the vhost configuration file to the enabled sites
11
sudo a2ensite codebender-$PACKAGENAME
0 commit comments