index.html_disabled 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5. <title>Apache2 Debian Default Page: It works</title>
  6. <style type="text/css" media="screen">
  7. * {
  8. margin: 0px 0px 0px 0px;
  9. padding: 0px 0px 0px 0px;
  10. }
  11. body, html {
  12. padding: 3px 3px 3px 3px;
  13. background-color: #D8DBE2;
  14. font-family: Verdana, sans-serif;
  15. font-size: 11pt;
  16. text-align: center;
  17. }
  18. div.main_page {
  19. position: relative;
  20. display: table;
  21. width: 800px;
  22. margin-bottom: 3px;
  23. margin-left: auto;
  24. margin-right: auto;
  25. padding: 0px 0px 0px 0px;
  26. border-width: 2px;
  27. border-color: #212738;
  28. border-style: solid;
  29. background-color: #FFFFFF;
  30. text-align: center;
  31. }
  32. div.page_header {
  33. height: 99px;
  34. width: 100%;
  35. background-color: #F5F6F7;
  36. }
  37. div.page_header span {
  38. margin: 15px 0px 0px 50px;
  39. font-size: 180%;
  40. font-weight: bold;
  41. }
  42. div.page_header img {
  43. margin: 3px 0px 0px 40px;
  44. border: 0px 0px 0px;
  45. }
  46. div.table_of_contents {
  47. clear: left;
  48. min-width: 200px;
  49. margin: 3px 3px 3px 3px;
  50. background-color: #FFFFFF;
  51. text-align: left;
  52. }
  53. div.table_of_contents_item {
  54. clear: left;
  55. width: 100%;
  56. margin: 4px 0px 0px 0px;
  57. background-color: #FFFFFF;
  58. color: #000000;
  59. text-align: left;
  60. }
  61. div.table_of_contents_item a {
  62. margin: 6px 0px 0px 6px;
  63. }
  64. div.content_section {
  65. margin: 3px 3px 3px 3px;
  66. background-color: #FFFFFF;
  67. text-align: left;
  68. }
  69. div.content_section_text {
  70. padding: 4px 8px 4px 8px;
  71. color: #000000;
  72. font-size: 100%;
  73. }
  74. div.content_section_text pre {
  75. margin: 8px 0px 8px 0px;
  76. padding: 8px 8px 8px 8px;
  77. border-width: 1px;
  78. border-style: dotted;
  79. border-color: #000000;
  80. background-color: #F5F6F7;
  81. font-style: italic;
  82. }
  83. div.content_section_text p {
  84. margin-bottom: 6px;
  85. }
  86. div.content_section_text ul, div.content_section_text li {
  87. padding: 4px 8px 4px 16px;
  88. }
  89. div.section_header {
  90. padding: 3px 6px 3px 6px;
  91. background-color: #8E9CB2;
  92. color: #FFFFFF;
  93. font-weight: bold;
  94. font-size: 112%;
  95. text-align: center;
  96. }
  97. div.section_header_red {
  98. background-color: #CD214F;
  99. }
  100. div.section_header_grey {
  101. background-color: #9F9386;
  102. }
  103. .floating_element {
  104. position: relative;
  105. float: left;
  106. }
  107. div.table_of_contents_item a,
  108. div.content_section_text a {
  109. text-decoration: none;
  110. font-weight: bold;
  111. }
  112. div.table_of_contents_item a:link,
  113. div.table_of_contents_item a:visited,
  114. div.table_of_contents_item a:active {
  115. color: #000000;
  116. }
  117. div.table_of_contents_item a:hover {
  118. background-color: #000000;
  119. color: #FFFFFF;
  120. }
  121. div.content_section_text a:link,
  122. div.content_section_text a:visited,
  123. div.content_section_text a:active {
  124. background-color: #DCDFE6;
  125. color: #000000;
  126. }
  127. div.content_section_text a:hover {
  128. background-color: #000000;
  129. color: #DCDFE6;
  130. }
  131. div.validator {
  132. }
  133. </style>
  134. </head>
  135. <body>
  136. <div class="main_page">
  137. <div class="page_header floating_element">
  138. <img src="/icons/openlogo-75.png" alt="Debian Logo" class="floating_element"/>
  139. <span class="floating_element">
  140. Apache2 Debian Default Page
  141. </span>
  142. </div>
  143. <!-- <div class="table_of_contents floating_element">
  144. <div class="section_header section_header_grey">
  145. TABLE OF CONTENTS
  146. </div>
  147. <div class="table_of_contents_item floating_element">
  148. <a href="#about">About</a>
  149. </div>
  150. <div class="table_of_contents_item floating_element">
  151. <a href="#changes">Changes</a>
  152. </div>
  153. <div class="table_of_contents_item floating_element">
  154. <a href="#scope">Scope</a>
  155. </div>
  156. <div class="table_of_contents_item floating_element">
  157. <a href="#files">Config files</a>
  158. </div>
  159. </div>
  160. -->
  161. <div class="content_section floating_element">
  162. <div class="section_header section_header_red">
  163. <div id="about"></div>
  164. It works!
  165. </div>
  166. <div class="content_section_text">
  167. <p>
  168. This is the default welcome page used to test the correct
  169. operation of the Apache2 server after installation on Debian systems.
  170. If you can read this page, it means that the Apache HTTP server installed at
  171. this site is working properly. You should <b>replace this file</b> (located at
  172. <tt>/var/www/html/index.html</tt>) before continuing to operate your HTTP server.
  173. </p>
  174. <p>
  175. If you are a normal user of this web site and don't know what this page is
  176. about, this probably means that the site is currently unavailable due to
  177. maintenance.
  178. If the problem persists, please contact the site's administrator.
  179. </p>
  180. </div>
  181. <div class="section_header">
  182. <div id="changes"></div>
  183. Configuration Overview
  184. </div>
  185. <div class="content_section_text">
  186. <p>
  187. Debian's Apache2 default configuration is different from the
  188. upstream default configuration, and split into several files optimized for
  189. interaction with Debian tools. The configuration system is
  190. <b>fully documented in
  191. /usr/share/doc/apache2/README.Debian.gz</b>. Refer to this for the full
  192. documentation. Documentation for the web server itself can be
  193. found by accessing the <a href="/manual">manual</a> if the <tt>apache2-doc</tt>
  194. package was installed on this server.
  195. </p>
  196. <p>
  197. The configuration layout for an Apache2 web server installation on Debian systems is as follows:
  198. </p>
  199. <pre>
  200. /etc/apache2/
  201. |-- apache2.conf
  202. | `-- ports.conf
  203. |-- mods-enabled
  204. | |-- *.load
  205. | `-- *.conf
  206. |-- conf-enabled
  207. | `-- *.conf
  208. |-- sites-enabled
  209. | `-- *.conf
  210. </pre>
  211. <ul>
  212. <li>
  213. <tt>apache2.conf</tt> is the main configuration
  214. file. It puts the pieces together by including all remaining configuration
  215. files when starting up the web server.
  216. </li>
  217. <li>
  218. <tt>ports.conf</tt> is always included from the
  219. main configuration file. It is used to determine the listening ports for
  220. incoming connections, and this file can be customized anytime.
  221. </li>
  222. <li>
  223. Configuration files in the <tt>mods-enabled/</tt>,
  224. <tt>conf-enabled/</tt> and <tt>sites-enabled/</tt> directories contain
  225. particular configuration snippets which manage modules, global configuration
  226. fragments, or virtual host configurations, respectively.
  227. </li>
  228. <li>
  229. They are activated by symlinking available
  230. configuration files from their respective
  231. *-available/ counterparts. These should be managed
  232. by using our helpers
  233. <tt>
  234. a2enmod,
  235. a2dismod,
  236. </tt>
  237. <tt>
  238. a2ensite,
  239. a2dissite,
  240. </tt>
  241. and
  242. <tt>
  243. a2enconf,
  244. a2disconf
  245. </tt>. See their respective man pages for detailed information.
  246. </li>
  247. <li>
  248. The binary is called apache2. Due to the use of
  249. environment variables, in the default configuration, apache2 needs to be
  250. started/stopped with <tt>/etc/init.d/apache2</tt> or <tt>apache2ctl</tt>.
  251. <b>Calling <tt>/usr/bin/apache2</tt> directly will not work</b> with the
  252. default configuration.
  253. </li>
  254. </ul>
  255. </div>
  256. <div class="section_header">
  257. <div id="docroot"></div>
  258. Document Roots
  259. </div>
  260. <div class="content_section_text">
  261. <p>
  262. By default, Debian does not allow access through the web browser to
  263. <em>any</em> file apart of those located in <tt>/var/www</tt>,
  264. <a href="http://httpd.apache.org/docs/2.4/mod/mod_userdir.html" rel="nofollow">public_html</a>
  265. directories (when enabled) and <tt>/usr/share</tt> (for web
  266. applications). If your site is using a web document root
  267. located elsewhere (such as in <tt>/srv</tt>) you may need to whitelist your
  268. document root directory in <tt>/etc/apache2/apache2.conf</tt>.
  269. </p>
  270. <p>
  271. The default Debian document root is <tt>/var/www/html</tt>. You
  272. can make your own virtual hosts under /var/www. This is different
  273. to previous releases which provides better security out of the box.
  274. </p>
  275. </div>
  276. <div class="section_header">
  277. <div id="bugs"></div>
  278. Reporting Problems
  279. </div>
  280. <div class="content_section_text">
  281. <p>
  282. Please use the <tt>reportbug</tt> tool to report bugs in the
  283. Apache2 package with Debian. However, check <a
  284. href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?ordering=normal;archive=0;src=apache2;repeatmerged=0"
  285. rel="nofollow">existing bug reports</a> before reporting a new bug.
  286. </p>
  287. <p>
  288. Please report bugs specific to modules (such as PHP and others)
  289. to respective packages, not to the web server itself.
  290. </p>
  291. </div>
  292. </div>
  293. </div>
  294. <div class="validator">
  295. </div>
  296. </body>
  297. </html>