hi i have a file which contains server ip addresses. say servers.txt. I have include directive MMapFile in my httpd.conf file and path to servers.txt. I have every request handled by mod_python module so I want my python program to load servers.txt file which wa passed to memory by apache not from the disk. How ca I do this?? regards kiran