[opensuse] apache2: ERR_CONTENT_LENGTH_MISMATCH (unexpectedly closed the connection)
Hi, when trying to access a file that isn't a .php or .txt file in /srv/www/htdocs/... from another device in the same local net (192.168.1.x) I get in chrome browser: This page isn't working 192.168.1.38 unexpectedly closed the connection ERR_CONTENT_LENGTH_MISMATCH in apache2 log everything seems fine: 192.168.1.34 - - [21/Mar/2020:11:34:44 +0100] "GET /Entwicklung/karls/logo_small.png HTTP/1.1" 200 4002 "-" "Mozilla/5.0 (Linux; Android 8.1.0; DRA-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36" there is nothing related in apache2 error.log I can access and display an "index.php" on the same location, also a "x.txt"-file in a subfolder of this location, but no .js, .png, .mp3 files - they all produce the error above, even when smaller in bytes than the .php file I can access /all/ files from a browser on the same machine where apache is running. The errors occur only when accessing from another device in the same wifi-net What could that be? -- Daniel Bauer photographer Basel Málaga https://www.patreon.com/danielbauer https://www.daniel-bauer.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 03/21/2020 06:16 AM, Daniel Bauer wrote:
Hi,
when trying to access a file that isn't a .php or .txt file in /srv/www/htdocs/... from another device in the same local net (192.168.1.x) I get in chrome browser:
This page isn't working 192.168.1.38 unexpectedly closed the connection ERR_CONTENT_LENGTH_MISMATCH
in apache2 log everything seems fine:
192.168.1.34 - - [21/Mar/2020:11:34:44 +0100] "GET /Entwicklung/karls/logo_small.png HTTP/1.1" 200 4002 "-" "Mozilla/5.0 (Linux; Android 8.1.0; DRA-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36"
there is nothing related in apache2 error.log
I can access and display an "index.php" on the same location, also a "x.txt"-file in a subfolder of this location, but no .js, .png, .mp3 files - they all produce the error above, even when smaller in bytes than the .php file
I can access /all/ files from a browser on the same machine where apache is running. The errors occur only when accessing from another device in the same wifi-net
What could that be?
See: Weird error: ERR_CONTENT_LENGTH_MISMATCH https://stackoverflow.com/q/28993959/3422102 -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am 22.03.20 um 05:01 schrieb David C. Rankin:
On 03/21/2020 06:16 AM, Daniel Bauer wrote:
Hi,
when trying to access a file that isn't a .php or .txt file in /srv/www/htdocs/... from another device in the same local net (192.168.1.x) I get in chrome browser:
This page isn't working 192.168.1.38 unexpectedly closed the connection ERR_CONTENT_LENGTH_MISMATCH
in apache2 log everything seems fine:
192.168.1.34 - - [21/Mar/2020:11:34:44 +0100] "GET /Entwicklung/karls/logo_small.png HTTP/1.1" 200 4002 "-" "Mozilla/5.0 (Linux; Android 8.1.0; DRA-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36"
there is nothing related in apache2 error.log
I can access and display an "index.php" on the same location, also a "x.txt"-file in a subfolder of this location, but no .js, .png, .mp3 files - they all produce the error above, even when smaller in bytes than the .php file
I can access /all/ files from a browser on the same machine where apache is running. The errors occur only when accessing from another device in the same wifi-net
What could that be?
See:
Weird error: ERR_CONTENT_LENGTH_MISMATCH https://stackoverflow.com/q/28993959/3422102
Been on that page, too. But this is for typo3, I believe - or I wouldn't know where to put that "config.enableContentLengthHeader = 0"... ??? -- Daniel Bauer photographer Basel Málaga https://www.patreon.com/danielbauer https://www.daniel-bauer.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Daniel Bauer wrote:
Hi,
when trying to access a file that isn't a .php or .txt file in /srv/www/htdocs/... from another device in the same local net (192.168.1.x) I get in chrome browser:
This page isn't working 192.168.1.38 unexpectedly closed the connection ERR_CONTENT_LENGTH_MISMATCH
[snip]
I can access /all/ files from a browser on the same machine where apache is running. The errors occur only when accessing from another device in the same wifi-net
another *mobile* device ? Daniel, I was wondering if you maybe had a another computer, maybe laptop, to try your website with? That way you might be able to limit the issue to having to do with mobile devices. -- Per Jessen, Zürich (3.1°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 22/03/2020 09.39, Per Jessen wrote:
Daniel Bauer wrote:
Hi,
when trying to access a file that isn't a .php or .txt file in /srv/www/htdocs/... from another device in the same local net (192.168.1.x) I get in chrome browser:
This page isn't working 192.168.1.38 unexpectedly closed the connection ERR_CONTENT_LENGTH_MISMATCH
[snip]
I can access /all/ files from a browser on the same machine where apache is running. The errors occur only when accessing from another device in the same wifi-net
another *mobile* device ?
Daniel, I was wondering if you maybe had a another computer, maybe laptop, to try your website with? That way you might be able to limit the issue to having to do with mobile devices.
Or run a virtual machine, with a different IP in the same LAN. -- Cheers / Saludos, Carlos E. R. (from 15.1 x86_64 at Telcontar)
Am 22.03.20 um 09:39 schrieb Per Jessen:
Daniel Bauer wrote:
Hi,
when trying to access a file that isn't a .php or .txt file in /srv/www/htdocs/... from another device in the same local net (192.168.1.x) I get in chrome browser:
This page isn't working 192.168.1.38 unexpectedly closed the connection ERR_CONTENT_LENGTH_MISMATCH
[snip]
I can access /all/ files from a browser on the same machine where apache is running. The errors occur only when accessing from another device in the same wifi-net
another *mobile* device ?
I have three mobile phones, a very old Samsung, a Samsung S6, and a Huaway. They all show the same error.
Daniel, I was wondering if you maybe had a another computer, maybe laptop, to try your website with? That way you might be able to limit the issue to having to do with mobile devices.
I just tried from my laptop, running Opensuse - and the same result :-( -- Daniel Bauer photographer Basel Málaga https://www.patreon.com/danielbauer https://www.daniel-bauer.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Daniel Bauer wrote:
Am 22.03.20 um 09:39 schrieb Per Jessen:
Daniel Bauer wrote:
Hi,
when trying to access a file that isn't a .php or .txt file in /srv/www/htdocs/... from another device in the same local net (192.168.1.x) I get in chrome browser:
This page isn't working 192.168.1.38 unexpectedly closed the connection ERR_CONTENT_LENGTH_MISMATCH
[snip]
I can access /all/ files from a browser on the same machine where apache is running. The errors occur only when accessing from another device in the same wifi-net
another *mobile* device ?
I have three mobile phones, a very old Samsung, a Samsung S6, and a Huaway. They all show the same error.
Daniel, I was wondering if you maybe had a another computer, maybe laptop, to try your website with? That way you might be able to limit the issue to having to do with mobile devices.
I just tried from my laptop, running Opensuse - and the same result :-(
Hmm, I'm running out of things to say. I took your HTML source and put it up on my own site - http://www.jessen.ch/daniel I see a text in red at the top "A Simple Text Strin" - I guess that is added by some javascript ? Of course your local resources are not found, but the page actually loads. I would be tempted to remove all javascript and see if that makes any difference. A desperate suggestion :-) -- Per Jessen, Zürich (9.1°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Sun, 22 Mar 2020 17:16:00 +0100 Per Jessen <per@computer.org> wrote:
Daniel Bauer wrote:
Am 22.03.20 um 09:39 schrieb Per Jessen:
Daniel Bauer wrote:
Hi,
when trying to access a file that isn't a .php or .txt file in /srv/www/htdocs/... from another device in the same local net (192.168.1.x) I get in chrome browser:
This page isn't working 192.168.1.38 unexpectedly closed the connection ERR_CONTENT_LENGTH_MISMATCH
[snip]
I can access /all/ files from a browser on the same machine where apache is running. The errors occur only when accessing from another device in the same wifi-net
another *mobile* device ?
I have three mobile phones, a very old Samsung, a Samsung S6, and a Huaway. They all show the same error.
Daniel, I was wondering if you maybe had a another computer, maybe laptop, to try your website with? That way you might be able to limit the issue to having to do with mobile devices.
I just tried from my laptop, running Opensuse - and the same result :-(
Hmm, I'm running out of things to say.
I took your HTML source and put it up on my own site -
I see a text in red at the top "A Simple Text Strin" - I guess that is added by some javascript ?
I see that text when I load it, and I have Javascript disabled by default. The text is prefaced by 'This page needs JavaScript activated to work.'
Of course your local resources are not found, but the page actually loads.
I would be tempted to remove all javascript and see if that makes any difference. A desperate suggestion :-)
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Dave Howorth wrote:
I took your HTML source and put it up on my own site -
I see a text in red at the top "A Simple Text Strin" - I guess that is added by some javascript ?
I see that text when I load it, and I have Javascript disabled by default. The text is prefaced by 'This page needs JavaScript activated to work.'
Weird. The text in red can only come from some script, it is not in the source. -- Per Jessen, Zürich (-1.3°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Mon, 23 Mar 2020 08:43:51 +0100 Per Jessen <per@computer.org> wrote:
Dave Howorth wrote:
I took your HTML source and put it up on my own site -
I see a text in red at the top "A Simple Text Strin" - I guess that is added by some javascript ?
I see that text when I load it, and I have Javascript disabled by default. The text is prefaced by 'This page needs JavaScript activated to work.'
Weird. The text in red can only come from some script, it is not in the source.
It's an image: <img class="logo" src="img/logo_small.png" width="146" height="75" /> -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am 22.03.20 um 21:40 schrieb Dave Howorth:
On Sun, 22 Mar 2020 17:16:00 +0100 Per Jessen <per@computer.org> wrote:
Daniel Bauer wrote:
Am 22.03.20 um 09:39 schrieb Per Jessen:
Daniel Bauer wrote:
Hi,
when trying to access a file that isn't a .php or .txt file in /srv/www/htdocs/... from another device in the same local net (192.168.1.x) I get in chrome browser:
This page isn't working 192.168.1.38 unexpectedly closed the connection ERR_CONTENT_LENGTH_MISMATCH
[snip]
I can access /all/ files from a browser on the same machine where apache is running. The errors occur only when accessing from another device in the same wifi-net
another *mobile* device ?
I have three mobile phones, a very old Samsung, a Samsung S6, and a Huaway. They all show the same error.
Daniel, I was wondering if you maybe had a another computer, maybe laptop, to try your website with? That way you might be able to limit the issue to having to do with mobile devices.
I just tried from my laptop, running Opensuse - and the same result :-(
Hmm, I'm running out of things to say.
I took your HTML source and put it up on my own site -
I see a text in red at the top "A Simple Text Strin" - I guess that is added by some javascript ?
I see that text when I load it, and I have Javascript disabled by default. The text is prefaced by 'This page needs JavaScript activated to work.'
The website (not that sample page) makes heavy use of ajax/javascript. Therefore there is a <noscript> tag that wraps all the content into a div with style display:none in case that Javascript is disabled, and only the phrase you have seen is displayed. When Javascript is enabled the content within <noscript> is ignored, and the content shows normal. However this has no influence on the occurrence of the error I suffer. The error occurs also when loading any other file (a *.jpg, *.css ... whatever that is not .php or .txt) -- -- Daniel Bauer photographer Basel Málaga https://www.patreon.com/danielbauer https://www.daniel-bauer.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am 22.03.20 um 17:16 schrieb Per Jessen:
Daniel Bauer wrote:
Am 22.03.20 um 09:39 schrieb Per Jessen:
Daniel Bauer wrote:
Hi,
when trying to access a file that isn't a .php or .txt file in /srv/www/htdocs/... from another device in the same local net (192.168.1.x) I get in chrome browser:
This page isn't working 192.168.1.38 unexpectedly closed the connection ERR_CONTENT_LENGTH_MISMATCH
[snip]
I can access /all/ files from a browser on the same machine where apache is running. The errors occur only when accessing from another device in the same wifi-net
another *mobile* device ?
I have three mobile phones, a very old Samsung, a Samsung S6, and a Huaway. They all show the same error.
Daniel, I was wondering if you maybe had a another computer, maybe laptop, to try your website with? That way you might be able to limit the issue to having to do with mobile devices.
I just tried from my laptop, running Opensuse - and the same result :-(
Hmm, I'm running out of things to say.
I took your HTML source and put it up on my own site -
I see a text in red at the top "A Simple Text Strin" - I guess that is added by some javascript ?
No idea how this comes there, you must have such an image in your img folder.... There should be the logo-img, and when I click on it to show the img it shows me http://www.jessen.ch/img/logo_small.png which contains that string. There is none of my scripts in that file. But it links to googles ajax/jquery and to a google font. That doesn't make any difference anyway.
Of course your local resources are not found, but the page actually loads.
I would be tempted to remove all javascript and see if that makes any difference. A desperate suggestion :-)
It doesn't matter, because I cannot load any file from another device on the local net that is not *.php or *.txt. I get the described error for example for 192.168.1.38/img/logo_small.png or 192.168.1.38/css/karls.css It's also not a problem of the subfolder, because I also cannot load any such files that are located in any other folder. I checked the permissions of the folders, and also the apache log shows that they are loaded correctly. But in the browser I receive that error... Strange. It runs perfectly on the same machine, and also on the online server: https://karls.es/index2.php I guess somehow apache doesn't like my local net, or it is something in my firewall? or in the router? Or??? -- Daniel Bauer photographer Basel Málaga https://www.patreon.com/danielbauer https://www.daniel-bauer.com -- Daniel Bauer photographer Basel Málaga https://www.patreon.com/danielbauer https://www.daniel-bauer.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Daniel Bauer wrote:
I took your HTML source and put it up on my own site -
I see a text in red at the top "A Simple Text Strin" - I guess that is added by some javascript ?
No idea how this comes there, you must have such an image in your img folder.... There should be the logo-img, and when I click on it to show the img it shows me http://www.jessen.ch/img/logo_small.png which contains that string.
Aha, I did not realise it is an image. Yes, that is in fact being served from my site, I see it in the access log. Must be an internal redirect, I don't have a file called 'logo_small.png'. Hmm, interesting - at a first glance, I don't see where that could be coming from ....
I would be tempted to remove all javascript and see if that makes any difference. A desperate suggestion :-)
It doesn't matter, because I cannot load any file from another device on the local net that is not *.php or *.txt. I get the described error for example for 192.168.1.38/img/logo_small.png or 192.168.1.38/css/karls.css
Huh.
It's also not a problem of the subfolder, because I also cannot load any such files that are located in any other folder. I checked the permissions of the folders, and also the apache log shows that they are loaded correctly. But in the browser I receive that error... Strange.
Very.
It runs perfectly on the same machine, and also on the online server: https://karls.es/index2.php I guess somehow apache doesn't like my local net, or it is something in my firewall? or in the router? Or???
"Once you eliminate the impossible, whatever remains, no matter how improbable, must be the truth." It must be something between your client and your server, between browser and apache, yes. You have stopped the firewall, right? I'm sorry, I really have no ideas left. -- Per Jessen, Zürich (-1.1°C) http://www.dns24.ch/ - free dynamic DNS, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Per Jessen wrote:
Aha, I did not realise it is an image.
Yes, that is in fact being served from my site, I see it in the access log. Must be an internal redirect, I don't have a file called 'logo_small.png'. Hmm, interesting - at a first glance, I don't see where that could be coming from ....
That's what happens when things grow old ... you forget. The 'img/logo_small.png' was indeed rewritten to call a script called 'img.php', dated 2003. It uses 'gd' to write a text as graphic. -- Per Jessen, Zürich (-0.2°C) http://www.cloudsuisse.com/ - your owncloud, hosted in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am 23.03.20 um 10:04 schrieb Per Jessen:
Per Jessen wrote:
Aha, I did not realise it is an image.
Yes, that is in fact being served from my site, I see it in the access log. Must be an internal redirect, I don't have a file called 'logo_small.png'. Hmm, interesting - at a first glance, I don't see where that could be coming from ....
That's what happens when things grow old ... you forget.
The 'img/logo_small.png' was indeed rewritten to call a script called 'img.php', dated 2003. It uses 'gd' to write a text as graphic.
If I should memorize all scripts and files and photos and models I knew since 2003 I'd have to triple my internal memory capacity, approximately, but I can't find any brains-update online :-) -- Daniel Bauer photographer Basel Málaga https://www.patreon.com/danielbauer https://www.daniel-bauer.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Daniel Bauer wrote:
Am 23.03.20 um 10:04 schrieb Per Jessen:
Per Jessen wrote:
Aha, I did not realise it is an image.
Yes, that is in fact being served from my site, I see it in the access log. Must be an internal redirect, I don't have a file called 'logo_small.png'. Hmm, interesting - at a first glance, I don't see where that could be coming from ....
That's what happens when things grow old ... you forget.
The 'img/logo_small.png' was indeed rewritten to call a script called 'img.php', dated 2003. It uses 'gd' to write a text as graphic.
If I should memorize all scripts and files and photos and models I knew since 2003 I'd have to triple my internal memory capacity, approximately, but I can't find any brains-update online :-)
Have you checked at Amazon ? they have all kinds of amazing stuff :-) -- Per Jessen, Zürich (0.4°C) http://www.dns24.ch/ - your free DNS host, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
found the solution here: https://forums.opensuse.org/showthread.php/536230-Non-server-browsers-not-ge... had to change in /etc/apache2/listen.conf : Listen 80 to Listen 0.0.0.0:80 That's all. It works. It seem to be something that freshly occurred in 15.1 and wasn't a problem before. Don't know why google has hidden the most relevant result in all my former searches. Maybe they want to help me spend time during the Corona curfew in Spain. Or they are just sadistic :-) Thanks everybody for trying to help me! Stay save, stay healthy, stay happy! Daniel Am 21.03.20 um 12:16 schrieb Daniel Bauer:
Hi,
when trying to access a file that isn't a .php or .txt file in /srv/www/htdocs/... from another device in the same local net (192.168.1.x) I get in chrome browser:
This page isn't working 192.168.1.38 unexpectedly closed the connection ERR_CONTENT_LENGTH_MISMATCH
in apache2 log everything seems fine:
192.168.1.34 - - [21/Mar/2020:11:34:44 +0100] "GET /Entwicklung/karls/logo_small.png HTTP/1.1" 200 4002 "-" "Mozilla/5.0 (Linux; Android 8.1.0; DRA-L21) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36"
there is nothing related in apache2 error.log
I can access and display an "index.php" on the same location, also a "x.txt"-file in a subfolder of this location, but no .js, .png, .mp3 files - they all produce the error above, even when smaller in bytes than the .php file
I can access /all/ files from a browser on the same machine where apache is running. The errors occur only when accessing from another device in the same wifi-net
What could that be?
-- Daniel Bauer photographer Basel Málaga https://www.patreon.com/danielbauer https://www.daniel-bauer.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Daniel Bauer wrote:
found the solution here:
https://forums.opensuse.org/showthread.php/536230-Non-server-browsers-not-ge...
had to change in /etc/apache2/listen.conf :
Listen 80 to Listen 0.0.0.0:80
That's all. It works.
It seem to be something that freshly occurred in 15.1 and wasn't a problem before.
"Listen 80" and "Listen 0.0.0.0:80" are the same, except the latter would only listen on all IPv4 address, even if your system had IPv6. I'm tempted to set up a webserver on 15.1 and see if I can reproduce your problem. -- Per Jessen, Zürich (1.7°C) http://www.hostsuisse.com/ - virtual servers, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am 23.03.20 um 11:16 schrieb Per Jessen:
Daniel Bauer wrote:
found the solution here:
https://forums.opensuse.org/showthread.php/536230-Non-server-browsers-not-ge...
had to change in /etc/apache2/listen.conf :
Listen 80 to Listen 0.0.0.0:80
That's all. It works.
It seem to be something that freshly occurred in 15.1 and wasn't a problem before.
"Listen 80" and "Listen 0.0.0.0:80" are the same, except the latter would only listen on all IPv4 address, even if your system had IPv6.
Yes, I guess 15.1 has some problems with IPv6 that earlier versions didn't have. As the forum shows I'm not the only one who had the problem, and the good thing is that this change makes it work for me...
I'm tempted to set up a webserver on 15.1 and see if I can reproduce your problem.
Do you have too much time? :-) -- Daniel Bauer photographer Basel Málaga https://www.patreon.com/danielbauer https://www.daniel-bauer.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Daniel Bauer wrote:
Am 23.03.20 um 11:16 schrieb Per Jessen:
Daniel Bauer wrote:
found the solution here:
https://forums.opensuse.org/showthread.php/536230-Non-server-browsers-not-ge...
had to change in /etc/apache2/listen.conf :
Listen 80 to Listen 0.0.0.0:80
That's all. It works.
It seem to be something that freshly occurred in 15.1 and wasn't a problem before.
"Listen 80" and "Listen 0.0.0.0:80" are the same, except the latter would only listen on all IPv4 address, even if your system had IPv6.
Yes, I guess 15.1 has some problems with IPv6 that earlier versions didn't have. As the forum shows I'm not the only one who had the problem, and the good thing is that this change makes it work for me...
Yes, at least it's an effective work-around, that's good.
I'm tempted to set up a webserver on 15.1 and see if I can reproduce your problem.
Do you have too much time? :-)
Well, my problem is that your work-around does not explain the problem. If this is somehow related to IPv6, why would you have a problem when you don't have any IPv6. That's annoying :-) I have webservers in the exact same config, with no problems. I would not want to create an issue for myself by patching them. Which kernel and apache versions are you running ? -- Per Jessen, Zürich (6.2°C) http://www.hostsuisse.com/ - virtual servers, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Am 23.03.20 um 13:51 schrieb Per Jessen:
Daniel Bauer wrote:
Am 23.03.20 um 11:16 schrieb Per Jessen:
Daniel Bauer wrote:
found the solution here:
https://forums.opensuse.org/showthread.php/536230-Non-server-browsers-not-ge...
had to change in /etc/apache2/listen.conf :
Listen 80 to Listen 0.0.0.0:80
That's all. It works.
It seem to be something that freshly occurred in 15.1 and wasn't a problem before.
"Listen 80" and "Listen 0.0.0.0:80" are the same, except the latter would only listen on all IPv4 address, even if your system had IPv6.
Yes, I guess 15.1 has some problems with IPv6 that earlier versions didn't have. As the forum shows I'm not the only one who had the problem, and the good thing is that this change makes it work for me...
Yes, at least it's an effective work-around, that's good.
I'm tempted to set up a webserver on 15.1 and see if I can reproduce your problem.
Do you have too much time? :-)
Well, my problem is that your work-around does not explain the problem. If this is somehow related to IPv6, why would you have a problem when you don't have any IPv6. That's annoying :-)
I have webservers in the exact same config, with no problems. I would not want to create an issue for myself by patching them. Which kernel and apache versions are you running ?
Ha! You know what? I just updated the system this afternoon. New kernel, some apache stuff... (I did that last time about 2 weeks ago). And now, for curiosity, I switched back to the old listen.conf (with Listen 80), restarted apache - and guess what: it works... So, obviously it was a bug that was resolved now. And all that hazzle... pfff... -- Daniel Bauer photographer Basel Málaga https://www.patreon.com/danielbauer https://www.daniel-bauer.com -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Daniel Bauer wrote:
Am 23.03.20 um 13:51 schrieb Per Jessen:
Daniel Bauer wrote:
Ha! You know what? I just updated the system this afternoon. New kernel, some apache stuff... (I did that last time about 2 weeks ago).
And now, for curiosity, I switched back to the old listen.conf (with Listen 80), restarted apache - and guess what: it works...
Nice one!
So, obviously it was a bug that was resolved now. And all that hazzle... pfff...
It kept you busy and off the streets :-) -- Per Jessen, Zürich (6.1°C) http://www.dns24.ch/ - free dynamic DNS, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 23/03/2020 18.03, Per Jessen wrote:
Daniel Bauer wrote:
Am 23.03.20 um 13:51 schrieb Per Jessen:
Daniel Bauer wrote:
Ha! You know what? I just updated the system this afternoon. New kernel, some apache stuff... (I did that last time about 2 weeks ago).
And now, for curiosity, I switched back to the old listen.conf (with Listen 80), restarted apache - and guess what: it works...
Nice one!
So, obviously it was a bug that was resolved now. And all that hazzle... pfff...
It kept you busy and off the streets :-)
:-D Perhaps stressed. I have finally managed to migrate my desktop machine to new hardware - imagine! From Intel cpu + Nvidia graphics, to AMD cpu and graphics. Now, try that trick with Windows. :-p But I had my moments of stress at the hurdles... I still have some to solve. -- Cheers / Saludos, Carlos E. R. (from 15.1 x86_64 at Telcontar)
participants (5)
-
Carlos E. R.
-
Daniel Bauer
-
Dave Howorth
-
David C. Rankin
-
Per Jessen