|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#1 |
|
Senior Member
Iscritto dal: Dec 1999
Città: Roma Est
Messaggi: 3073
|
Apache 2 e PHP 4
Aiuto non riesco a far funzionare il PHP 4.1.2 con Apache 2! Praticamente come carico il modulo della *.dll di PHP nel file di conf di Apache quest'ultimo non parte più.
Qualcuno sa aiutarmi oppure sa dove trovare la procedura esatta? Che poi mi viene un dubbio... ma funzionano sti due insieme? Ciao
__________________
Ryzen 7 5700G / Gigabyte B550M-AORUS-ELITE / 2 x DDr 16GB G.Skill F4-3200 / WD SN850X 1TB / Lexar NM620 1TB / MSI 4060ti 16GB / 2 x Dell U2415 |
|
|
|
|
|
#2 |
|
Member
Iscritto dal: Mar 2001
Messaggi: 53
|
hai provato a seguire la guida qui
http://freephp.html.it perchè nn dovrebbe funzionare PHP e Apache ? |
|
|
|
|
|
#3 |
|
Senior Member
Iscritto dal: Dec 1999
Città: Roma Est
Messaggi: 3073
|
La guida fa riferimento ad Apache 1.3.2, con Apache 2 non c'e' verso di far funzionare il modulo PHP
Credo che rimetterò Apache 1.3.2 Hai qualche idea?
__________________
Ryzen 7 5700G / Gigabyte B550M-AORUS-ELITE / 2 x DDr 16GB G.Skill F4-3200 / WD SN850X 1TB / Lexar NM620 1TB / MSI 4060ti 16GB / 2 x Dell U2415 |
|
|
|
|
|
#4 |
|
Member
Iscritto dal: Mar 2001
Messaggi: 53
|
in quanto a webserver nn so dirti
|
|
|
|
|
|
#5 |
|
Senior Member
Iscritto dal: Dec 1999
Città: Roma Est
Messaggi: 3073
|
Grazie ugualmente
Ciao
__________________
Ryzen 7 5700G / Gigabyte B550M-AORUS-ELITE / 2 x DDr 16GB G.Skill F4-3200 / WD SN850X 1TB / Lexar NM620 1TB / MSI 4060ti 16GB / 2 x Dell U2415 |
|
|
|
|
|
#6 |
|
Member
Iscritto dal: Mar 2002
Messaggi: 105
|
scaricati la versione TRIAD ,
funnziona che è un piacere
__________________
---MY SYSTEM--- Macintosh iBook G4 933Mhz PowerPc 640Mb Ram, Airport Xtreme Router Netgear ADSL Wireless. ---Operative System--- Mac Os X Tiger 10.4.11 |
|
|
|
|
|
#7 |
|
Senior Member
Iscritto dal: Dec 1999
Città: Roma Est
Messaggi: 3073
|
Cioè
__________________
Ryzen 7 5700G / Gigabyte B550M-AORUS-ELITE / 2 x DDr 16GB G.Skill F4-3200 / WD SN850X 1TB / Lexar NM620 1TB / MSI 4060ti 16GB / 2 x Dell U2415 |
|
|
|
|
|
#8 |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
cyber : sei riuscito a farlo funzionare ? Anche a me dice che non trova la dll anche se il percorso è giusto...
Ho dovuto installare Apache 1.3.25 per far funzionare il PHP... |
|
|
|
|
|
#9 |
|
Senior Member
Iscritto dal: Nov 2001
Città: Torino | Potenza
Messaggi: 1117
|
a me Apache 2.0.35 e PHP 4.1.2 prima, 4.2.0 e 4.2.1 poi hanno funzionato subito al primo colpo, sia come modulo che non.
Il procedimento di config è lo stesso, sia per apache 1.3.xx che per il 2
__________________
MwDev.it | Mobile & Web develop |
|
|
|
|
|
#10 | |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
Quote:
Mentre il 2.0.35 mi diceva che non trovava il file del modulo... Ho provato anche a mettere la dll nella dir dove ci sono tutti i moduli, ma non ha funzionato lo stesso... Che sistema operativo hai ? Io Win 2k... |
|
|
|
|
|
|
#11 | |
|
Senior Member
Iscritto dal: Nov 2001
Città: Torino | Potenza
Messaggi: 1117
|
Quote:
__________________
MwDev.it | Mobile & Web develop |
|
|
|
|
|
|
#12 | |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
Quote:
|
|
|
|
|
|
|
#13 | |
|
Senior Member
Iscritto dal: Nov 2001
Città: Torino | Potenza
Messaggi: 1117
|
Quote:
__________________
MwDev.it | Mobile & Web develop |
|
|
|
|
|
|
#14 | |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
Quote:
|
|
|
|
|
|
|
#15 |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
Per questo ?
PHP 4 for Windows comes in two flavours - a CGI executable (php.exe), and several SAPI modules (for exapmle php4isapi.dll). The latter form is new to PHP 4, and provides significantly improved performance and some new functionality. However, please note that the SAPI modules are *NOT* yet considered to be production quality. In particular, with the ISAPI module, you are likely to encounter serious reliability problems especially on platforms older than W2K - you may witness a lot of server 500 errors and suffer from other server modules such as ASP also failing. You have been warned! The reason for this is that the PHP SAPI modules are using the thread-safe version of the PHP code, which is new to PHP 4, and has not yet been tested and pounded enough to be considered completely stable, and there are actually a few known bugs. On the other hand, some people have reported very good results with the SAPI modules, and there a few reports of problems with the Apache module version. In short - your mileage may vary; If you need absolute stability, trade the performance of the SAPI modules with the stability of the CGI executable. |
|
|
|
|
|
#16 | |
|
Senior Member
Iscritto dal: Nov 2001
Città: Torino | Potenza
Messaggi: 1117
|
Quote:
__________________
MwDev.it | Mobile & Web develop |
|
|
|
|
|
|
#17 | |
|
Senior Member
Iscritto dal: Apr 2000
Città: Vicino a Montecatini(Pistoia) Moto:Kawasaki Ninja ZX-9R Scudetti: 29
Messaggi: 53971
|
Quote:
Comunque è davvero un errore strano...anche perchè non è un problema di accesso alla directory (ho FAT32)... |
|
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 00:14.



















