User Tools

Site Tools


php:php-apache-on-windows

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
php:php-apache-on-windows [2016/11/04 15:43] – [Some errors and fix] adminphp:php-apache-on-windows [2022/10/29 16:15] (current) – external edit 127.0.0.1
Line 94: Line 94:
 ==== Some errors and fix ==== ==== Some errors and fix ====
   - Error 1:<code>[authz_core:error] client denied by server configuration   - Error 1:<code>[authz_core:error] client denied by server configuration
-</code> => Fix follow tutorial in link: http://httpd.apache.org/docs/2.4/upgrading.html#access.<code>In this example, to config all requests are allowed:+</code> => Fix follow tutorial in link: http://httpd.apache.org/docs/2.4/upgrading.html#access.In this example, to config all requests are allowed:
     * 2.2 configuration:<code bash>     * 2.2 configuration:<code bash>
 Order allow,deny Order allow,deny
Line 102: Line 102:
 Require all granted Require all granted
 </code> </code>
-  - Error2:+  - Error2:Can't load php_curl.dll when config loading it in php.ini(in PHP5.6 64bits on windows 7) => copy 3 files: **libssh2.dll, ssleay32.dll, libeay32.dll** to directory **c:\windows\system32**
 ===== Install XAMPP ===== ===== Install XAMPP =====
 refer: https://www.apachefriends.org/index.html refer: https://www.apachefriends.org/index.html
php/php-apache-on-windows.1478274233.txt.gz · Last modified: 2022/10/29 16:15 (external edit)