글
The newer installation files of PHP for Apache in Windows throws an
error.
Cannot Load phpapache2.dll
To solve this problem
1. Go to your Apache installation directory
2. then go to the conf subdirectory
3. Look for httpd.conf and open it with notepad.
4. Replace
LoadModule php5_module "c:\php5\php5apache2.dll" with
LoadModule php5_module "c:\php5\php5apache2_2.dll"
instead.
Then restart Apache.
Take note that my PHP installation directory maybe different with yours. My PHP installation in this case is C:\php5. Make sure to replace this with your own installation folder location.
Cannot Load phpapache2.dll
To solve this problem
1. Go to your Apache installation directory
2. then go to the conf subdirectory
3. Look for httpd.conf and open it with notepad.
4. Replace
LoadModule php5_module "c:\php5\php5apache2.dll" with
LoadModule php5_module "c:\php5\php5apache2_2.dll"
instead.
Then restart Apache.
Take note that my PHP installation directory maybe different with yours. My PHP installation in this case is C:\php5. Make sure to replace this with your own installation folder location.
'Tip' 카테고리의 다른 글
카시오 산악시계 건전지 CTL1616 교환 (0) | 2010.07.30 |
---|---|
This application has failed to start because libmcrypt.dll was not found... (0) | 2010.07.14 |
MSC (Microsoft Management Console) (0) | 2010.07.12 |
Windows 7 and WMP 12.xx version Streaming Error Message (mms) (0) | 2010.06.24 |
The Windows Media Player 12 could not play the .wma and .wmv files (0) | 2010.06.23 |
RECENT COMMENT