wsanchez 99/05/03 16:02:57
Modified: . config.layout Log: Rename Rhapsody layout to Mac OS X Server. Set install locations to those appropriate for custom user built Apache. Revision Changes Path 1.7 +5 -5 apache-1.3/config.layout Index: config.layout =================================================================== RCS file: /home/cvs/apache-1.3/config.layout,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- config.layout 1999/04/27 19:16:27 1.6 +++ config.layout 1999/05/03 23:02:57 1.7 @@ -62,17 +62,17 @@ </Layout> # Apple's Mac OS X Server Layout -<Layout Rhapsody> +<Layout Mac OS X Server> prefix: /Local/Library/WebServer - exec_prefix: /usr + exec_prefix: /usr/local bindir: $exec_prefix/bin sbindir: $exec_prefix/sbin - libexecdir: /System/Library/Apache/Modules + libexecdir: /Local/Library/Apache/Modules mandir: $exec_prefix/share/man sysconfdir: $prefix/Configuration datadir: $prefix - includedir: /System/Library/Frameworks/Apache.framework/Versions/1.3/Headers - localstatedir: /private/var + includedir: /Local/Library/Frameworks/Apache.framework/Versions/1.3/Headers + localstatedir: /var runtimedir: $prefix/Logs logfiledir: $prefix/Logs proxycachedir: $prefix/ProxyCache