Apache and PHP FAQ

I just want to collect Apache and PHP related issues and solves what I met before.

1. Stop/Start/Restart Apache2 daemon
2. How to add new Apache module?
3. Why PHP do now work in UserDir?
  • sudo apt-get install php-pear
  • sudo pear install MDB2
5. Can't load mysql extension from PHP
6. MDB2_Driver_mysql requires PHP extension "mysql"
  • You should install PHP5 with MySQL support. Do this:
    • sudo apt-get remove php5
    • sudo apt-get install php5-mysql


Also, please see the stacktistics PHP learning resource page to check about interesting questions about PHP.

댓글

이 블로그의 인기 게시물

Wireless: HotSpot 2.0 이란?

Apple M1 Mac Mini에서 이더리움 (Ethereum) 채굴하기

Java: Java for Game? Java가 Game 개발에 어울릴까?