I use multiple component roots. My first component root coincides with the tree of files the web server sees and is serving. The second one is outside that tree; that's where I keep my autohandlers and dhandlers and any "internal" components that I call from others, which don't map directly to web pages. If you do that, anyone web browsing won't have access to the second component root and your config files or whatnot will be safe. - john romkey http://www.romkey.com/
On Feb 26, 2007, at 5:20 AM, Stephan Jennewein wrote: > Hi, > > whats the best way to secure your config file which stores the > database > password etc.? We are storing all these information in an extra > file but > at the moment you can view this file with your browser if you know > where > it lies. Should I exclude this file through the httpd/vhost config > or is > there a another way with mason to do so? > > Greets > Stephan > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Mason-users mailing list > Mason-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mason-users ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Mason-users mailing list Mason-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mason-users