Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r824 committed - Add an apache config file to the contrib dir

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r824 committed - Add an apache config file to the contrib dir


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r824 committed - Add an apache config file to the contrib dir
  • Date: Tue, 23 Apr 2013 12:06:15 +0000
  • Authentication-results: sfpop-ironport03.merit.edu; dkim=neutral (message not signed) header.i=none

Revision: 824
Author:

Date: Tue Apr 23 05:06:09 2013
Log: Add an apache config file to the contrib dir


http://code.google.com/p/ndt/source/detail?r=824

Added:
/trunk/contrib/apache-ndt.conf

=======================================
--- /dev/null
+++ /trunk/contrib/apache-ndt.conf Tue Apr 23 05:06:09 2013
@@ -0,0 +1,18 @@
+Listen 7123
+NameVirtualHost *:7123
+<VirtualHost *:7123>
+ DocumentRoot /usr/ndt
+ <Directory /usr/ndt>
+ DirectoryIndex tcpbw100.html
+ AllowOverride None
+ </Directory>
+
+ ErrorLog /var/log/ndt/httpd_error.log
+
+ # Possible values include: debug, info, notice, warn, error, crit,
+ # alert, emerg.
+ LogLevel warn
+
+ CustomLog /var/log/ndt/httpd_access.log combined
+ ServerSignature On
+</VirtualHost>


  • [ndt-dev] [ndt] r824 committed - Add an apache config file to the contrib dir, ndt, 04/23/2013

Archive powered by MHonArc 2.6.16.

Top of Page