# openwebspider.conf #server1 is the server with the DB 'DB1' #db1 is the database of the hosts db1=se_hosts mysqlserver1=127.0.0.1 port1 = 3306 userdb1= passdb1= #server2 is the server with the DB 'DB2' #db2 is the database of the indexed pages db2=se_pages mysqlserver2=127.0.0.1 port2 = 3306 userdb2= passdb2= #server3 is the server with the DB 'DB3' #db3 is the database of the temporary tables (used to speed-up the indexing phase) db3=se_tmptab mysqlserver3=127.0.0.1 port3 = 3306 userdb3= passdb3= #password for the OWS Server ows_server_password= #EOF#