2016-01-10 24 views
6

Ho problemi con XAMPP (Windows) dove ho session_start(); nel mio file, ma come gocce che richiedono ...Cosa può causare un errore ERR_CONNECTION_RESET, su XAMPP durante l'utilizzo di sessione

Quando provo ad accedere alla pagina con localhost/folder/index.php funziona, ma quando provo external ip/folder/index.php o 127.0.0.1/folder/index.php o [::1]/folder/index.php solo gocce di connessione (i browser più provati e cromo dà ERR_CONNECTION_RESET ... sono incapaci e ho un disperato bisogno di aiuto ... ha funzionato quando ho rimosso session_start(); dal mio file. .. Quando creo un nuovo file con session_start();, non funziona ancora ...

Alcune linee error.log

[Sun Jan 10 19:33:45.805036 2016] [:error] [pid 3176:tid 1888] [client myip:50143] script 'C:/xampp/htdocs/h3x1t/i\xc2\xb4\xc2\xb4.php' not found or unable to stat 
[Sun Jan 10 20:02:40.330149 2016] [ssl:warn] [pid 24588:tid 552] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name 
[Sun Jan 10 20:02:40.373728 2016] [mpm_winnt:notice] [pid 24588:tid 552] AH00354: Child: Starting 150 worker threads. 
[Sun Jan 10 20:04:25.949925 2016] [mpm_winnt:notice] [pid 29460:tid 564] AH00428: Parent: child process 24588 exited with status 3221225477 -- Restarting. 
[Sun Jan 10 20:04:26.568746 2016] [ssl:warn] [pid 29460:tid 564] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name 
[Sun Jan 10 20:04:26.615700 2016] [mpm_winnt:notice] [pid 29460:tid 564] AH00455: Apache/2.4.18 (Win32) OpenSSL/1.0.2e PHP/7.0.1 configured -- resuming normal operations 
[Sun Jan 10 20:04:26.615700 2016] [mpm_winnt:notice] [pid 29460:tid 564] AH00456: Apache Lounge VC14 Server built: Dec 9 2015 10:17:39 
[Sun Jan 10 20:04:26.615700 2016] [core:notice] [pid 29460:tid 564] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache' 
[Sun Jan 10 20:04:26.622190 2016] [mpm_winnt:notice] [pid 29460:tid 564] AH00418: Parent: Created child process 26200 
[Sun Jan 10 20:04:27.302705 2016] [ssl:warn] [pid 26200:tid 560] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name 
[Sun Jan 10 20:04:27.475560 2016] [ssl:warn] [pid 26200:tid 560] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name 
[Sun Jan 10 20:04:27.518770 2016] [mpm_winnt:notice] [pid 26200:tid 560] AH00354: Child: Starting 150 worker threads. 
[Sun Jan 10 20:04:28.693791 2016] [mpm_winnt:notice] [pid 29460:tid 564] AH00428: Parent: child process 26200 exited with status 3221225477 -- Restarting. 
[Sun Jan 10 20:04:29.379751 2016] [ssl:warn] [pid 29460:tid 564] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name 
[Sun Jan 10 20:04:29.425188 2016] [mpm_winnt:notice] [pid 29460:tid 564] AH00455: Apache/2.4.18 (Win32) OpenSSL/1.0.2e PHP/7.0.1 configured -- resuming normal operations 
[Sun Jan 10 20:04:29.425188 2016] [mpm_winnt:notice] [pid 29460:tid 564] AH00456: Apache Lounge VC14 Server built: Dec 9 2015 10:17:39 
[Sun Jan 10 20:04:29.425188 2016] [core:notice] [pid 29460:tid 564] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache' 
[Sun Jan 10 20:04:29.430191 2016] [mpm_winnt:notice] [pid 29460:tid 564] AH00418: Parent: Created child process 30668 
[Sun Jan 10 20:04:30.081357 2016] [ssl:warn] [pid 30668:tid 608] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name 
[Sun Jan 10 20:04:30.254197 2016] [ssl:warn] [pid 30668:tid 608] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name 
[Sun Jan 10 20:04:30.297173 2016] [mpm_winnt:notice] [pid 30668:tid 608] AH00354: Child: Starting 150 worker threads. 
[Sun Jan 10 20:06:24.444492 2016] [:error] [pid 30668:tid 1896] [client ::1:60405] script 'C:/xampp/htdocs/h3x1t/contracts.php' not found or unable to stat, referer: http://localhost/h3x1t/index 
+0

Hai controllato il log degli errori di apache? Cosa dice ... –

+0

Modifica -> alcune righe di log degli errori. – Entropy

+0

Sembra che tu provi ad accedere ad una pagina web come file..C: /xampp/htdocs/h3x1t/contracts.php ... –

risposta

4

ho reinstallato XAMPP con più vecchio PHP versione ...

appare come colpevole era PHP 7.0.0

EDIT: trovato qualcosa probabilmente legato ad esso https://community.apachefriends.org/viewtopic.php?p=248070&sid=0b7559defe15317f41699d1ce9194e3f

Edit2: trovato questo (sviluppatori) BitNami

abbiamo controllato la configurazione di XAMPP e abbiamo riscontrato che il problema è correlato alla variabile use_only_cookies che è possibile trovare nella sezione Sessione del file php.ini in . Apache in crash se la variabile use_only_cookies nella sezione della sessione è impostato su 0 e tutto va bene se è impostato a 1.

http://php.net/manual/en/session.configuration.php#ini.session.use-only-cookies

Abbiamo anche controllato che l'use_strict_mode deve essere impostato a 1.

https://wiki.php.net/rfc/strict_sessions http://php.net/manual/en/session.configuration.php#ini.session.use-strict-mode

includeremo quei cambiamenti nella prossima versione di XAMPP con PHP 7. Stiamo costruendo i programmi di installazione con la versione 7.0.2 e provvederemo a rilasciarli il prima possibile il .

6

ho XAMPP con PHP7 e lo stesso problema ...

Ho cambiato in php.ini: session.use_only_cookies 0-1 e tutte le opere.

+0

Ho già collegato la risposta a questa domanda con informazioni sufficienti per risolverlo - ma grazie! – Entropy

0

Nel mio caso, il Visualizzatore eventi di Windows ha mostrato più dati utili. Ha puntato a VCRUNTIME140.dll che bloccava costantemente Apache (che ha causato la visualizzazione della ERR_CONNECTION_RESET), quindi ho aggiornato le librerie a https://www.microsoft.com/en-us/download/confirmation.aspx?id=52685 - quindi, ha mostrato il modulo di errore come php7ts.dll - quindi ho seguito le istruzioni da http://ibraransari.blogspot.com/2017/01/how-to-solve-apache-crash-fault-module.html e sono stato bravo a partire.

Problemi correlati