Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8738 by niro, Mon Feb 8 10:46:46 2016 UTC revision 8739 by niro, Wed Feb 17 12:06:07 2016 UTC
# Line 1  Line 1 
 Alias / @@ALXWEBINSTALLDIR@@/  
1  Alias /alx-web @@ALXWEBINSTALLDIR@@/  Alias /alx-web @@ALXWEBINSTALLDIR@@/
2  Alias /alx-web-070 @@ALXWEBINSTALLDIR@@/  Alias /alx-web-070 @@ALXWEBINSTALLDIR@@/
3    Alias / @@ALXWEBINSTALLDIR@@/
4    
5  <Directory @@ALXWEBINSTALLDIR@@/>  <Directory @@ALXWEBINSTALLDIR@@/>
6   AddDefaultCharset UTF-8   AddDefaultCharset UTF-8
# Line 8  / Line 8  /
8    
9   Options Indexes FollowSymlinks MultiViews   Options Indexes FollowSymlinks MultiViews
10    
11     # allow .htaccess file override
12     AllowOverride ALL
13    
14   <IfModule mod_authz_core.c>   <IfModule mod_authz_core.c>
15   # Apache 2.4   # Apache 2.4
16   <RequireAny>   <RequireAny>

Legend:
Removed from v.8738  
changed lines
  Added in v.8739