Ubuntu搭建 Web 服务器

1安装MySql server/client

sudo apt-get install mysql-server mysql-client


2安装Apache2

sudo apt-get install apache2


3、测试

在任一浏览器地址栏中,输入 127.0.0.1,显示如下信息表示web服务器配置成功。

It works!

This is the default web page for this server.

The web server software is running but no content has been added, yet.


4安装Php5


sudo apt-get install php5 libapache2-mod-php5


/etc/init.d/apache2 restart                           #安装完需要重启



参考自:

http://www.360doc.com/content/13/0418/10/9192936_279160252.shtml

http://blog.chinaunix.net/uid-26495963-id-3173291.html


Ubuntu上安装Web服务器可以使用Apache或Nginx。以下是使用Apache安装Web服务器的步骤: 1. 首先,确保您的Ubuntu系统已更新到最新版本,并且您具有管理员权限。 2. 打开终端,运行以下命令来安装Apache: ``` sudo apt update sudo apt install apache2 ``` 3. 安装完成后,Apache服务将自动启动。您可以通过运行以下命令来检查Apache是否正在运行: ``` sudo systemctl status apache2 ``` 4. 默认情况下,Apache的网站文件根目录位于`/var/www/html`目录下。您可以在此目录中创建和编辑HTML文件来配置您的网站。 5. 在上述步骤中提到的中,您可以创建一个名为`info.php`的PHP文件,将其放置在`/var/www/html`目录下,并添加以下内容: ```php <?php phpinfo(); ?> ``` 6. 在浏览器中输入您的服务器的IP地址或域名,然后添加`/info.php`。您将看到有关您的PHP安装的详细信息。 请注意,这只是安装Apache Web服务器的基本步骤。您还可以根据需要配置和定制您的Web服务器。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *2* [Ubuntu搭建web服务器](https://blog.csdn.net/Charlesssssssss/article/details/121464086)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] - *3* [ubuntu搭建web服务器](https://blog.csdn.net/key123zhangxing/article/details/9381053)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值