Thanks Prasanna. For now I decided to take Matt's advice and try down loading XAMPP instead. Sue
--- On Sun, 5/3/09, Prasanna Ram Venkatachalam <[email protected]> wrote: From: Prasanna Ram Venkatachalam <[email protected]> Subject: Re: [us...@httpd] cannot load c:/php/php5apache2_2.dll into server To: [email protected] Date: Sunday, May 3, 2009, 4:02 PM Something else might be listening on 80 Sue. Run netstat -ano | find ":80" to see which process(PID) is using it. Regards Prasanna Ram On Sun, May 3, 2009 at 7:59 PM, Sue Tavidian <[email protected]> wrote: I commented out PHP from conf file and did not get the original error anymore. But, then I got the error PHPIniDir not in server config, so I commented that out of conf. Then I got the error that SSLRandomSeed not in server config file so I commented that out of conf file - so finally my conf file had the following commented out: #SSLRandomSeed startup builtin #SSLRandomSeed connect builtin #</IfModule> #PHPIniDir "c:/php" However, then when I tried to start Apache I got this error: only 1 usage of each socket address is normally permitted: make_sock: could not bind to address 0.0.9.:80 no listening sockets avalable. shutting down. uable to open logs. --- On Sun, 5/3/09, Prasanna Ram Venkatachalam <[email protected]> wrote: From: Prasanna Ram Venkatachalam <[email protected]> Subject: Re: [us...@httpd] cannot load c:/php/php5apache2_2.dll into server To: [email protected] Date: Sunday, May 3, 2009, 1:27 PM I agree to Andre. Sue, if you do not need PHP, try commenting it out from LoadModule section. Good Luck Regards Prasanna Ram On Sun, May 3, 2009 at 6:37 PM, Sue Tavidian <[email protected]> wrote: sorry for the late response. I installed; Win32 Binary without crypto (no mod_ssl) (MSI Installer): apache_2.2.11-win32-x86-no_ssl.msi --- On Mon, 4/27/09, André Warnier <[email protected]> wrote: From: André Warnier <[email protected]> Subject: Re: [us...@httpd] cannot load c:/php/php5apache2_2.dll into server To: [email protected] Date: Monday, April 27, 2009, 5:29 PM Sue Tavidian wrote: > When I loaded/installed apache 2.2.11-win32-x86-no-msi, I get the error - > "cannot load c:/php/php5apache2_2.dll into server, the specified module could > not be found" > Does anyone know what next step I should take? Just to make sure, from what URL did you download that Apache file ? I just sounds unlikely that on the official Apache website, the standard version of Apache for Windows would have automatically PHP configured in it. --------------------------------------------------------------------- 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: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
