Giter Site home page Giter Site logo

Comments (6)

RicterZ avatar RicterZ commented on September 26, 2024

这个问题好像是 apache 没把请求拦住然后转发到 python 了…
我回去看看 apache 配置该怎么写…

from bgmi.

ershiwo avatar ershiwo commented on September 26, 2024

谢谢回复~
顺便我想问一下,番组的缩略图是怎么获取的,是自动爬的还是人工添加的?源码里好像没找到相关的功能。

from bgmi.

RicterZ avatar RicterZ commented on September 26, 2024

人工添加的…这里我感觉还需要改一下😂

板砖加身 [email protected]于2016年9月25日 周日下午4:12写道:

谢谢回复~
顺便我想问一下,番组的缩略图是怎么获取的,是自动爬的还是人工添加的?源码里好像没找到相关的功能。


You are receiving this because you commented.

Reply to this email directly, view it on GitHub
#8 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AFCbx1WpNdS2-eAmJU6BalpAuRT5y7ydks5qti0KgaJpZM4KFrHE
.

from bgmi.

RicterZ avatar RicterZ commented on September 26, 2024
<VirtualHost *:80>
    ServerName bgmi.localhost

    Alias /bangumi/ /Users/ricter/.bgmi/bangumi/
    <Directory "/Users/ricter/.bgmi/bangumi/">
        Options Indexes MultiViews
        AllowOverride None
        Require all granted
    </Directory>

    ProxyRequests Off
    ProxyPassMatch ^/bangumi !
    ProxyPass / http://127.0.0.1:8888/
    ProxyPassReverse / http://127.0.0.1:8888/
</VirtualHost>

我这里work的配置_(:3」∠)_

from bgmi.

ershiwo avatar ershiwo commented on September 26, 2024

试了一下,发现 Alias 部分不应该写 /bangumi/,应该改成 /bangumi,否则会报 403。
总之多谢了~

from bgmi.

RicterZ avatar RicterZ commented on September 26, 2024

嗯嗯

from bgmi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.