홀짝게임 사이트 works!

This is the default welcome page used to test the correct operation of the 홀짝게임 사이트 server after installation on Ubuntu systems. It is based on the equivalent page on Debian, from which the Ubuntu Apache packaging is derived. If you can read this page, it means that the Apache HTTP server installed at this site is working properly. You shouldreplace 홀짝게임 사이트 file(located at/var/www/html/index.html) before continuing to operate your HTTP 홀짝게임 사이트.

If you are a normal user of this web s홀짝게임 사이트e and don't know what this page is about, this probably means that the s홀짝게임 사이트e is currently unavailable due to maintenance. If the problem persists, please contact the s홀짝게임 사이트e's administrator.

홀짝게임 사이트 Overview

Ubuntu's 홀짝게임 사이트 default configuration is different from the upstream default configuration, and split into several files optimized for interaction with Ubuntu tools. The configuration system isfully documented in /usr/share/doc/홀짝게임 사이트/README.Debian.gz. Refer to this for the full documentation. Documentation for the web server 홀짝게임 사이트self can be found by accessing themanualif the홀짝게임 사이트-docpackage was installed on 홀짝게임 사이트 server.

The configuration layout for an 홀짝게임 사이트 web server installation on Ubuntu systems is as follows:

/etc/홀짝게임 사이트/
|-- 홀짝게임 사이트.conf
|       `--  ports.conf
|-- mods-enabled
|       |-- *.load
|       `-- *.conf
|-- conf-enabled
|       `-- *.conf
|-- sites-enabled
|       `-- *.conf
  • 홀짝게임 사이트.confis the main configuration file. 홀짝게임 사이트 puts the pieces together by including all remaining configuration files when starting up the web server.
  • ports.홀짝게임 사이트is always included from the main configuration file. 홀짝게임 사이트 is used to determine the listening ports for incoming connections, and this file can be customized anytime.
  • 홀짝게임 사이트 files in themods-enabled/, 홀짝게임 사이트-enabled/ands홀짝게임 사이트es-enabled/directories contain particular 홀짝게임 사이트 snippets which manage modules, global 홀짝게임 사이트 fragments, or virtual host 홀짝게임 사이트s, respectively.
  • They are activated by symlinking available 홀짝게임 사이트 files from their respective *-available/ counterparts. These should be managed by using our helpers a2enmod, a2dismod, a2ens홀짝게임 사이트e, a2diss홀짝게임 사이트e, and a2en홀짝게임 사이트, a2dis홀짝게임 사이트 . See their respective man 홀짝게임 사이트s for detailed information.
  • The binary is called 홀짝게임 사이트. Due to the use of environment variables, in the default configuration, 홀짝게임 사이트 needs to be started/stopped with/etc/init.d/홀짝게임 사이트 or 홀짝게임 사이트ctl. Calling/usr/bin/홀짝게임 사이트directly will not workw홀짝게임 사이트h the default configuration.
Document Roots

By default, 홀짝게임 사이트 does not allow access through the web browser toanyfile apart of those located in/var/www, public_htmldirectories (when enabled) and/usr/share(for web applications). If your s홀짝게임 사이트e is using a web document root located elsewhere (such as in/srv) you may need to wh홀짝게임 사이트elist your document root directory in/etc/홀짝게임 사이트/홀짝게임 사이트.conf.

The default 홀짝게임 사이트 document root is/var/www/html. You can make your own virtual hosts under /var/www. This is different to previous releases which provides better secur홀짝게임 사이트y out of the box.

Reporting Problems

Please use the홀짝게임 사이트-bugtool to report bugs in the 홀짝게임 사이트 package with Ubuntu. However, checkexisting bug reportsbefore reporting a new bug.

Please report bugs specific to modules (such as PHP and others) to respective packages, not to the web server 홀짝게임 사이트self.