Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r747 - trunk/scripts/admin/test_server

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r747 - trunk/scripts/admin/test_server


Chronological Thread 
  • From: "AFS account Roman Geus" <geus AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r747 - trunk/scripts/admin/test_server
  • Date: Mon, 18 Feb 2008 15:24:49 +0100
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: geus
Date: Mon Feb 18 15:24:49 2008
New Revision: 747

Log:
Fixed Apache configuration on test server: index.shtml is now used as the
main directory index

Modified:
trunk/scripts/admin/test_server/setup_test_server_ubuntu.sh

Modified: trunk/scripts/admin/test_server/setup_test_server_ubuntu.sh
==============================================================================
--- trunk/scripts/admin/test_server/setup_test_server_ubuntu.sh (original)
+++ trunk/scripts/admin/test_server/setup_test_server_ubuntu.sh Mon Feb 18
15:24:49 2008
@@ -86,7 +86,8 @@

AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
-
+ DirectoryIndex index.shtml index.html
+
ErrorLog /var/log/apache2/error.log

# Possible values include: debug, info, notice, warn, error, crit,



  • [idok-commit] idok commit r747 - trunk/scripts/admin/test_server, AFS account Roman Geus, 02/18/2008

Archive powered by MHonArc 2.6.19.

Top of Page