View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000449 | apt-panopticon | TODO | public | 2022-10-14 01:05 | 2024-05-16 00:52 |
Reporter | onefang | Assigned To | onefang | ||
Priority | high | Severity | text | Reproducibility | N/A |
Status | assigned | Resolution | open | ||
Summary | 0000449: More updates for the mirror walkthrough text. | ||||
Description | 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. | ||||
Tags | No tags attached. | ||||
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 |
2024-05-16 00:52 | onefang | Priority | immediate => high |