网站综合信息 0xy.org
    • 标题:
    • Apache2 Ubuntu Default Page: It works 
    • 关键字:
    •  
    • 描述:
    •  
    • 域名信息
    • 域名年龄:20年4个月4天  注册日期:2005年04月04日  到期时间:
      邮箱:bj  电话:+49.42117310020
      注册商:PSI-USA, Inc. dba Domain Robot 
    • 备案信息
    • 备案号: 
    网站收录SEO数据
    • 搜索引擎
    • 收录量
    • 反向链接
    • 其他
    • Google
    • 0  
    • 0  
    • pr:0  
    • 雅虎
    • 0  
    •  
    •  
    • 搜搜
    • 0  
    •  
    •  
    • 搜狗
    • 0  
    •  
    • 评级:0/10  
    • 360搜索
    • 0  
    •  
    •  
    域名流量Alexa排名
    •  
    • 一周平均
    • 一个月平均
    • 三个月平均
    • Alexa全球排名
    • -  
    • 平均日IP
    • 日总PV
    • 人均PV(PV/IP比例)
    • 反向链接
    • dmoz目录收录
    • -  
    • 流量走势图
    域名注册Whois信息

    0xy.org

    域名年龄: 20年4个月4天
    注册时间: 2005-04-04
    注 册 商: PSI-USA, Inc. dba Domain Robot
    注册邮箱: bj
    联系电话: +49.42117310020

    获取时间: 2016年11月27日 14:24:02
    Domain Name: 0XY.ORG
    Domain ID: D106015399-LROR
    WHOIS Server:
    Referral URL: http://www.psi-usa.info
    Updated Date: 2016-04-05T01:44:50Z
    Creation Date: 2005-04-04T10:31:39Z
    Registry Expiry Date: 2017-04-04T10:31:39Z
    Sponsoring Registrar: PSI-USA, Inc. dba Domain Robot
    Sponsoring Registrar IANA ID: 151
    Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
    Registrant ID: ABM-10390975
    Registrant Name: Benjamin Jemlich
    Registrant Organization:
    Registrant Street: Im Hollergrund 29
    Registrant City: Bremen
    Registrant State/Province: Bremen
    Registrant Postal Code: 28357
    Registrant Country: DE
    Registrant Phone: +49.42117310020
    Registrant Phone Ext:
    Registrant Fax: +49.00000000
    Registrant Fax Ext:
    Registrant Email: bj
    Admin ID: ABM-10390975
    Admin Name: Benjamin Jemlich
    Admin Organization:
    Admin Street: Im Hollergrund 29
    Admin City: Bremen
    Admin State/Province: Bremen
    Admin Postal Code: 28357
    Admin Country: DE
    Admin Phone: +49.42117310020
    Admin Phone Ext:
    Admin Fax: +49.00000000
    Admin Fax Ext:
    Admin Email: bj
    Tech ID: ABM-9948247
    Tech Name: 2jam Hostmaster
    Tech Organization: 2jam
    Tech Street: Am Hollerfleet 34
    Tech City: Bremen
    Tech State/Province: Bremen
    Tech Postal Code: 28355
    Tech Country: DE
    Tech Phone: +49.4212772945
    Tech Phone Ext:
    Tech Fax: +49.4212772946
    Tech Fax Ext:
    Tech Email: hostmaster
    Name Server: NS01.2JAM.DE
    Name Server: NS02.2JAM.DE
    DNSSEC: signedDelegation
    >>> Last update of WHOIS database: 2016-11-26T03:28:44Z <<<

    For more information on Whois status codes, please visit https://icann.org/epp

    Access to Public Interest Registry WHOIS information is provided to assist persons in determining the contents of a domain name registration record in the Public Interest Registry registry database. The data in this record is provided by Public Interest Registry for informational purposes only, and Public Interest Registry does not guarantee its accuracy. This service is intended only for query-based access. You agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data to(a) allow, enable, or otherwise support the transmission by e-mail, telephone, or facsimile of mass unsolicited, commercial advertising or solicitations to entities other than the data recipient's own existing customers; or (b) enable high volume, automated, electronic processes that send queries or data to the systems of Registry Operator, a Registrar, or Afilias except as reasonably necessary to register domain names or modify existing registrations. All rights reserved. Public Interest Registry reserves the right to modify these terms at any time. By submitting this query, you agree to abide by this policy.
    同IP网站(同服务器)
  • 62.75.210.129 共1个网站 (德国)
  • Apache2 Ubuntu Default P
  • 其他后缀域名
    • 顶级域名
    • 相关信息
    网站首页快照(纯文字版)
    抓取时间:2019年08月27日 17:42:36
    网址:http://0xy.org/
    标题:Apache2 Ubuntu Default Page: It works
    关键字:
    描述:
    主体:
    Apache2 Ubuntu Default PageIt works!This is the default welcome page used to test the correct operation of the Apache2 server after installation on Ubuntu systems.It is based on the equivalent page on Debian, from which the Ubuntu Apachepackaging is derived.If you can read this page, it means that the Apache HTTP server installed atthis site is working properly. You should replace this file (located at/var/www/html/index.html) before continuing to operate your HTTP server.If you are a normal user of this web site and don't know what this page isabout, this probably means that the site is currently unavailable due tomaintenance.If the problem persists, please contact the site's administrator.Configuration OverviewUbuntu's Apache2 default configuration is different from theupstream default configuration, and split into several files optimized forinteraction with Ubuntu tools. The configuration system is
    fully documented in
    /usr/share/doc/apache2/README.Debian.gz. Refer to this for the full
    documentation. Documentation for the web server itself can be
    found by accessing the manual if the apache2-doc
    package was installed on this server.
    The configuration layout for an Apache2 web server installation on Ubuntu systems is as follows:
    /etc/apache2/
    |-- apache2.conf
    |       `--  ports.conf
    |-- mods-enabled
    |       |-- *.load
    |       `-- *.conf
    |-- conf-enabled
    |       `-- *.conf
    |-- sites-enabled
    |       `-- *.conf
    apache2.conf is the main configuration
    file. It puts the pieces together by including all remaining configuration
    files when starting up the web server.
    ports.conf is always included from the
    main configuration file. It is used to determine the listening ports for
    incoming connections, and this file can be customized anytime.
    Configuration files in the mods-enabled/,
    conf-enabled/ and sites-enabled/ directories contain
    particular configuration snippets which manage modules, global configuration
    fragments, or virtual host configurations, respectively.
    They are activated by symlinking available
    configuration files from their respective
    *-available/ counterparts. These should be managed
    by using our helpers
    a2enmod,
    a2dismod,
    a2ensite,
    a2dissite,
    and
    a2enconf,
    a2disconf
    . See their respective man pages for detailed information.
    The binary is called apache2. Due to the use of
    environment variables, in the default configuration, apache2 needs to be
    started/stopped with /etc/init.d/apache2 or apache2ctl.
    Calling /usr/bin/apache2 directly will not work with the
    default configuration.
    Document Roots
    By default, Ubuntu does not allow access through the web browser to
    any file apart of those located in /var/www,
    public_html
    directories (when enabled) and /usr/share (for web
    applications). If your site is using a web document root
    located elsewhere (such as in /srv) you may need to whitelist your
    document root directory in /etc/apache2/apache2.conf.
    The default Ubuntu document root is /var/www/html. You
    can make your own virtual hosts under /var/www. Th

    © 2010 - 2020 网站综合信息查询 同IP网站查询 相关类似网站查询 网站备案查询网站地图 最新查询 最近更新 优秀网站 热门网站 全部网站 同IP查询 备案查询

    2025-08-01 07:08, Process in 0.0097 second.