S
S
Sergey Goryachev2016-10-10 17:29:55
linux
Sergey Goryachev, 2016-10-10 17:29:55

Apache found the cause of the hangup. But how to decide?

I killed two days in search of a trouble that prevents me from working . Find found, but how to solve, xs yet.
Maybe someone will have sensible thoughts)))
In my work I use Gulp, I often work with the all.css and all.min.css files
So, now, when creating a new site, everything fucking freezes for me if I include files with such names.
That is:
<link href="all.min.css" rel="stylesheet">
<link href="all.css" rel="stylesheet">
<link href="min.css" rel="stylesheet">
<link href="allmin.css" rel="stylesheet">
<link href="all1.min.css" rel="stylesheet">
<link href="all.min1.css" rel="stylesheet">
<link href="all4356.min.css" rel="stylesheet">
All options hang Apache, the page is loaded from a minute to 10.
One has only to change:
<link href="main.css" rel="stylesheet">
Everything becomes fine.
I understand that a solution has been found, take it and rename it, but I want to solve the problem itself.
Since then it will appear again but with the name main.css.
Actually, any thoughts?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
G
Gasoid, 2016-10-10
@Gasoid

1) manually check all files
i.e. open these css
site.ru/all.min.css
site.ru/all.css in the browser
, etc.
2) look at the Apache logs at last
3) maybe the problem is html / css, and not in Apache or the browser

P
Philipp, 2016-10-10
@zoonman

https://www.webmasterworld.com/apache/4222500.htm

A
Adamos, 2016-10-10
@Adamos

Вообще-то Апачу глубоко фиолетово содержание вашей страницы.
Его задача - отдать ее на исполнение обработчику или, если таковой не обнаружен, выдать пользователю этот самый текст.
Вот когда браузер его получает, он уже начинает ломиться по ссылкам на эти файлы...
Кто обрабатывает этот файл? Это голый HTML или какой-то скрипт?

X
xmoonlight, 2016-10-10
@xmoonlight

1. Антивирь или анализ контента сайта
2. Ограничение на кол-во одновременных открытых коннектов с одного IP
3. Что-то с кэшем на стороне сервера или с проблемой отдачи статики, возможно хэндлер на обработку CSS прописан где-то....

Сергей Горячев, 2016-10-11
@webirus Автор вопроса

Apparently, this question will have to be left open for now.
None of the solutions suggested here helped.
However, I freaked out and reinstalled Linux at the same time.
Anyway, I was going to change 17.3 to 18. Well, I found a reason.
So far everything works without problems. I will follow)))

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question