It works!

This is the default welcome page used to test the correct operation of the Apache2 server after installation on Debian systems. If you can read this page, it means that the Apache HTTP server installed at this site is working properly. You should replace this file (located at /var/www/html/index.html) before continuing to operate your HTTP server.

check your werkzeug version by following command.

pip freeze | grep Werkzeug

As per odoo's requirement.txt file, use Werkzeug==0.16.1 version

install correct version using following command.

pip3 install Werkzeug==0.16.1

  • Userful Websites
  • Login Infomation Normal 3 Admin

  • Funny Websites
  • Cat's Life 标准地图 终身教育平台 合同示范文本库
    国家企业信用信息公示系统 中国特色词汇翻译 中国纪录片 600
    历史车轮 公历查询 中国哲学书电子化计划

  • TVBox config file url
  • name url https://raw.githubusercontent.com/userID/name/file T/F Check Update

    live.txt

    Cyril0563 lanjing_live tvbox_live.txt https://raw.iqiq.io/Cyril0563/lanjing_live/ main/TVbox_Free/LIVE/Free/tvbox_live.txt T tvbox_live.txt
    tvlive.txt http://101.34.67.237/tvlive.txt T tvlive.txt

    Ali Token

    ali token.json https://kebedd69.github.io/TVbox-interface/token.json https://github.com/kebedd69 TVbox-interfaces T token.json
    alitoken.json "ext": "http://刚刚.live/json/alitoken.json" 不能直接访问 T alitoken.json

    DR_PY

    Project_Dr_PY Repositorie Dr_PY Repositorie https://gitcode.net/qq_32394351/dr_py T 2022.10.19
    Project_Dr_PY 192.168.50.222:5705 admin/drpy http://192.168.50.222:5705/index login_as_root edit_super/flask.conf_python3_venv_path cd_/root/sd/pywork/dr_py bash_./app.sh_0 T 2022.10.19
    Project_Dr_PY 192.168.50.222:9001 user/123 http://192.168.50.222:9001 T 2022.10.19

    ConfigFileList

    drpy lan config http://192.168.50.222:5705/config/1 T 2022.10.19
    yosakoi.json http://home.jundie.top:81/TVBox/yosakoi.json T 2022.10.19
    maitao008 tvb888.json https://raw.iqiq.io/maitao008/mt/master/tvb888.json tv666.json tvb888.json T tvb888.json
    Miel04 Miel06 ab.json https://raw.iqiq.io/Miel04/Miel06/master/Mine/ab.json T ab.json
    liu673cn box m.json https://raw.iqiq.io/liu673cn/box/main/m.json dc.json T m.json
    422678320 320 0888.json https://raw.iqiq.io/422678320/320/main/TVBox/0888.json 0630.json T 0888.json
    FongMi CatVodSpider config.json https://raw.iqiq.io/FongMi/CatVodSpider/main/json/config.json adult.json T config.json
    dxawi 0.json https://dxawi.github.io/0/0.json T 0.json
    dxawi 1.json https://dxawi.github.io/0/1.json T 1.json
    甜蜜.json https://kebedd69.github.io/TVbox-interface/甜蜜.json T 甜蜜.json
    pyramid py.json https://raw.iqiq.io/lm317379829/PyramidStore/pyramid/py.json T py.json
    gk983 https://gk983.github.io/ T index
    http://刚刚.live/猫 T 2022.10.19
    Some Github files
  • Github CatVodTVOfficial/TVBoxOSC Github Kanbuqini
  • ------------------------------------------------------------------
  • little notes1 --- little notes2 --- pan666
  • IPTV OnLine
  • Github FongMi BearTV
  • Github liu673cn mao
  • Github iSuperRed LeanbackTvSample
  • Github haha459862 TVboxOSC
  • Github YuanHsing freed
  • Github liujy1126 tvbox126
  • Github dxawi
  • Github tvbw
  • gc show
  • -----------------------------------------

    Github RAW 加速服务

    https://www.7ed.net/#/raw-cdn

    https://raw.githubusercontents.com/ 用户/仓库/main(分支)/子目录/txt.txt

    https://raw.fastgit.org/

    https://raw-gh.gcdn.mirr.one/

    https://cdn.jsdelivr.net/gh/ 用户/仓库@main/子目录/txt.txt

    Configuration Overview

    Debian's Apache2 default configuration is different from the upstream default configuration, and split into several files optimized for interaction with Debian 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 Debian 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, Debian 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 Debian 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 security out of the box.

    Reporting Problems

    Please use the reportbug tool to report bugs in the Apache2 package with Debian. However, check existing bug reports before reporting a new bug.

    Please report bugs specific to modules (such as PHP and others) to respective packages, not to the web server itself.21618588@qq.com Pi