Next we will use Ubuntu to build our own wiki and forum. 1. Modify the www-data permission. In the apache default file, you must specify the root directory of the webpage. The default value is/var/wwwapache. The default user name and group are files in the www-datawww Directory, which requires the read/write permission for www-data. Otherwise, the webpage cannot be accessed. The modified method is sudochmod-Rwww-data.www-data/home/ww
Next we will use Ubuntu to build our own wiki and forum.
1. Modify www-data Permissions
In apache's default file, you must specify the root directory of the webpage. The default value is/var/www.
The default username and group of apache are www-data.
Files in the www directory must have the read/write permission for www-data. Otherwise, the webpage cannot be accessed.
The modification method is
Sudo chmod-R www-data.www-data/home/www
In this way, apache can access the files in the/home/www directory.
2. Use phpmyadmin for mysql Database Management
Use apt-get install phpmyadmin to install phpmyadmin
By default, a phpmyadmin instance is included in/var/www.
Copy the phpmyadmin folder to your www directory.
Enter
127.0.0.1/phpmyadmin
You can manage mysql.
Zendopt needs to be installed to install supespace
Ve a Ubuntu 7.04 server here with following server.
Apache2 and PHP 5
The PHP info show as below:
I still want to install Zend Optimizer.
So I go to Zend's official server, get the link of the latest version.
Now I record the steps how to install it on Ubuntu 7.04 server.