Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Dec 2006 at 10:48 UTC
Updated:
13 Feb 2008 at 20:33 UTC
Jump to comment: Most recent file
Apache 1.2 is so long gone that even its memory is forgotten. There are no webservers accepted. We do not use any Apache 1.3 specific features. There are ISPs that do very strange things to Apache version strings.
So, we have code that buys us nothing but causes problems. Begone!
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | remove_webserver_checking_d6.patch | 2.33 KB | pancho |
| #3 | remove_webserver_checking_0 | 1.89 KB | chx |
| remove_webserver_checking | 1.88 KB | chx |
Comments
Comment #1
dries commentedThe check is mostly redundant but not 100%. However, displaying the Apache version string on the status page is still useful.
Comment #2
Steven commentedThe item on the status report should definitely stay, as this is useful debugging information to copy/paste around. Whether the version check is needed is something else.
I agree that in its current form, the version check is a bit redundant. However, the note about unsupported web servers (e.g. lighttpd, iis) is useful.
Instead, we should augment it to recognize other platforms too, and do a useful version check there.
Comment #3
chx commentedIn Drupal 6 we can love this code as much as we want. For now, it's a support burden.
Comment #4
dries commentedI'm OK with that last patch. Steven?
Comment #5
drummLooks okay to me and I have this issue on localhost (apparently I am simply running 'Apache' with no version).
chx, Dries, and myself agreeing should be enough without Steven. It can always be patched later if needed.
Committed to 5.
Comment #6
dries commentedNo longer applies against CVS HEAD.
Comment #7
panchoThis patch has been committed to the 5.x branch, but not to HEAD, therefore we are having a regression in D6.
Attached patch ports this to HEAD. #105853 moved the requirements constants to system.module, so I fixed it there as well.
Comment #8
gábor hojtsyWell, "to be ported" is when the patch is not there yet for the target version. When there is a patch, we use "patch needs review".
Comment #9
ax commentedworks as advertised on CVS HEAD as of today. please commit - this "Unable to determine your web server type and version. Drupal might not work properly." even though you are using the most recent Apache (with ServerTokens set to "Prod") really isn't helpful.
Comment #10
gábor hojtsyAgreed, committed, thanks.
Comment #11
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.