#!/bin/bash
userdel -r -f $1
groupdel $1
a2dissite $1.$2.conf
rm /etc/apache2/sites-available/$1.$2.conf
rm /etc/php5/fpm/pool.d/$1.$2.conf
rm -rf /home/$1
systemctl restart php5-fpm.service
service apache2 restart
Ajánlott cikkek még...
Szerverek telepítési howto-khttps://www.howtoforge.com/tutorial/install-apache-with-php-and-mysql-lamp-on-debian-jessie/ https://www.howtoforge.com/tutorial/install-apache-with-php-and-mysql-on-ubuntu-16-04-lamp/ https://www.linode.com/docs/web-servers/apache/install-php-fpm-and-apache-on-debian-8 https://github.com/Froxlor/Froxlor/wiki/apache2-with-fcgid https://www.digitalocean.com/community/tutorials/how-to-use-apache-http-server-as-reverse-proxy-using-mod_proxy-extension
-
SSD cache linux rendszerenKépzeld el - van egy méretes HDD-d, melyen adatbázist tárolsz, torrentezel, vagy oprendszert futtatsz. Végülis…
php7 szerver telepítés debian 9-enapt-get -y install curl mysql-server mysql-client mariadb-server mariadb-client apache2 php7.0 libapache2-mod-php7.0 php7.0-mysql php7.0-curl php7.0-gd php7.0-intl…
-