Changeset 1292
- Timestamp:
- 11/11/07 16:18:47 (6 years ago)
- Files:
-
- 1 modified
-
lang/perl/misc/sledge-starter/sledge-starter.pl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/misc/sledge-starter/sledge-starter.pl
r1272 r1292 122 122 case '/' { 123 123 return {controller => '<% proj %>::C::Root', page => 'index'}; 124 } 125 else { 126 die "unknown path: $path"; 124 127 } 125 128 } … … 192 195 { 193 196 fcgi_path => 194 File::Spec->catfile( $FindBin::Bin, '<% proj | lower %>.fcgi' ) 197 File::Spec->catfile( $FindBin::Bin, '<% proj | lower %>.fcgi' ), 198 htdocs_path => 199 File::Spec->catfile( $FindBin::Bin, '..', 'htdocs' ), 195 200 }, 196 201 $fh … … 200 205 201 206 __END__ 202 server.document-root = " htdocs"207 server.document-root = "[% htdocs_path %]" 203 208 server.port = 1192 204 209 … … 206 211 "mod_fastcgi", 207 212 "mod_setenv", 213 ) 214 215 mimetype.assign = ( 216 "css" => "text/css", 208 217 ) 209 218
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)