logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache can't load php module - Windows Vista
Author
mojosound



Joined: 26 Sep 2006
Posts: 2

PostPosted: Tue 26 Sep '06 4:03    Post subject: Apache can't load php module - Windows Vista Reply with quote

I have installed Apache 2.2 on Windows Vista and it is running. I have extracted the PHP 5.1.6 win32 distro to C:\PHP. I have added the line

LoadModule php5_module "C:/PHP/php5apache2.dll"

The dll is there but when I restart Apache I get an error stating that the module cannot be loaded because the specified module could not be found.

Has anyone seen this or have any ideas. Google wasn't much help.
Back to top
mojosound



Joined: 26 Sep 2006
Posts: 2

PostPosted: Tue 26 Sep '06 5:38    Post subject: Found the walkthrough - but index.php does not load Reply with quote

I followed the walkthrough and now Apache is running and seems to load the php module. However, the index.php file is not being executed. I have the following virtual host defined:

<VirtualHost *:80>
ServerAdmin webmaster@cjt-design.com
DocumentRoot C:\websites\cjt-design
ServerName cjt.design.com
ServerAlias www.cjt-design.com
<Directory "C:\websites\cjt-design">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
</VirtualHost>


When I call up www.cjt-design.com I get the directory listing.
Back to top
Brian



Joined: 21 Oct 2005
Posts: 209
Location: Puyallup, WA USA

PostPosted: Tue 26 Sep '06 23:03    Post subject: Reply with quote

http://www.cjt-design.com/index.php just loaded for me.

No offense intended, truly I am only curious, but why do you host on a Vista platform?
Back to top


Reply to topic   Topic: Apache can't load php module - Windows Vista View previous topic :: View next topic
Post new topic   Forum Index -> Apache