Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13669 - (hide 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 niro 8532 Alias /alx-web @@ALXWEBINSTALLDIR@@/
2     Alias /alx-web-070 @@ALXWEBINSTALLDIR@@/
3 niro 8739 Alias / @@ALXWEBINSTALLDIR@@/
4 niro 8530
5 niro 8532 <Directory @@ALXWEBINSTALLDIR@@/>
6 niro 8530 AddDefaultCharset UTF-8
7     DirectoryIndex index.php
8    
9     Options Indexes FollowSymlinks MultiViews
10    
11 niro 8739 # allow .htaccess file override
12     AllowOverride ALL
13    
14 niro 8530 <IfModule mod_authz_core.c>
15     <RequireAny>
16     Require ip 127.0.0.1
17     Require ip ::1
18     </RequireAny>
19     </IfModule>
20     </Directory>