File: apache.conf

package info (click to toggle)
myphpmoney 1.3RC3-13
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,160 kB
  • ctags: 884
  • sloc: php: 18,081; pascal: 2,106; sh: 327; xml: 239; makefile: 137; sql: 130
file content (13 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Configuration for myphpmoney using php4.
Alias /myphpmoney /var/lib/myphpmoney/public_html

<Directory /var/lib/myphpmoney/public_html>
Options FollowSymLinks
AllowOverride None
order allow,deny
allow from all
<IfModule mod_php4.c>
  php_flag magic_quotes_gpc Off
  php_flag track_vars On
</IfModule>
</Directory>