Magellan Linux

Contents of /alx-src/branches/alx-web-070/apache/alx-web.conf.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13669 - (show annotations) (download)
Thu Jul 25 14:19:17 2019 UTC (4 years, 9 months ago) by niro
File size: 420 byte(s)
-dropped apache-2.2 support
1 Alias /alx-web @@ALXWEBINSTALLDIR@@/
2 Alias /alx-web-070 @@ALXWEBINSTALLDIR@@/
3 Alias / @@ALXWEBINSTALLDIR@@/
4
5 <Directory @@ALXWEBINSTALLDIR@@/>
6 AddDefaultCharset UTF-8
7 DirectoryIndex index.php
8
9 Options Indexes FollowSymlinks MultiViews
10
11 # allow .htaccess file override
12 AllowOverride ALL
13
14 <IfModule mod_authz_core.c>
15 <RequireAny>
16 Require ip 127.0.0.1
17 Require ip ::1
18 </RequireAny>
19 </IfModule>
20 </Directory>