搜尋
首頁php教程php手册Ubuntu 12.04上安装Nginx, PHP,Mysql及配置

一、配置ngnix 1、安装 sudoapt-getinstallnginx 2、启动 sudo/etc/init.d/nginxstart 3、查看 浏览器浏览运行情况输入:http://localhost ; 如果现实”Welcome to nginx!”,表明Nginx 服务器安装成功! 4、命令 关闭 Nginx: sudo/etc/init.d/nginxstop;

一、配置ngnix

1、安装

  1. sudo apt-get install nginx  

2、启动

  1. sudo /etc/init.d/nginx start  

3、查看

浏览器浏览运行情况输入:http://localhost ;
如果现实”Welcome to nginx!”,表明Nginx 服务器安装成功!
4、命令

关闭 Nginx:

  1. sudo /etc/init.d/nginx stop;  
重启 nginx:

  1. sudo /etc/init.d/nginx restart;  

二、配置php

1、安装

  1. sudo apt-get install php5-cli php5-cgi php5-fpm php5-mcrypt php5-mysql  

2、配置

  1. sudo vi /etc/nginx/sites-available/default  

修改index”:“index index.html index.htm index.php;”

用下面的配置替代默认的Server 配置:

  1. server {

            listen   80; ## listen for ipv4; this line is default and implied

            listen   [::]:80 default ipv6only=on; ## listen for ipv6

     

            root /var/www;

            index index.php index.html index.htm;

     

            # Make site accessible from <a href="http://localhost/" title="http://localhost/">http://localhost/</a>

            server_name _;

     

            location / {

                    # First attempt to serve request as file, then

                    # as directory, then fall back to index.html

                    try_files $uri $uri/ /index.html;

                    # Uncomment to enable naxsi on this location

                    # include /etc/nginx/naxsi.rules

            }

     

            location /doc/ {

                    alias /usr/share/doc/;

                    autoindex on;

                    allow 127.0.0.1;

                    deny all;

            }

     

            # Only for nginx-naxsi : process denied requests

            #location /RequestDenied {

                    # For example, return an error code

                    #return 418;

            #}

     

            #error_page 404 /404.html;

     

            # redirect server error pages to the static page /50x.html

            #

            error_page 500 502 503 504 /50x.html;

            location = /50x.html {

                    root /usr/share/nginx/www;

            }

     

            # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000

            #

            location ~ \.php$ {

                    try_files $uri =404;

                    fastcgi_split_path_info ^(.+\.php)(/.+)$;

                    fastcgi_pass 127.0.0.1:9000;

                    fastcgi_index index.php;

                    include fastcgi_params;

            }

     

            # deny access to .htaccess files, if Apache's document root

            # concurs with nginx's one

            #

            location ~ /\.ht {

                    deny all;

            }

    }

  2.   


3、测试

创建网站目录:

sudo mkdir /var/www/

修改sudo vi /etc/nginx/sites-available/default中的root /var/www;

创建测试页面:

  1. sudo vi /var/www/info.php  

输入代码

重启nginx

  1. sudo /etc/init.d/nginx restart  

浏览器测试

http://localhost/info.php


三、配置mysql


1、安装

  1. sudo apt-get install mysql-server  

2、如果发现phpinfo()中没能显示mysql的扩展可以尝试下重启服务器。


陳述
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn

熱AI工具

Undresser.AI Undress

Undresser.AI Undress

人工智慧驅動的應用程序,用於創建逼真的裸體照片

AI Clothes Remover

AI Clothes Remover

用於從照片中去除衣服的線上人工智慧工具。

Undress AI Tool

Undress AI Tool

免費脫衣圖片

Clothoff.io

Clothoff.io

AI脫衣器

AI Hentai Generator

AI Hentai Generator

免費產生 AI 無盡。

熱門文章

R.E.P.O.能量晶體解釋及其做什麼(黃色晶體)
3 週前By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.最佳圖形設置
3 週前By尊渡假赌尊渡假赌尊渡假赌
R.E.P.O.如果您聽不到任何人,如何修復音頻
3 週前By尊渡假赌尊渡假赌尊渡假赌
WWE 2K25:如何解鎖Myrise中的所有內容
4 週前By尊渡假赌尊渡假赌尊渡假赌

熱工具

PhpStorm Mac 版本

PhpStorm Mac 版本

最新(2018.2.1 )專業的PHP整合開發工具

禪工作室 13.0.1

禪工作室 13.0.1

強大的PHP整合開發環境

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

將Eclipse與SAP NetWeaver應用伺服器整合。

SublimeText3 Mac版

SublimeText3 Mac版

神級程式碼編輯軟體(SublimeText3)

VSCode Windows 64位元 下載

VSCode Windows 64位元 下載

微軟推出的免費、功能強大的一款IDE編輯器