Displaying 2 results from an estimated 2 matches for "htuser".
Did you mean:
tuser
2017 Dec 04
1
Apache and web content permissions
...it.
--8<-------------------------------------------------------------
#!/bin/bash
#
# wordpress-update.sh
#
# Mise ? jour automatique de toutes les installations Wordpress
#
# (c) Nicolas Kovacs <info at microlinux.fr>
# WP-CLI doit ?tre install?
WP='/usr/local/bin/wp'
# Apache
HTUSER='apache'
HTGROUP='apache'
# Utilisateur normal
WPUSER='microlinux'
WPGROUP='microlinux'
# Racine du serveur Web
WPROOT='/var/www'
# Identifier les installations Wordpress
WPDIRS=$(dirname $(cd $WPROOT && find . -type f -name 'wp-config.php'...
2017 Dec 02
5
Apache and web content permissions
Le 02/12/2017 ? 14:19, Leon Fauster a ?crit :
> I would build a rpm package of wordpress (everything can be defined
> there like permissions etc)
The initial question was: WHAT permissions?
> and disabling the automatic update
> function in wordpress. Build once it can be installed on all (two
> dozen) webservers automagically (local yum repository) ... externe
That would mean