Changeset 13224 in hybrid
- Timestamp:
- Apr 1, 2015, 4:23:09 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-10/nanobsd/files/usr/local/etc/apache24/httpd.conf
r13217 r13224 254 254 # 255 255 <IfModule dir_module> 256 DirectoryIndex index.html 256 DirectoryIndex index.html index.cgi 257 257 </IfModule> 258 258 … … 279 279 # alert, emerg. 280 280 # 281 LogLevel warn281 LogLevel debug 282 282 283 283 <IfModule log_config_module> … … 393 393 # 394 394 AddHandler cgi-script .cgi 395 396 <Directory "/usr/local/www/wlweb"> 397 AllowOverride None 398 Options Indexes FollowSymLinks ExecCGI 399 Require all granted 400 </Directory> 401 402 <Directory "/usr/local/www/wlportal"> 403 AllowOverride None 404 Options Indexes FollowSymLinks ExecCGI 405 Require all granted 406 </Directory> 407 408 <Directory "/usr/local/www/portal"> 409 AllowOverride None 410 Options Indexes FollowSymLinks ExecCGI 411 Require all granted 412 </Directory> 413 395 414 396 415 # For type maps (negotiated resources):
Note:
See TracChangeset
for help on using the changeset viewer.