Protection: Anticheat, AntibotSpecial Offers SalesCatalog Server PacksTurnkey Projects L2s-Guard Protection Master Account Templates Lineage 2 Events GeoData Donate: Install ServicesTest Servers: Mmore.devAdvertisment: |
So, many of you already have the operating system semeistva Linux, or rather Ubuntu. To configure the server on it we have already learned, now - install and configure apache2 and php5 for the web server on ubuntu.
We keep working with the standard repository to facilitate the whole process of installation and configuration. We put the "for yourself", so all the flexibility of settings I will not lead. 1. Installing and configuring mysql server and console client. For starters, take them from the repository and put tigery. Code:
sudo apt-get install mysql-server mysql-client If you already have mysql - skip this step. 2. Install apache2 Code:
sudo apt-get install apache2 libapache2-mod-auth-mysql 3. Installing php5 : Code:
sudo apt-get install php5-common php5 libapache2-mod-php5 php5-cli php5-cgi php5-mysql 4. On and off php5, apache2, mysql : To enable / disable apache2 : Code:
sudo su #optional, but recommended /etc/init.d/apache2 start Code:
/etc/init.d/apache2 stop Code:
/etc/init.d/apache2 restart To begin, enable the php module : Code:
sudo su #preferably a2enmod php5 Yeshe for example, mod_rewrite (for CNC is needed) : Code:
a2enmod rewrite Code:
/etc/init.d/apache2 restart Code:
sudo su /etc/init.d/mysql stop #stop /etc/init.d/mysql start #start /etc/init.d/mysql restart #restart In the browser, open http://localhost. If the list is empty directory - then everything is fine. Now, let's check php work. create a file php5.php and enter information : " Doing it this way : Code:
cd /var/www sudo su touch php5.php gksudo gedit php5.php There are made above Chapter code and save. In the browser type : localhost/php5.php. If you see the message "hello l2-scripts.ru" then all works fine, you can go to the shaman (: Otherwise, read again. Also, for ease of copy and paste in the folder /var/www without using su(super user) to execute the following command : Code:
chown -R l2-scripts.ru /var/www Now, let's test the mysql. Execute in the console login to mysql : Code:
mysql -u root-p Password: ##enter your root password## Code:
mysql> Oh, and for the end, I will give you some ways : Code:
/var/www directory the web server /etc/apache2 files conf.d and other - konfigurace web server apache2 /etc/mysql file my.conf - configuration of the mysql server /etc/php5 - conf.d - the php configuration of the web server.
|
|||
2007-2024 © l2-scripts.com Freelance Studio. |