apache - Mac配置PHP开发环境
求教怎么在Mac配置PHP开发环境,小弟跪谢了!
回复内容:
求教怎么在Mac配置PHP开发环境,小弟跪谢了!
这是我写的Mac安装Lnmp的教程,你可以看下
Mac配置Lnmp环境
Mac中自带Apache,输入
<code>sudo apachectl start</code>
启动Apache。
输入
<code>sudo vi /etc/apache2/httpd.conf</code>
打开Apche的配置文件。
方法一
mac版本Mac OS 10.10.1以后貌似都自带的Apache和PHP环境,只需要启动对应的服务就OK!
在终端下面
1.sudo apachectl start //启动Apache服务
<code>sudo apachectl restart // 重新启动Apache服务</code>
<code>sudo apachectl stop // 关闭Apache服务 </code>
<code>httpd -v // 查看Apache的版本</code>
2.Macbook pro下Apache的网站服务器根目录在/Library/WebServer/Documents路径下
编辑http.conf配置文件:sudo vim /etc/apache2/httpd.conf
去掉以下部分的注释:LoadModule php5_module libexec/apache2/libphp5.so
记得要重启下
测试文件测试一下<?php phpinfo(); ?>
MySQL 要自己下载.....
*方法二 下载 MAMP 我本人在用 哈哈*
1.下载一个XAMPP for mac
这个软件主要包括了Apache、PHP5、MySQL、phpMyAdmin等等
2.可以到官方网站http://www.apachefriends.org/en/xampp-macosx.html下载
3.双击、一路继续即可完成安装,在应用程序文件夹下会有个XAMPP文件夹,里面有个XAMPP Control Pannel的应用程序就可以控制平台了
4.配置php.ini,打开./Application/xampp/etc/php.ini
http://115.28.155.116/wordpress/?p=193
这是我自己写的一个安装教程 你可以看看
用mamp pro
吧。方便快捷。。。最新版支持php7了。
lnmp.org
可以采用vagrant https://liuzhichao.com/p/1940.html
我的方案是自带的apache+homebrew
已经用了两年。
1、Homebrew 主要是安装什么都方便,避免你在工作中遇到环境配置问题而耽误工期。
2、如果你不想用自带的APACHE可以用Homebrew安装一个,NGINX
3、Homebrew的缺点是不能代替你安装很多最新的东西,还是要手动编译安装。
4、另外可以顺便学下别的 比如 GO NODE。。
xampp。http://rj.baidu.com/soft/detail/25759.html?ald
OS X下配置Nginx+PHP+MySQL
https://kotori.love/archives/install-nginx-php-mysql-on-osx.html
1,下载brew
2,brew install php nginx mysql
brew是一个比较好用的管理工具
相当于centos的yum,ubuntu的apt-get
https://www.apachefriends.org/zh_cn/index.html
用集成环境可好?
可以直接用的MAMP集成环境https://www.mamp.info/en/
建议使用 homebrew 安装开发环境,可以定制安装各种组件,配置文件什么的位置也都相对标准,扩展包的安装也非常方便。可以参考下边的教程,或者自己谷歌一下。
http://yansu.org/2013/12/11/lamp-in-mac.html
装上homebrew,然后brew install 你需要的组件就好了。很简单的。
https://www.apachefriends.org/zh_cn/index.html
这个最快最简单
不管是安装 php还是python,mac都表现的和傻逼一样

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

PHP and Python each have their own advantages, and choose according to project requirements. 1.PHP is suitable for web development, especially for rapid development and maintenance of websites. 2. Python is suitable for data science, machine learning and artificial intelligence, with concise syntax and suitable for beginners.

To set up a CGI directory in Apache, you need to perform the following steps: Create a CGI directory such as "cgi-bin", and grant Apache write permissions. Add the "ScriptAlias" directive block in the Apache configuration file to map the CGI directory to the "/cgi-bin" URL. Restart Apache.

PHP is still dynamic and still occupies an important position in the field of modern programming. 1) PHP's simplicity and powerful community support make it widely used in web development; 2) Its flexibility and stability make it outstanding in handling web forms, database operations and file processing; 3) PHP is constantly evolving and optimizing, suitable for beginners and experienced developers.

PHP is used to build dynamic websites, and its core functions include: 1. Generate dynamic content and generate web pages in real time by connecting with the database; 2. Process user interaction and form submissions, verify inputs and respond to operations; 3. Manage sessions and user authentication to provide a personalized experience; 4. Optimize performance and follow best practices to improve website efficiency and security.

When the Apache 80 port is occupied, the solution is as follows: find out the process that occupies the port and close it. Check the firewall settings to make sure Apache is not blocked. If the above method does not work, please reconfigure Apache to use a different port. Restart the Apache service.

The steps to start Apache are as follows: Install Apache (command: sudo apt-get install apache2 or download it from the official website) Start Apache (Linux: sudo systemctl start apache2; Windows: Right-click the "Apache2.4" service and select "Start") Check whether it has been started (Linux: sudo systemctl status apache2; Windows: Check the status of the "Apache2.4" service in the service manager) Enable boot automatically (optional, Linux: sudo systemctl

Apache connects to a database requires the following steps: Install the database driver. Configure the web.xml file to create a connection pool. Create a JDBC data source and specify the connection settings. Use the JDBC API to access the database from Java code, including getting connections, creating statements, binding parameters, executing queries or updates, and processing results.

PHP is widely used in e-commerce, content management systems and API development. 1) E-commerce: used for shopping cart function and payment processing. 2) Content management system: used for dynamic content generation and user management. 3) API development: used for RESTful API development and API security. Through performance optimization and best practices, the efficiency and maintainability of PHP applications are improved.
