Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r1112 committed - Add a config file for using apache to server the HTTP portions of NDT

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r1112 committed - Add a config file for using apache to server the HTTP portions of NDT


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r1112 committed - Add a config file for using apache to server the HTTP portions of NDT
  • Date: Mon, 23 Jun 2014 20:04:21 +0000

Revision: 1112
Author:

Date: Mon Jun 23 20:04:04 2014 UTC
Log: Add a config file for using apache to server the HTTP portions of NDT


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

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

=======================================
--- /dev/null
+++ /trunk/conf/ndt-apache.conf Mon Jun 23 20:04:04 2014 UTC
@@ -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] r1112 committed - Add a config file for using apache to server the HTTP portions of NDT, ndt, 06/23/2014

Archive powered by MHonArc 2.6.16.

Top of Page