You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Morten Gulbrandsen <mg...@owi-aachen.de> on 2003/10/01 10:12:25 UTC

[users@httpd] Can't start PHP under Apache after Load Module php4apache.dll

Hello Programmers

I try to run a service.

Apache 1.28 (win32) under  Windows 2000

And gets this error:

Microsoft Management Console
Der Dienst "Apache" auf "Lokalen Computer"
konnte nicht gestartet werden.
Der Dienst hat keinen Fehler zurückgegeben.

Es kann sich um einen internen Windows-Fehler oder
einen internen Dienstfehler handeln.

Setzen Sie sich mit Ihrem Systemadministrator in Verbindung,
falls das Problem weiterhin besteht.



C:\>NET START APACHE
Apache wird gestartet.
Apache konnte nicht gestartet werden.

Der Dienst hat keinen Fehler gemeldet.

>From my edited  httpd.conf file:

LoadModule php4_module    "c:\temp\php-4.3.3-Win32\sapi\php4apache.dll"
AddModule   mod_php4.c
AddType     application/x-httpd-php .php

However Apache did start and run smoothly before I attempted to
append the directives in httpd.conf.

How can I run
php version 4.3.3
Apache version 1.3.28
MySQL server version: 4.1.0-alpha-max-debug

successfully under
Microsoft Windows 2000 [Version 5.00.2195]

Please ?

Yours Sincerely

Morten Gulbrandsen


---------------------------------------------------------------------
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


Re: [users@httpd] Can't start PHP under Apache after Load Module php4apache.dll

Posted by Leif W <wa...@usa.net>.
Try copying php4ts.dll into your php's sapi folder.  Change the LoadModule
line like this:

LoadModule php4_module c:/php/php-4.3.3-Win32/sapi/php4apache.dll

Leif

----- Original Message ----- 
From: "Morten Gulbrandsen" <mg...@owi-aachen.de>
To: <us...@httpd.apache.org>
Sent: Wednesday, October 01, 2003 4:12 AM
Subject: [users@httpd] Can't start PHP under Apache after Load Module
php4apache.dll


Hello Programmers

I try to run a service.

Apache 1.28 (win32) under  Windows 2000

And gets this error:

Microsoft Management Console
Der Dienst "Apache" auf "Lokalen Computer"
konnte nicht gestartet werden.
Der Dienst hat keinen Fehler zurückgegeben.

Es kann sich um einen internen Windows-Fehler oder
einen internen Dienstfehler handeln.

Setzen Sie sich mit Ihrem Systemadministrator in Verbindung,
falls das Problem weiterhin besteht.



C:\>NET START APACHE
Apache wird gestartet.
Apache konnte nicht gestartet werden.

Der Dienst hat keinen Fehler gemeldet.

>From my edited  httpd.conf file:

LoadModule php4_module    "c:\temp\php-4.3.3-Win32\sapi\php4apache.dll"
AddModule   mod_php4.c
AddType     application/x-httpd-php .php

However Apache did start and run smoothly before I attempted to
append the directives in httpd.conf.

How can I run
php version 4.3.3
Apache version 1.3.28
MySQL server version: 4.1.0-alpha-max-debug

successfully under
Microsoft Windows 2000 [Version 5.00.2195]

Please ?

Yours Sincerely

Morten Gulbrandsen


---------------------------------------------------------------------
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





---------------------------------------------------------------------
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