Re: Can't start server due to dll

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



PHP should be in your PATH. My solution was to add the entire PHP directory (for me: C:\Web\PHP5\) to the path.
How to set the path and environment variables in Windows

And this is my PHP configuration (for Apache 2.4, but it is basically the same):

LoadModule php5_module "c:/Webserv/PHP5/php5apache2_4.dll"
AddType application/x-httpd-php .php .php3 .php4 .php5 .phpx
AddType application/x-httpd-php-source .phps

# configure the path to php.ini
PHPIniDir "C:/Webserv/PHP5"

- Y


On Fri, Dec 27, 2013 at 11:40 AM, Fred Miller <fjmiller11apache@xxxxxxxxx> wrote:
I've tried following instructions for php5 with Apache server on Windows XP.  I've followed all the instructions for modifying the conf file, and the dll file for php is in the php5 folder for php5apache2_2.dll    but every time I try to start the server it fails saying it can't find that dll file.  How can I get Apache to run php Web apps?
 
Fred 


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux