Changeset 266
- Timestamp:
- 04/12/06 19:15:26 (3 years ago)
- Files:
-
- cherokee/branches/0.5/ChangeLog (modified) (1 diff)
- cherokee/branches/0.5/README (modified) (1 diff)
- cherokee/branches/0.5/cherokee.1 (modified) (1 diff)
- cherokee/branches/0.5/cherokee_logrotate.1 (modified) (1 diff)
- cherokee/branches/0.5/doc/develop/Intro.txt (modified) (2 diffs)
- cherokee/branches/0.5/sites-default.sample.pre (modified) (1 diff)
- cherokee/branches/0.5/windows/cherokee.nsi.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/branches/0.5/ChangeLog
r265 r266 3 3 * cherokee/main.c (common_server_initialization): PID file must to 4 4 written before the server changes its user identity. 5 6 * cherokee.1, cherokee_logrotate.1, doc/develop/Intro.txt, README, 7 sites-default.sample.pre, windows/cherokee.nsi.in: URL poiting to 8 alobbs.com has been fixed to point to 0x50.org. Patch by Gunnar 9 Wolf <gwolf@gwolf.org> 5 10 6 11 2006-04-10 Alvaro Lopez Ortega <alvaro@alobbs.com> cherokee/branches/0.5/README
r187 r266 2 2 =================== 3 3 4 A mailing-list cherokee@ alobbs.comis available, to subscribe:5 http:// alobbs.com/cgi-bin/mailman/listinfo/cherokee4 A mailing-list cherokee@0x50.org is available, to subscribe: 5 http://0x50.org/cgi-bin/mailman/listinfo/cherokee 6 6 7 7 The list archive is at: cherokee/branches/0.5/cherokee.1
r31 r266 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@ alobbs.comwith the line:46 cherokee-admin@0x50.org 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@ alobbs.com.50 in the body of the message. The submission address is cherokee@0x50.org. 51 51 .\" .SH "SEE ALSO" 52 52 .\" cherokee.conf (8) cherokee/branches/0.5/cherokee_logrotate.1
r31 r266 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@ alobbs.comwith the line:55 cherokee-admin@0x50.org 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@ alobbs.com.59 in the body of the message. The submission address is cherokee@0x50.org. 60 60 .\" .SH "SEE ALSO" 61 61 .SH AUTHOR cherokee/branches/0.5/doc/develop/Intro.txt
r31 r266 98 98 example: 99 99 100 Server tesoro.alobbs.com {100 Server host.example.com { 101 101 DocumentRoot /tmp 102 102 … … 138 138 139 139 If Cherokee is going to reply to the request 140 http://www. alobbs.com/~user/thing it will search for the object140 http://www.example.com/~user/thing it will search for the object 141 141 "thing" in the "public_html" directory of the home directory of 142 142 "user". cherokee/branches/0.5/sites-default.sample.pre
r183 r266 56 56 ## 57 57 # ErrorHandler error_redir { 58 # 404 http://www. alobbs.com/error.php?op=40458 # 404 http://www.example.com/error.php?op=404 59 59 # } 60 60 cherokee/branches/0.5/windows/cherokee.nsi.in
r187 r266 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@ alobbs.com\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@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" 11 11 12 12 !insertmacro MUI_PAGE_WELCOME