Re: php5 mysql localhost

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

 



I'm still not having any luck with my apache config for PHP5.  I am still getting a blank page when viewing http://localhost/phpinfo.php
I have the following in my http.conf
<IfModule mod_php5>
PHPIniDir "C:/WINDOWS"
<Location />
AddType text/html .php .phps
AddType application/x-httpd-php .php
AddHandler application/x-httpd-php .php
AddHandler application/x-httpd-php-source .phps
</Location>
<IfModule alias_module>
ScriptAlias /cgi-bin/ "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin/"
    ScriptAlias /php/ "c:/PHP"
</IfModule>
<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>
<IfModule mime_module>
Action application/x-httpd-php "/PHP/php.exe"
    AddHandler application/x-httpd-php .php
</IfModule>

Can anyone suggest a remedy?
 
Thanks
Richard.
----- Original Message ----
From: "William A. Rowe, Jr." <wrowe@xxxxxxxxxxxxx>
To: users@xxxxxxxxxxxxxxxxx
Sent: Saturday, December 22, 2007 1:07:35 AM
Subject: Re: php5 mysql localhost

The PHPIniDir directive is really useful ;-)

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
  "  from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
[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