robots.txt, change top links, mail back to cgi

This commit is contained in:
Neale Pickett 2014-01-07 22:23:31 +00:00
parent 78e3d7aafe
commit 3dabd858a1
5 changed files with 3 additions and 8 deletions

View File

@ -7,8 +7,3 @@ 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
-->
November 4: Webmail Back
------------------------
It was too difficult to live without it.

View File

@ -35,7 +35,7 @@ main(int argc, char *argv[])
if (0 == strcmp(ext, ".php")) {
setenv("SCRIPT_FILENAME", filename, 1);
setenv("REDIRECT_STATUS", "fuck me", 1);
execl("/usr/bin/cgi-fcgi", "cgi-fcgi", "-bind", "-connect", ":8823", NULL);
execl("/usr/bin/php-cgi", filename, NULL);
} else if (strstr(filename, "/config/") ||
strstr(filename, "/logs/") ||
strstr(filename, "/temp/")) {

0
robots.txt Normal file
View File

View File

@ -11,8 +11,7 @@
<nav>
<ul>
<li><a href="/derby/">Roller Derby</a></li>
<li><a href="/lists.cgi">Email lists</a></li>
<li><a href="https://woozle.org/mail.cgi/">Webmail</a></li>
<li><a href="/people.html">Homepages</a></li>
</ul>
</nav>
divert(1)

View File

@ -3,6 +3,7 @@ COPY += icon.png style.css style-black.css lists.cgi wishlist.cgi set.cgi $(TEMP
COPY += mail.cgi ilohamail.cgi l.cgi
COPY += google7f698b9893809122.html
HTML += people.html
COPY += robots.txt
$(DESTDIR)/people.html: people.sh template.html.m4
sh $< | $(MDWNTOHTML) > $@