File: apache-configuration.txt

package info (click to toggle)
jsxgraph 0.98~dfsg1-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 28,132 kB
  • ctags: 1,325
  • sloc: xml: 5,869; java: 1,072; python: 667; php: 355; makefile: 129; sh: 36
file content (8 lines) | stat: -rw-r--r-- 343 bytes parent folder | download
1
2
3
4
5
6
7
8
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.