From: Chris Koeritz Date: Thu, 2 Nov 2017 17:23:01 +0000 (-0400) Subject: improving on workingness X-Git-Tag: 2.140.90~111 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=a96708606afc931c59f09480bd5df122f190e23f improving on workingness just cleaning the add apache script, but really the big deal of this check-in is the new cakephp icon suitable for web sites. --- diff --git a/infobase/pictures/cake_icon/favicon.ico b/infobase/pictures/cake_icon/favicon.ico new file mode 100644 index 00000000..39eaf912 Binary files /dev/null and b/infobase/pictures/cake_icon/favicon.ico differ diff --git a/scripts/system/add_apache_site.sh b/scripts/system/add_apache_site.sh index 345b96cd..dadfb8c1 100644 --- a/scripts/system/add_apache_site.sh +++ b/scripts/system/add_apache_site.sh @@ -37,18 +37,9 @@ function write_apache_config() local full_path="${BASE_PATH}/${appname}${STORAGE_SUFFIX}" #echo really full path is $full_path -#hmmm: the code below is just getting bigger. it would be nice to create the chunks of permission stuff -# via iteration rather than hardcoding. - echo " -# we have to enable some directory access through the user's folders. -# this is probably going to end up repeated in multiple apache files, but -# hopefully that's not a problem. -#hmmm: fix above note if it's not a problem. - - # set up the user's web folder as an apache user web directory. -UserDir apps +#UserDir apps #above didn't help either. #