From 0ea2e6a37d6d5c56d0858d7665b2e34eab3c9411 Mon Sep 17 00:00:00 2001 From: messju Date: Mon, 28 Apr 2003 08:03:53 +0000 Subject: [PATCH] fixed default user and group for max os x installation --- docs/getting-started.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.sgml b/docs/getting-started.sgml index bf9cbdf5..02e917fa 100644 --- a/docs/getting-started.sgml +++ b/docs/getting-started.sgml @@ -215,7 +215,7 @@ $smarty = new Smarty; Smarty will need write access to the $compile_dir and $cache_dir, so be sure the web server user can write to them. This is usually user "nobody" and group "nobody". For OS X users, - the default is user "web" and group "web". If you are using Apache, you can + the default is user "www" and group "www". If you are using Apache, you can look in your httpd.conf file (usually in "/usr/local/apache/conf/") to see what user and group are being used.