mod_netconf: simple README with instroctions how to use mod_netconf
diff --git a/src/README b/src/README
new file mode 100644
index 0000000..c62e3ba
--- /dev/null
+++ b/src/README
@@ -0,0 +1,17 @@
+How To Setup Apache Server
+--------------------------
+- mod_netconf compilation requires apache2-devel package.
+
+- run following commands in this directory
+$ make
+# make install
+
+- Add following lines into the (appropriate parts of the ) Apache configuration:
+LoadModule netconf_module                 /usr/lib64/apache2/mod_netconf.so
+<Location /netconf>
+        SetHandler netconf
+</Location>
+
+- copy index.php and login.php into Apache DocumentRoot.
+- create empty directory 'netconf' in Apache DocumentRoot
+- open index.php in the browser and follow instructions