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?
Also, please see the stacktistics PHP learning resource page to check about interesting questions about PHP.
1. Stop/Start/Restart Apache2 daemon
2. How to add new Apache module?
3. Why PHP do now work in UserDir?
4. How to install MDB2 PHP package?
- 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.
댓글
댓글 쓰기