: This article describes how to install lampp with ubuntu1510. if you are interested in the PHP Tutorial, refer to it. Installation environment
Apt-get-y install apache2 php5 php5-mhash php5-mcrypt php5-curl php5-cli php5-mysql php5-mysqlnd php5-sqlite php5-gd php5-intl php5-dev mysql-server mysql-client phpmyadmin
Enable mcrypt extension for php
Php5enmod mcrypt
Start pseudo-static
A2enmod rewrite
Restart the apache service
Service apache2 restart
Install ftp
Apt-get install vsftpd
Modify/etc/vsftpd. conf
-Local_enable = YES // allow local users to access
-Write_enable = YES // write allowed
-Local_umask = 022 // permission mask for uploaded files
Service vsftpd restart
Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.
The above introduces how to install lampp in ubuntu1510, including some content. I hope my friends who are interested in PHP tutorials can help me.