You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Nicholas Sherlock <n....@gmail.com> on 2009/08/12 17:33:04 UTC

[users@httpd] Re: New user/syntax error message

John Jensen wrote:
> Using Window Vista 64 bit
> 
> I've been struggling to install apache properly so that I can begin to 
> learn php.  On installation of version 2.2 ..13-win32-x86-no-ssl.msi   
> I've gotten a message that installation was successful but cannot stop 
> until syntax error on line 483 is corrected.  Line 483 is :
> 
> LoadModule php5_module "C:john/documents /php5apache2_2.dll"  
> 
> I noticed that the actual file path was as follows:
> 
> LoadModule php5_module "C:john/documents/php-5.2.10-Win32/php5apache2_2.dll"
> 
> So I made that change and saved the config file.  But got not change in 
> outcome.

It's also missing a slash after C: (what the heck generated that broken 
path?)

LoadModule php5_module 
"C:/john/documents/php-5.2.10-Win32/php5apache2_2.dll"

Cheers,
Nicholas Sherlock


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org