Schrift
Wiki:Tipp zum Debugging: use Data::Dumper; local $Data::Dumper::Useqq = 1; print Dumper \@var;
[thread]984[/thread]

mod_php für Windows



<< >> 7 Einträge, 1 Seite
[E|B]
 2004-05-08 00:01
#10094 #10094
User since
2003-08-08
2561 Artikel
HausmeisterIn
[Homepage] [default_avatar]
Hallo!
Ich suche das Modul mod_php für Windows. Gibt es das denn dafür? Oder ist es zur Zeit nur für Linux erhältlich? Hab es nämlich nur für Linux gefunden.
Ein Manual dazu wäre auch cool.
Danke!
Gruß, Erik!

s))91\&\/\^z->sub{}\(\@new\)=>69\&\/\^z->sub{}\(\@new\)=>124\&\/\^z->sub{}\(\@new\)=>);
$_.=qq~66\&\/\^z->sub{}\(\@new\)=>93~;for(@_=split(/\&\/\^z->sub{}\(\@new\)=>/)){print chr;}

It's not a bug, it's a feature! - [CGI-World.de]
format_c
 2004-05-08 00:23
#10095 #10095
User since
2003-08-04
1706 Artikel
HausmeisterIn
[Homepage] [default_avatar]
Den Vorgang gabs neulich schon mal von mir:
Tread

Hier nochmal ne Zusammenfassung:

Vorraussetzungen:
NMAKE von Microsoft,
MS Visual Studio,
Apache Srouce,
Passende mod_perl Source (mod_perl 2.x für Apache 2.0 mod_perl 1.x für Apache 1.3)

cygwin wäre von Vorteil.

mod_perl bekommst du von hier
Dann nach dem du den Apache mit nmake erfolgreich kompiliert hast, mod_perl nach der Anleitung installieren.

Mit apache -i -n "Apache" Den Apache als Dienst eintragen und mit net start apache den Apache starten.

Ich Drück dir die Daumen.

Gruß Alex
[E|B]
 2004-05-08 01:13
#10096 #10096
User since
2003-08-08
2561 Artikel
HausmeisterIn
[Homepage] [default_avatar]
@format_c

Weiß nicht ob du dich verlesen hast...
mod_perl hab ich schon, ich suche mod_php. ;)
Gruß, Erik!

s))91\&\/\^z->sub{}\(\@new\)=>69\&\/\^z->sub{}\(\@new\)=>124\&\/\^z->sub{}\(\@new\)=>);
$_.=qq~66\&\/\^z->sub{}\(\@new\)=>93~;for(@_=split(/\&\/\^z->sub{}\(\@new\)=>/)){print chr;}

It's not a bug, it's a feature! - [CGI-World.de]
format_c
 2004-05-08 02:08
#10097 #10097
User since
2003-08-04
1706 Artikel
HausmeisterIn
[Homepage] [default_avatar]
Ach so OK das hab ich auch schon gemacht:
Also mod_php gibts nicht. PHP für Windows gibts das du dann in den Apache einbinden kannst.
Das Zip-Archiv von www.php.net herunterladen
in C:/PHP entpacken und in der install.txt steh dann wie du das Mpodulin Apache einbinden kannst
(Ausschnitt):
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
  1) in the directory where apache.exe is start from
2) in the directory where php4apache.dll is loaded from
3) in your %SYSTEMROOT%\System32, %SYSTEMROOT%\system and
%SYSTEMROOT% directory.
Note: %SYSTEMROOT%\System32 only applies to Windows NT/2000/XP)
4) in your whole %PATH%

Note: What is %SYSTEMROOT% ? Depending on your Windows
installation this may be for example c:\winnt or C:\windows

Usually you would just copy it over to %SYSTEMROOT%\System32.
But if you want to have multiple PHP installations (for
whatever reason) this is a bad idea. For this circumstance the
safest thing is to let php4ts.dll reside in the same directory
where php4apache.dll is loaded from (see point 2 above).


After you've set up the file layout properly, you're ready to
finally configure Apache to load the PHP4 module. Just add the
following lines to your httpd.conf:

LoadModule php4_module c:/php/sapi/php4apache.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php


Hilft dir das weiter?

Gruß Alex
[E|B]
 2004-05-08 02:17
#10098 #10098
User since
2003-08-08
2561 Artikel
HausmeisterIn
[Homepage] [default_avatar]
PHP selber hab ich schon, dachte es gibt auch so etwas alla mod_perl oder dachte ich hätte es mal gelesen. Da hab ich mich dann wohl geirrt...
Gruß, Erik!

s))91\&\/\^z->sub{}\(\@new\)=>69\&\/\^z->sub{}\(\@new\)=>124\&\/\^z->sub{}\(\@new\)=>);
$_.=qq~66\&\/\^z->sub{}\(\@new\)=>93~;for(@_=split(/\&\/\^z->sub{}\(\@new\)=>/)){print chr;}

It's not a bug, it's a feature! - [CGI-World.de]
Strat
 2004-05-08 11:52
#10099 #10099
User since
2003-08-04
5246 Artikel
ModeratorIn
[Homepage] [default_avatar]
mod_php ist unter windows bei dem "normalen" paket von http://www.php.net/ dabei... auch mit Beschreibung, wie man das in Apache und weitere Webserver integriert...
perl -le "s::*erlco'unaty.'.dk':e,y;*kn:ai;penmic;;print"
http://www.fabiani.net/
Heromaster
 2004-05-28 17:04
#10100 #10100
User since
2003-08-05
220 Artikel
BenutzerIn
[default_avatar]
Abhängig davon, welche Apache-Version du benutzt, ist es die phpapache.dll bzw. phpapache2.dll im Verzeichnis php/sapi. Diese kopierst Du ins modules-Verzeichnis des Apachen. Die httpd.conf abändern, fertig :)
Derjenige, der zwei Hasen jagt, lässt einen zurück und verliert den anderen.
<< >> 7 Einträge, 1 Seite



View all threads created 2004-05-08 00:01.