View Issue Details

IDProjectCategoryView StatusLast Update
0000449apt-panopticonTODOpublic2024-01-11 03:24
Reporteronefang Assigned Toonefang  
PriorityimmediateSeveritytextReproducibilityN/A
Status assignedResolutionopen 
Summary0000449: More updates for the mirror walkthrough text.
DescriptionStuff about CC.deb.devuan.org.


Move the web server example rewrite rules to be in the same section.

<Centurion_Dan> onefang: Can I suggest amending the devuan_mirror_walkthrough.txt section 5b to use $scheme:// instead of http:// as that allows for both http and https in the same stanza
<onefang> Will that work for both Apache and Nginx?
<onefang> Oh and lighttpd, since we include that later?
<Centurion_Dan18> That is for nginx. Just looking up the equivalent for apache.
<Centurion_Dan18> for apache it appears to be ${REQUEST_SCHEME}
<Centurion_Dan18> CORRECTION: for apache it appears to be %{REQUEST_SCHEME} - but someone will need to verify that.

<Centurion_Dan18> Aso note that certbot messes with the stanza to permanent redirect http to https. For NGINX it's simple enough to delete the http redirect stanza and just add the lines:
<Centurion_Dan18> Listen 80;
<Centurion_Dan18> Listen [::]:80;
<Centurion_Dan18> to the main server stanza.
<Centurion_Dan18> I assume similar hacks would be needed for apache too.
TagsNo tags attached.

Relationships

child of 0000077 assignedonefang Update the mirror walkthrough documents. 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2022-10-14 01:05 onefang New Issue
2022-10-14 01:05 onefang Status new => assigned
2022-10-14 01:05 onefang Assigned To => onefang
2022-10-14 01:13 onefang Relationship added child of 0000077
2023-05-24 14:03 onefang Description Updated
2023-10-01 02:25 onefang Description Updated
2024-01-11 03:24 onefang Priority normal => immediate