Changeset 266

Show
Ignore:
Timestamp:
04/12/06 19:15:26 (3 years ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/branches/0.5/ChangeLog

    r265 r266  
    33        * cherokee/main.c (common_server_initialization): PID file must to 
    44        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> 
    510 
    6112006-04-10  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
  • cherokee/branches/0.5/README

    r187 r266  
    22=================== 
    33 
    4 A mailing-list cherokee@alobbs.com is available, to subscribe: 
    5     http://alobbs.com/cgi-bin/mailman/listinfo/cherokee 
     4A mailing-list cherokee@0x50.org is available, to subscribe: 
     5    http://0x50.org/cgi-bin/mailman/listinfo/cherokee 
    66 
    77The list archive is at: 
  • cherokee/branches/0.5/cherokee.1

    r31 r266  
    4444There is a mailing list for discussion among Cherokee users and for 
    4545announcements of new and test versions. To join, send a message to 
    46 cherokee-admin@alobbs.com with the line: 
     46cherokee-admin@0x50.org with the line: 
    4747.PP 
    4848.B subscribe cherokee 
    4949.PP 
    50 in the body of the message. The submission address is cherokee@alobbs.com
     50in the body of the message. The submission address is cherokee@0x50.org
    5151.\" .SH "SEE ALSO" 
    5252.\" cherokee.conf (8) 
  • cherokee/branches/0.5/cherokee_logrotate.1

    r31 r266  
    5353There is a mailing list for discussion among Cherokee users and for 
    5454announcements of new and test versions. To join, send a message to 
    55 cherokee-admin@alobbs.com with the line: 
     55cherokee-admin@0x50.org with the line: 
    5656.PP 
    5757.B subscribe cherokee 
    5858.PP 
    59 in the body of the message. The submission address is cherokee@alobbs.com
     59in the body of the message. The submission address is cherokee@0x50.org
    6060.\" .SH "SEE ALSO" 
    6161.SH AUTHOR 
  • cherokee/branches/0.5/doc/develop/Intro.txt

    r31 r266  
    9898example: 
    9999 
    100 Server tesoro.alobbs.com { 
     100Server host.example.com { 
    101101          DocumentRoot /tmp 
    102102 
     
    138138 
    139139If Cherokee is going to reply to the request 
    140 http://www.alobbs.com/~user/thing it will search for the object 
     140http://www.example.com/~user/thing it will search for the object 
    141141"thing" in the "public_html" directory of the home directory of 
    142142"user". 
  • cherokee/branches/0.5/sites-default.sample.pre

    r183 r266  
    5656## 
    5757# ErrorHandler error_redir { 
    58 #    404 http://www.alobbs.com/error.php?op=404 
     58#    404 http://www.example.com/error.php?op=404 
    5959# } 
    6060 
  • cherokee/branches/0.5/windows/cherokee.nsi.in

    r187 r266  
    88 
    99!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" 
    1111 
    1212!insertmacro MUI_PAGE_WELCOME