Changeset 438
- Timestamp:
- 10/28/06 14:52:18 (2 years ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/README (modified) (1 diff)
- cherokee/trunk/SUNWcherokee.spec (modified) (1 diff)
- cherokee/trunk/cget.1 (modified) (1 diff)
- cherokee/trunk/cherokee.1 (modified) (1 diff)
- cherokee/trunk/cherokee.spec.in (modified) (1 diff)
- cherokee/trunk/cherokee/cherokee-panic (modified) (1 diff)
- cherokee/trunk/cherokee/handler_server_info.c (modified) (1 diff)
- cherokee/trunk/cherokee/virtual_server.h (modified) (1 diff)
- cherokee/trunk/cherokee_logrotate.1 (modified) (1 diff)
- cherokee/trunk/configure.in (modified) (1 diff)
- cherokee/trunk/doc/Makefile.am (modified) (1 diff)
- cherokee/trunk/http-cherokee.xml (modified) (1 diff)
- cherokee/trunk/qa/023-Host.py (modified) (1 diff)
- cherokee/trunk/qa/024-Host+Port.py (modified) (1 diff)
- cherokee/trunk/qa/046-Redir.py (modified) (1 diff)
- cherokee/trunk/qa/047-Redir2.py (modified) (1 diff)
- cherokee/trunk/qa/128-ValidMethod-common.py (modified) (1 diff)
- cherokee/trunk/qa/134-HTTP_headers.py (modified) (1 diff)
- cherokee/trunk/windows/cherokee.nsi.in (modified) (3 diffs)
- cherokee/trunk/www/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r436 r438 1 2006-10-28 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * README, cherokee/handler_server_info.c (PAGE_HEADER), 4 http-cherokee.xml, SUNWcherokee.spec (Source), cget.1, cherokee.1, 5 cherokee_logrotate.1, configure.in, cherokee.spec.in (URL), 6 cherokee/cherokee-panic (action), qa/023-Host.py, qa/046-Redir.py, 7 qa/047-Redir2.py, qa/128-ValidMethod-common.py, 8 qa/134-HTTP_headers.py, windows/cherokee.nsi.in, www/index.html: 9 Domian changed. 0x50.org is no longer the project's domain, from 10 now on it's cherokee-project.com. 11 1 12 2006-10-26 A.D.F <adefacc@tin.it> 2 13 cherokee/trunk/README
r269 r438 2 2 =================== 3 3 4 A mailing-list cherokee@ 0x50.orgis available, to subscribe:5 http:// 0x50.org/cgi-bin/mailman/listinfo/cherokee4 A mailing-list cherokee@cherokee-project.com is available, to subscribe: 5 http://www.cherokee-project.com/cgi-bin/mailman/listinfo/cherokee 6 6 7 7 The list archive is at: 8 http://www. 0x50.org/archives/8 http://www.cherokee-project.com/archives/ 9 9 10 10 cherokee/trunk/SUNWcherokee.spec
r237 r438 12 12 Summary: cherokee - Fast, flexible, lightweight web server 13 13 Version: 0.5.0 14 Source: http://www. 0x50.org/download/0.5/%{version}/cherokee-%{version}.tar.gz14 Source: http://www.cherokee-project.com/download/0.5/%{version}/cherokee-%{version}.tar.gz 15 15 SUNW_BaseDir: %{_basedir} 16 16 BuildRoot: %{_tmppath}/%{name}-%{version}-build cherokee/trunk/cget.1
r31 r438 35 35 .\" It also... 36 36 .SH EXAMPLE 37 cget http://www. 0x50.org/37 cget http://www.cherokee-project.com/ 38 38 .SH BUGS 39 39 .SS Bug reports cherokee/trunk/cherokee.1
r269 r438 44 44 There is a mailing list for discussion among Cherokee users and for 45 45 announcements of new and test versions. To join, send a message to 46 cherokee-admin@ 0x50.orgwith the line:46 cherokee-admin@cherokee-project.com with the line: 47 47 .PP 48 48 .B subscribe cherokee 49 49 .PP 50 in the body of the message. The submission address is cherokee@ 0x50.org.50 in the body of the message. The submission address is cherokee@cherokee-project.com. 51 51 .\" .SH "SEE ALSO" 52 52 .\" cherokee.conf (8) cherokee/trunk/cherokee.spec.in
r238 r438 12 12 Summary: Flexible and Fast web server 13 13 Group: Productivity/Networking/Web/Servers 14 URL: http://www. 0x50.org14 URL: http://www.cherokee-project.com 15 15 16 16 %description cherokee/trunk/cherokee/cherokee-panic
r31 r438 73 73 echo "the state of the program at the time the error occured. You are" 74 74 echo "encouraged to submit this information as a bug report in the Cherokee" 75 echo "bug traq system: http://bugs. 0x50.org"75 echo "bug traq system: http://bugs.cherokee-project.com" 76 76 echo 77 77 echo "Operating System: `uname -a`" cherokee/trunk/cherokee/handler_server_info.c
r387 r438 68 68 "<table border=\"0\" cellpadding=\"3\" width=\"600\">" CRLF\ 69 69 " <tr class=\"h\"><td>" CRLF\ 70 " <a href=\"http://www.0x50.org/\"><img border=\"0\" src=\"?logo\" alt=\"Cherokee Logo\" /></a>" CRLF\ 70 " <a href=\"http://www.cherokee-project.com/\">" CRLF\ 71 " <img border=\"0\" src=\"?logo\" alt=\"Cherokee Logo\" /></a>" CRLF\ 71 72 " <h1 class=\"p\">Cherokee Version %s</h1>" CRLF\ 72 73 " </td></tr>" CRLF\ cherokee/trunk/cherokee/virtual_server.h
r433 r438 48 48 cherokee_list_t list_entry; 49 49 50 cherokee_buffer_t name; /* Default name. Eg: www. 0x50.org*/50 cherokee_buffer_t name; /* Default name. Eg: www.alobbs.com */ 51 51 void *server_ref; /* Ref to server */ 52 52 cherokee/trunk/cherokee_logrotate.1
r269 r438 53 53 There is a mailing list for discussion among Cherokee users and for 54 54 announcements of new and test versions. To join, send a message to 55 cherokee-admin@ 0x50.orgwith the line:55 cherokee-admin@cherokee-project.com with the line: 56 56 .PP 57 57 .B subscribe cherokee 58 58 .PP 59 in the body of the message. The submission address is cherokee@ 0x50.org.59 in the body of the message. The submission address is cherokee@cherokee-project.com. 60 60 .\" .SH "SEE ALSO" 61 61 .SH AUTHOR cherokee/trunk/configure.in
r400 r438 30 30 31 31 dnl Init autoconf and automake 32 AC_INIT([cherokee], [cherokee_version], [http://bugs. 0x50.org], [cherokee])32 AC_INIT([cherokee], [cherokee_version], [http://bugs.cherokee-project.com], [cherokee]) 33 33 AC_CONFIG_SRCDIR([cherokee/server.c]) 34 34 AM_INIT_AUTOMAKE([no-define]) cherokee/trunk/doc/Makefile.am
r234 r438 57 57 58 58 index.html: 59 wget -O cherokee_doc.tar.gz http://www. 0x50.org/docs/cherokee_doc.tar.gz ;\59 wget -O cherokee_doc.tar.gz http://www.cherokee-project.com/docs/cherokee_doc.tar.gz ;\ 60 60 gunzip -dc cherokee_doc.tar.gz | tar xfv - ;\ 61 61 rm -f cherokee_doc.tar.gz cherokee/trunk/http-cherokee.xml
r168 r438 114 114 </common_name> 115 115 <documentation> 116 <doc_link name='www. 0x50.org' uri='http://www.0x50.org/doc' />116 <doc_link name='www.cherokee-project.com' uri='http://www.cherokee-project.com/doc' /> 117 117 </documentation> 118 118 </template> cherokee/trunk/qa/023-Host.py
r53 r438 8 8 self.expected_error = 200 9 9 self.request = "GET / HTTP/1.1\r\n" +\ 10 "Host: www. 0x50.org\r\n"10 "Host: www.cherokee-project.com\r\n" 11 11 cherokee/trunk/qa/024-Host+Port.py
r53 r438 8 8 self.expected_error = 200 9 9 self.request = "GET / HTTP/1.1\r\n" +\ 10 "Host: www. 0x50.org:80\r\n"10 "Host: www.cherokee-project.com:80\r\n" 11 11 cherokee/trunk/qa/046-Redir.py
r269 r438 3 3 CONF = """ 4 4 vserver!default!directory!/redir46!handler = redir 5 vserver!default!directory!/redir46!handler!url = http://www. 0x50.org5 vserver!default!directory!/redir46!handler!url = http://www.cherokee-project.com 6 6 vserver!default!directory!/redir46!priority = 460 7 7 """ cherokee/trunk/qa/047-Redir2.py
r269 r438 3 3 CONF = """ 4 4 vserver!default!directory!/redir47!handler = redir 5 vserver!default!directory!/redir47!handler!url = http://www. 0x50.org5 vserver!default!directory!/redir47!handler!url = http://www.cherokee-project.com 6 6 vserver!default!directory!/redir47!priority = 470 7 7 """ cherokee/trunk/qa/128-ValidMethod-common.py
r269 r438 2 2 3 3 DIR = "common_valid_methods1" 4 MAGIC = "Report bugs to http://bugs. 0x50.org"4 MAGIC = "Report bugs to http://bugs.cherokee-project.com" 5 5 6 6 CONF = """ cherokee/trunk/qa/134-HTTP_headers.py
r230 r438 8 8 CONNECTION = "Keep-Alive" 9 9 KEEP_ALIVE = "300" 10 REFERER = "http://www. 0x50.org"10 REFERER = "http://www.cherokee-project.com" 11 11 COOKIE = "Cherokee_cookie" 12 12 IF_NONE_MATCH = "Fancy header" cherokee/trunk/windows/cherokee.nsi.in
r269 r438 8 8 9 9 !define MUI_WELCOMEPAGE_TITLE "Welcome to the Cherokee Web Server Setup Wizard" 10 !define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of Cherokee Web Server..\r\n\r\nWhile we do our best to be easy, fast and flexible, you need to let us know if we're succeeding.\r\n\r\nPlease, don't hesitate to email us on\r\n\r\n\tcherokee@ 0x50.org\r\n\r\nand visit the web site\r\n\r\n\thttp://www.0x50.org\r\n\r\n\r\n\r\n$_CLICK"10 !define MUI_WELCOMEPAGE_TEXT "This wizard will guide you through the installation of Cherokee Web Server..\r\n\r\nWhile we do our best to be easy, fast and flexible, you need to let us know if we're succeeding.\r\n\r\nPlease, don't hesitate to email us on\r\n\r\n\tcherokee@cherokee-project.com\r\n\r\nand visit the web site\r\n\r\n\thttp://www.cherokee-project.com\r\n\r\n\r\n\r\n$_CLICK" 11 11 12 12 !insertmacro MUI_PAGE_WELCOME … … 20 20 21 21 !define MUI_FINISHPAGE_LINK "Visit the Cherokee site for the latest news!!" 22 !define MUI_FINISHPAGE_LINK_LOCATION "http://www. 0x50.org/"22 !define MUI_FINISHPAGE_LINK_LOCATION "http://www.cherokee-project.com/" 23 23 24 24 !insertmacro MUI_PAGE_FINISH … … 60 60 CreateShortCut "$SMPROGRAMS\Cherokee HTTP Server utils\Documentation.lnk" "$INSTDIR\doc\index.html" "" "$INSTDIR\doc\index.html" 0 61 61 CreateShortCut "$SMPROGRAMS\Cherokee HTTP Server utils\Edit Configuration.lnk" "notepad.exe" "$INSTDIR\cherokee.conf" 62 WriteINIStr "$SMPROGRAMS\Cherokee HTTP Server utils\Cherokee Site.url" "InternetShortcut" "URL" "http://www. 0x50.org/"62 WriteINIStr "$SMPROGRAMS\Cherokee HTTP Server utils\Cherokee Site.url" "InternetShortcut" "URL" "http://www.cherokee-project.com/" 63 63 SectionEnd 64 64 cherokee/trunk/www/index.html
r123 r438 47 47 </div> 48 48 <div class="powered"> 49 <a href="http://www. 0x50.org"><img src="images/powered_by_cherokee.png" alt="Powered by Cherokee" border="0"></a>49 <a href="http://www.cherokee-project.com"><img src="images/powered_by_cherokee.png" alt="Powered by Cherokee" border="0"></a> 50 50 </div> 51 51