Subversion Repositories configs

Rev

Rev 192 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 209
Line 155... Line 155...
155
 
155
 
156
    #
156
    #
157
    # Controls who can get stuff from this server.
157
    # Controls who can get stuff from this server.
158
    #
158
    #
159
    Require all granted
159
    Require all granted
-
 
160
</Directory>
-
 
161
 
-
 
162
<Directory /var/www/html/wordpress>
-
 
163
    Options Indexes FollowSymLinks MultiViews
-
 
164
    AllowOverride All
-
 
165
    Order allow,deny
-
 
166
    allow from all
-
 
167
</Directory>
-
 
168
<Directory /var/www/html/wp>
-
 
169
    Options Indexes FollowSymLinks MultiViews
-
 
170
    AllowOverride All
-
 
171
    Order allow,deny
-
 
172
    allow from all
160
</Directory>
173
</Directory>
161
 
174
 
162
#
175
#
163
# DirectoryIndex: sets the file that Apache will serve if a directory
176
# DirectoryIndex: sets the file that Apache will serve if a directory
164
# is requested.
177
# is requested.