fielding 99/03/08 13:07:00
Modified: . STATUS config.layout
src CHANGES
Log:
Add Apple's Mac OS X Server Layout "Rhapsody".
Submitted by: Wilfredo Sanchez <[EMAIL PROTECTED]>
Reviewed by: Roy Fielding
Revision Changes Path
1.643 +1 -5 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apache-1.3/STATUS,v
retrieving revision 1.642
retrieving revision 1.643
diff -u -r1.642 -r1.643
--- STATUS 1999/03/08 20:50:04 1.642
+++ STATUS 1999/03/08 21:06:57 1.643
@@ -1,5 +1,5 @@
1.3 STATUS:
- Last modified at [$Date: 1999/03/08 20:50:04 $]
+ Last modified at [$Date: 1999/03/08 21:06:57 $]
Release:
@@ -61,10 +61,6 @@
ftp://ftp.kame.net/pub/kame/misc/apache-134-v6-19990118.diff.gz
Message-ID: <[EMAIL PROTECTED]>
Status: Lars +1 (on concept)
-
- * Fred's PATCH: Add Mac OS X Server Layout file layout
- Message-ID: <[EMAIL PROTECTED]>
- Status: Roy +1, Dirkx +0, Lars +0
* Jim Patterson's patch to make mod_info work on Win32
Message-ID: PR#1442
1.4 +17 -0 apache-1.3/config.layout
Index: config.layout
===================================================================
RCS file: /home/cvs/apache-1.3/config.layout,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- config.layout 1999/01/05 05:14:49 1.3
+++ config.layout 1999/03/08 21:06:57 1.4
@@ -60,3 +60,20 @@
logfiledir: logs
proxycachedir: proxy
</Layout>
+
+# Apple's Mac OS X Server Layout
+<Layout Rhapsody>
+ prefix: /Local/Library/WebServer
+ exec_prefix: /usr
+ bindir: $exec_prefix/bin
+ sbindir: $exec_prefix/sbin
+ libexecdir: /System/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
+ runtimedir: $prefix/Logs
+ logfiledir: $prefix/Logs
+ proxycachedir: $prefix/ProxyCache
+</Layout>
1.1268 +3 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1267
retrieving revision 1.1268
diff -u -r1.1267 -r1.1268
--- CHANGES 1999/03/08 20:50:06 1.1267
+++ CHANGES 1999/03/08 21:06:59 1.1268
@@ -1,5 +1,8 @@
Changes with Apache 1.3.5
+ *) Add Apple's Mac OS X Server Layout "Rhapsody" to config.layout.
+ [Wilfredo Sanchez]
+
*) Add cgidir, htdocsdir, iconsdir variables to Makefile.tmpl in order
to make platform installations easier. [Wilfredo Sanchez]