On Saturday 03 January 2004 16:11, Dan Mahoney wrote: > So it's, at the time of this writing, 2:47 AM. Keep this in mind.
That's no excuse for: You have started a new thread by taking an existing posting and replying to it while you changed the subject. That is bad, because it breaks threading. Whenever you reply to a message, your mail client generates a "References:" header that tells all recipients which posting(s) your posting refers to. A mail client uses this information to build a threaded view ("tree view") of the postings. With your posting style you successfully torpedoed this useful feature; your posting shows up within an existing thread it has nothing to do with. Always do a fresh post when you want to start a new thread. To achieve this, click on "New message" instead of "Reply" within your mail client, and enter the list address as the recipient. You can save the list address in your address book for convenience. > I was looking at my webserver configuration. I am in love with Suexec. > It's a gift from god for web hosts. Not only does it secure your > directories, but as a bonus it forces your users to keep their stuff > secure (i.e. by not running scripts in 777 directories, et al). [snip] > This would also solve the biggest bane of my existence, the fact that I > can't find a half-decent way of making it so that users can't read each > others' MySQL login info, usually sitting in the config.php of some > script. This would solve that too. (Safe mode would solve it, but safe > mode is known for breaking too much else.) If each user (virtual host) only need access to a single mysql database (specifically, a single database/user/password combo) then you can include the connection info in httpd.conf and make httpd.conf readable only by root. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* Any system which depends on human reliability is unreliable -- Murphy's Laws on Technology n13 */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php