Loading docs/conf/httpd-win.conf +32 −1 Original line number Diff line number Diff line Loading @@ -216,7 +216,7 @@ DocumentRoot "@@ServerRoot@@/htdocs" # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # Options Indexes FollowSymLinks MultiViews Options Indexes FollowSymLinks # # This controls which options the .htaccess files in directories can Loading @@ -230,6 +230,15 @@ DocumentRoot "@@ServerRoot@@/htdocs" # Order allow,deny Allow from all # # Note that directly accessing an index.html.var typemap is much faster # than using MultiViews negotation on a directory. We distribute a typemap # of the complete index.html collection, so we use that index.html.var # typemap here. # DirectoryIndex index.html.var index.html </Directory> # Loading Loading @@ -393,6 +402,9 @@ ServerSignature On # realname must also be slash terminated, and if the fakename omits the # trailing slash, the realname must also omit it. # # We include the /icons/ alias for FancyIndexed directory listings. If you # do not use FancyIndexing, you may comment this out. # Alias /icons/ "@@ServerRoot@@/icons/" <Directory "@@ServerRoot@@/icons"> Loading @@ -402,6 +414,25 @@ Alias /icons/ "@@ServerRoot@@/icons/" Allow from all </Directory> # # This should be changed to the ServerRoot/htdocs/manual/. The alias provides # the manual, even if you choose to move your DocumentRoot. You may comment # this out if you do not care for the documentation. # Alias /manual "@@ServerRoot@@/htdocs/manual" <Directory "@@ServerRoot@@/htdocs/manual/"> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from all # # Because we do not distribute type map files for htdocs/manual/, # we can save one stat call by not looking for one. # DirectoryIndex index.html </Directory> # # ScriptAlias: This controls which directories contain server scripts. # ScriptAliases are essentially the same as Aliases, except that Loading Loading
docs/conf/httpd-win.conf +32 −1 Original line number Diff line number Diff line Loading @@ -216,7 +216,7 @@ DocumentRoot "@@ServerRoot@@/htdocs" # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # Options Indexes FollowSymLinks MultiViews Options Indexes FollowSymLinks # # This controls which options the .htaccess files in directories can Loading @@ -230,6 +230,15 @@ DocumentRoot "@@ServerRoot@@/htdocs" # Order allow,deny Allow from all # # Note that directly accessing an index.html.var typemap is much faster # than using MultiViews negotation on a directory. We distribute a typemap # of the complete index.html collection, so we use that index.html.var # typemap here. # DirectoryIndex index.html.var index.html </Directory> # Loading Loading @@ -393,6 +402,9 @@ ServerSignature On # realname must also be slash terminated, and if the fakename omits the # trailing slash, the realname must also omit it. # # We include the /icons/ alias for FancyIndexed directory listings. If you # do not use FancyIndexing, you may comment this out. # Alias /icons/ "@@ServerRoot@@/icons/" <Directory "@@ServerRoot@@/icons"> Loading @@ -402,6 +414,25 @@ Alias /icons/ "@@ServerRoot@@/icons/" Allow from all </Directory> # # This should be changed to the ServerRoot/htdocs/manual/. The alias provides # the manual, even if you choose to move your DocumentRoot. You may comment # this out if you do not care for the documentation. # Alias /manual "@@ServerRoot@@/htdocs/manual" <Directory "@@ServerRoot@@/htdocs/manual/"> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from all # # Because we do not distribute type map files for htdocs/manual/, # we can save one stat call by not looking for one. # DirectoryIndex index.html </Directory> # # ScriptAlias: This controls which directories contain server scripts. # ScriptAliases are essentially the same as Aliases, except that Loading