Changeset 59 in bookmarks for trunk/start


Ignore:
Timestamp:
08/23/13 15:35:17 (11 years ago)
Author:
peter
Message:
  • converted app.psgi from using a CGI::Application::Dispatch dispatcher to a Path::Router dispatcher
  • created a more pure PSGI BookmarkController to replace the CGI::Application-based BookmarkApp
  • added an access log to the start script
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/start

    r54 r59  
    11#!/bin/sh 
    22 
    3 starman --listen :5000 --daemonize --pid pid --error-log errors 
     3starman --listen :5000 --daemonize --pid pid --error-log errors --access-log access 
Note: See TracChangeset for help on using the changeset viewer.