Lines Matching refs:TT
73 Configuration files can be found in <TT>/etc/apache</TT>.</LI>
76 The <TT>DocumentRoot</TT>, which is the directory under which all your
77 HTML files should exist, is set to <TT>/var/www</TT>.</LI>
80 CGI scripts are looked for in <TT>/usr/lib/cgi-bin</TT>, which is where
84 Log files are placed in <TT>/var/log/apache</TT>, and will be rotated
86 <TT>/etc/logrotate.d/apache</TT>.</LI>
89 The default directory index is <TT>index.html</TT>, meaning that requests
90 for a directory <TT>/foo/bar/</TT> will give the contents of the file <TT>/var/www/foo/bar/index.ht…
91 if it exists (assuming that <TT>/var/www</TT> is your <TT>DocumentRoot</TT>).</LI>
95 in the <TT>public_html</TT> directory of the users' homes. These dirs
96 should be under <TT>/home</TT>, and users will not be able to symlink
101 now managed with debconf. Type <TT>dpkg-reconfigure apache</TT> to
103 through the Debian package system with the names <TT>libapache-mod-*</TT>.
105 <TT>apache-dev</TT> package.