RESOLVED FIXED 268292
Drop support for lighttpd
https://bugs.webkit.org/show_bug.cgi?id=268292
Summary Drop support for lighttpd
Sam Sneddon [:gsnedders]
Reported 2024-01-29 07:33:44 PST
At this point everything uses Apache: gsnedders@gsnedders-marsha Scripts % rg -A1 -F 'def _uses_apache' webkitpy/port/base.py 1245: def _uses_apache(self): 1246- return True webkitpy/port/win.py 196: def _uses_apache(self): 197- return True As such, we can drop all the code we have to support lighttpd.
Attachments
Sam Sneddon [:gsnedders]
Comment 1 2024-01-29 08:36:21 PST
EWS
Comment 2 2024-01-29 16:14:39 PST
Committed 273698@main (1ab755eeb7f0): <https://commits.webkit.org/273698@main> Reviewed commits have been landed. Closing PR #23422 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-01-29 16:15:16 PST
Fujii Hironori
Comment 4 2024-02-06 19:38:49 PST
*** Bug 183585 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.