New build path variable
[freeradius.git] / debian / apache2.conf
1 Alias /freeradius-dialupadmin /usr/share/freeradius-dialupadmin/htdocs
2
3 <Directory /usr/share/freeradius-dialupadmin/htdocs>
4   Options Indexes FollowSymLinks
5
6   <IfModule mod_php4.c>
7     php_flag register_globals off
8   </IfModule>
9   <IfModule mod_php5.c>
10     php_flag register_globals off
11   </IfModule>
12
13 </Directory>
14
15 # You may prefer a simple URL like http://dialupadmin.example.com
16 #<VirtualHost 1.2.3.4>
17 #  DocumentRoot /usr/share/freeradius-dialupadmin/htdocs
18 #  ServerName dialupadmin.example.com
19 #</VirtualHost>
20
21 # redirect to https when available 
22 #
23 #  Note: There are multiple ways to do this, and which one is suitable for
24 #  your site's configuration depends. Consult the apache documentation if
25 #  you're unsure, as this example might not work everywhere.
26 #
27 #<IfModule mod_rewrite.c>
28 #  <IfModule mod_ssl.c>
29 #    <Location /freeradius-dialupadmin>
30 #      RewriteEngine on
31 #      RewriteCond %{HTTPS} !^on$ [NC]
32 #      RewriteRule . https://%{HTTP_HOST}%{REQUEST_URI}  [L]
33 #    </Location>
34 #  </IfModule>
35 #</IfModule>
36