cvs commit: apache/src mod_mime.c

1996-03-22 Thread Alexei Kosut
akosut 96/03/22 21:16:55 Modified:src mod_mime.c Log: Fixed the revised find_ct() in mod_mime so that it reads from left to right, not right to left. This means that, for example, foo.txt.html will be tagged as text/html, as it is done in previous versions of Apache, not

Re: cvs commit: apache/src mod_digest.c mod_proxy.c mod_userdir.c

1996-03-22 Thread Paul Richards
In reply to Alexei Kosut who said > * UserDir public_html -> ~bar/public_html/one/two.html > * UserDir /usr/web -> /usr/web/bar/one/two.html > ! * UserDir /home/ * /www -> /home/bar/www/one/two.html > ! * NOTE: theses ^ ^ space only added allow it to work in a comm