Actions
Bug #14274
closedhttpd is going down!
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2004-08-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
3.6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If you have installed gallery.menalto.com and TYPO3 3.6.2
The default .htaccess-File will destroy your webserver.
Call per example domain.tld/albums/robots.txt (google does call it.) If this doesn't exist. This process (PID) is going to be endless. If there are 10 httpd processes...
(issue imported from #M293)
Updated by Marcel Gmür about 20 years ago
You have to edit row 60 in .htaccess:
Add all directories without relationship to TYPO3 also to this row.
-Marcel
Updated by Michael Scharkow almost 20 years ago
I don't understand this bug report. If the requested file doesn't exist, index.php is queried. While this is a matter of taste (I prefer 404s), this does neither crash the server nor anything else.
Actions