File: apache-configuration.txt

package info (click to toggle)
jsxgraph 1.10.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 24,804 kB
  • sloc: javascript: 82,299; xml: 5,869; java: 1,072; php: 281; makefile: 184; python: 174; cpp: 76; sh: 12
file content (10 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
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.