Changeset 257 in Main for trunk/Tool


Ignore:
Timestamp:
Oct 4, 2024, 2:34:27 PM (6 weeks ago)
Author:
Nishi
Message:

[release 2.04] can read mime.types from apache

Location:
trunk/Tool
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tool/genconf.c

    r176 r257  
    2929        printf("\n");
    3030        printf("MIMEType all application/octet-stream\n");
    31         printf("MIMEType .html text/html\n");
    32         printf("MIMEType .txt text/plain\n");
    33         printf("MIMEType .png image/png\n");
     31        printf("MIMEFile mime.types\n");
    3432        printf("\n");
    3533        printf("Icon all /icons/unknown.png\n");
  • trunk/Tool/itworks.c

    r168 r257  
    1515        printf("                <h1 align=\"center\">It works! - Tewi HTTPd is installed on this website!</h1>\n");
    1616        printf("                <p>\n");
    17         printf("                        If you can see this page, then the people who own this domain have just installed <a href=\"http://nishi.boats/tewi\">Tewi HTTPd</a> successfully. They now have to add content to this directoryt and replace this placeholder page, or else point the server at their real content.\n");
     17        printf("                        If you can see this page, then the people who own this domain have just installed <a href=\"http://nishi.boats/tewi\">Tewi HTTPd</a> successfully. They now have to add content to this directory and replace this placeholder page, or else point the server at their real content.\n");
    1818        printf("                </p>\n");
    1919        printf("                <hr>\n");
Note: See TracChangeset for help on using the changeset viewer.