mirror of https://github.com/nealey/woozle.org.git
fix webmail
This commit is contained in:
parent
8e41ef169d
commit
1bfc365c76
23
index.mdwn
23
index.mdwn
|
@ -8,6 +8,29 @@ held by folks who know the right person to ask.
|
||||||
ssh fingerprint for woozle.org: 63:ac:b0:e9:ee:9f:a9:4f:55:0a:4a:42:5d:45:47:06
|
ssh fingerprint for woozle.org: 63:ac:b0:e9:ee:9f:a9:4f:55:0a:4a:42:5d:45:47:06
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
December 8 pt. 2: Webmail works now
|
||||||
|
-----------------------------------
|
||||||
|
|
||||||
|
I didn't get a chance to test webmail before I had to run off to an appointment.
|
||||||
|
It's back up now, near as I can tell.
|
||||||
|
|
||||||
|
|
||||||
|
December 8: SSL Certificate Renewed
|
||||||
|
-----------------------------------
|
||||||
|
|
||||||
|
Woozle now has a new SSL certificate,
|
||||||
|
thanks to the generous folks at [StartCom](http://www.startssl.com).
|
||||||
|
I think everything is back to normal.
|
||||||
|
|
||||||
|
If you are having trouble with web, or sending or recieving email,
|
||||||
|
please *please* let me (Neale) know right away.
|
||||||
|
Phone or text message is okay.
|
||||||
|
As far as I can tell, everything's working fine,
|
||||||
|
and I depend on *you* to tell me otherwise.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
December 7: Expired SSL Certificate
|
December 7: Expired SSL Certificate
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
|
|
|
@ -15,8 +15,8 @@ main(int argc, char *argv[])
|
||||||
char filename[512];
|
char filename[512];
|
||||||
char *ext;
|
char *ext;
|
||||||
|
|
||||||
if ((! pathinfo) || (! remaddr) || (0 != strncmp(remaddr, "127.0.0.1:", 10))) {
|
if ((! pathinfo) || (! remaddr) || (! getenv("HTTPS"))) {
|
||||||
printf("%s\n", baseurl);
|
printf("Location: %s\n", baseurl);
|
||||||
return 0;
|
return 0;
|
||||||
} else if (0 == strcmp(pathinfo, "/index.html")) {
|
} else if (0 == strcmp(pathinfo, "/index.html")) {
|
||||||
snprintf(filename, sizeof filename, "%s/index.php", basepath);
|
snprintf(filename, sizeof filename, "%s/index.php", basepath);
|
||||||
|
|
Loading…
Reference in New Issue