diff --git a/README.md b/README.md
index 8a9654e6..8bd81f12 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,24 @@ $ cd haproxy-wi/cgi-bin
 $ chmod +x *.py
 ```
 
-For Apache do virtualhost with cgi-bin.
+For Apache do virtualhost with cgi-bin. Like this:
+```
+
+        ServerName haproxy-wi
+        ErrorLog /var/log/httpd/haproxy-wi.error.log
+        CustomLog /var/log/httpd/haproxy-wi.access.log combined
+
+        DocumentRoot /var/www/haproxy-wi
+        ScriptAlias /cgi-bin/ "/var/www/haproxy-wi/cgi-bin/"
+
+        
+                Options +ExecCGI
+                AddHandler cgi-script .py
+                Order deny,allow
+                Allow from all
+        
+
+```
 
 
 
diff --git a/cgi-bin/users.py b/cgi-bin/users.py
index 06359272..3877441b 100644
--- a/cgi-bin/users.py
+++ b/cgi-bin/users.py
@@ -51,7 +51,6 @@ for users in USERS:
 	need_id_group = "usergroup-%s" % users[0]
 	sql.get_groups_select(need_id_group, selected=users[5])
 	print('')
-	#print('
 | ' % users[0])
 	print(' | ' % users[0])
 	print('')
 print(''
@@ -86,12 +85,18 @@ print('