File: apache.conf

package info (click to toggle)
ipplan 4.92a-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,256 kB
  • ctags: 11,121
  • sloc: php: 44,277; sh: 387; perl: 257; xml: 97; makefile: 57; sql: 32
file content (23 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#Alias /ipplan/menus /usr/share/php/libphp-phplayersmenu
#Alias /ipplan /usr/share/ipplan

<Directory /usr/share/ipplan>
  Options FollowSymLinks
  AllowOverride Limit Options FileInfo

## Maybe you want to place it into vhost config
##
#  Order Deny,Allow
#  Allow from all
#
#  php_admin_value safe_mode off
#  php_admin_value open_basedir 'none'

</Directory>

# some people prefer a simple URL like http://ipplan.example.com
#<VirtualHost 1.2.3.4>
#  DocumentRoot /usr/share/ipplan
#  ServerName ipplan.example.com
#  Alias /menus /usr/share/php/libphp-phplayersmenu
#</VirtualHost>