From: Jonathan McDowell <noodles@earth.li>
Date: Mon, 31 May 2004 23:48:15 +0000 (+0000)
Subject: cscvs to tla changeset 120
X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/commitdiff_plain/9a96aa6edb1d8033124fe81b945c7e76f37d6087

cscvs to tla changeset 120
Author: noodles
Date: 2004/05/26 17:45:03
Update mathopd config for newer version.
---

diff --git a/mathopd.conf b/mathopd.conf
index 841c77e..23c1ba3 100644
--- a/mathopd.conf
+++ b/mathopd.conf
@@ -7,12 +7,11 @@ Tuning {
 
 StayRoot On
 
-PIDFile /home/noodles/tmp/mathopd/pid
-Log /home/noodles/tmp/mathopd/log.%Y%m%d
-ErrorLog /home/noodles/tmp/mathopd/errors.%Y%m
+PIDFile /home/noodles/pgp/mathopd/pid
+Log /home/noodles/pgp/mathopd/log.%Y%m%d
+ErrorLog /home/noodles/pgp/mathopd/errors.%Y%m
 
 Control {
-	Symlinks On
 	Types {
 		text/plain { * }
 		text/css { css }
@@ -35,20 +34,18 @@ Control {
 	IndexNames { home.html index.htm index.html redirect.url }
 }
 
-DefaultName localhost
-
 Server {
 	Port 11371
 
 	Virtual {
 	Control {
 		Alias /
-		Location /home/noodles/onak-0.0.1
+		Location /home/noodles/pgp
 	}
 
 	Control {
 		Alias /pks
-		Location /home/noodles/onak-0.0.1/pks
+		Location /home/noodles/pgp/cgi
 		Specials {
 			CGI { * }
 		}
@@ -59,31 +56,15 @@ Server {
 		Host localhost:11371
 		Control {
 			Alias /
-			Location /home/noodles/onak-0.0.1
-		}
-
-		Control {
-			Alias /pks
-			Location /home/noodles/onak-0.0.1/pks
-			Specials {
-				CGI { * }
-			}
-		}
-	}
-	Virtual {
-		Host maeve.orange:11371
-		Control {
-			Alias /
-			Location /home/noodles/onak-0.0.1
+			Location /home/noodles/pgp
 		}
 
 		Control {
 			Alias /pks
-			Location /home/noodles/onak-0.0.1/pks
+			Location /home/noodles/pgp/cgi
 			Specials {
 				CGI { * }
 			}
 		}
 	}
-
 }