File: apache.conf

package info (click to toggle)
jsxgraph 0.83%2Bsvn1872~dfsg1-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 35,272 kB
  • sloc: xml: 5,881; java: 1,072; python: 884; php: 238; makefile: 70; objc: 30; sh: 1
file content (13 lines) | stat: -rw-r--r-- 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
###########
#
# this file can be linked to /etc/apache{2}?/conf.d/jsxgraph.conf
#
#
#
  Alias /jsxgraph /usr/share/javascript/jsxgraph

  <Directory /usr/share/javascript/jsxgraph>
  AllowOverride All
  allow from all
  </Directory>