Package: jsxgraph / 1.10.1+dfsg1-1

30examples.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: jsxgraph-0.99.4+dfsg1/examples/apache-configuration.txt
===================================================================
--- /dev/null
+++ jsxgraph-0.99.4+dfsg1/examples/apache-configuration.txt
@@ -0,0 +1,10 @@
+## This file is obsoleted for apache2.4; it can be used with Apache2.2
+
+Here is a possible way to configure apache so it can serve urls like
+/jsxgraph/distrib/jsxgraph.css, /jsxgraph/distrib/prototype.js,
+/jsxgraph/distrib/jsxgraphcore.js
+
+Create the following symbolic link:
+/etc/apache2/conf-available/jsxgraph.conf -> /etc/jsxgraph/apache.conf
+
+Then launch "a2enconf jsxgraph" and reload Apache's configuration.