问题标签 [pound]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
magento - Magento + Turpentine + SSL 仅生成 HTTP URL
我正在为这个问题而烦恼,所以我真的很感激一些帮助:/
我将松节油与 Magento 1.7 CE 和 Varnish 3 一起使用,效果很好。现在我想添加 SSL 加密,但效果不太好。
SSL 加密由 Pound 终止(监听 443),然后将数据提供给 Varnish(监听 6081),最后提供给 nginx(8080)。问题是所有生成的 URL(产品链接、类别等)都是使用 HTTP 生成的,而不是 HTTPS。
我试图将不安全的基本网址设置为 https,但这完全破坏了我的网站(我有一个 404“嵌入循环”,它从未停止加载)。
SSL 卸载似乎可以工作,因为所有资源都使用 HTTPS 加载(如果我弄乱了 Magento 中的 SSL 卸载设置,我会收到有关混合内容的警告)。
phpinfo 告诉我有关 HTTPS 的信息:
我的配置:
Magento(我认为最重要的部分):
磅:
Varnish 使用 Turpentine-Config(没有 SSL 也能正常工作)
nginx:
我真的没有想法:(如果需要,我很乐意提供有关我的配置的更多详细信息。
python - 将英镑符号“£”放在 Python 绘图轴标签中
试图放置英镑符号;'£',在 Python 绘图标签中让我很头疼。
简单plt.xlabel(r"$\pounds$")
似乎不起作用。建议非常感谢。
谢谢
html - 如何使用反向代理绕过 X-Frame-Options:iframe 的 SAMEORIGIN
我正在努力解决 X-Frame-Options: SAMEORIGIN 对某些页面的限制,因此我可以将它们放在 iframe 中。
我知道可以使用反向代理服务器来解决这个问题,但我不确定如何。
我需要的是为一些大厅监视器创建一个触摸屏界面,这些监视器将在 iframe 中有一些外部页面。我这样做是为了将所有内容都打包在同一个 ui 下。所以理想情况下,并非所有页面都应该使用反向代理。
任何人都可以举个例子,最好举个例子吗?
谢谢
node.js - Unable to Redirect to External URL from my Website (Using AWS, Pound, Node)
I have been stuck with this issue for a while and getting desperate for some helps.
I am currently building a website with NodeJS and I am using AWS EC2 with Pound for routing configuration. For one part of the website, I want to redirect the visitor to an external website (e.g.: google.com) by using node res.redirect("http:// google.com"). However, this keeps getting redirected back to my homepage.
My understanding, it goes like this:
- Visitor goes to a my certain url (http:// home.com/test)
- In my NODE route, I use GET for 'test' and use res.redirect("http:// google.com").
- The server routes back to my homepage (http:// home.com)
If I try to use res.redirect('http:// google.com/something'), it will get redirected to http:// home.com/something.
This redirection works just fine in localhost (e.g. the user is able to reach the external URL), which means that this has something to do with my AWS EC2 or POUND configuration.
Has someone experienced this before and has a solution? Thank you very much!
Note: The space between 'http://' and the URL in this question is intended so they don't become a Link here. The space does not exist in my implementation.
firefox - Pound SSL 密码和 Firefox 问题
总的来说,我对 Pound cfg 和 SSL 还很陌生,并且正在努力学习。尝试了一些我在 Google 上找到的与设置密码相关的东西,但都失败了。
在将 Pound 中的密码设置为不允许 SSLv3 后,我们遇到了 Firefox 的问题。Firefox 告诉客户系统设置不正确,因此阻止了他们。这是我想要做的。
通过 Pound Cfg 文件禁止 SSLv3、SSLv2。这是我尝试过的:
我们通过 Godaddy 使用 SHA2 作为证书,使用 SHA256 作为密钥。当我通过https://dev.ssllabs.com/ssltest/进行测试时,我们得到一个巨大的 F。有什么想法吗?
非常感谢任何和所有帮助。谢谢!
node.js - 如何为nodejs http服务器设置磅?
我的局域网上目前有几个 Raspberry-Pi。磅在其中一个上,以将流量重定向到其他人。Apache HTTP 服务器没有问题,但最近我在尝试 NodeJS,无法通过 Pound 从 Internet 访问服务器。键入 LAN_IP:3000 将显示 hello-world 消息,但 URL:3000 不会。将显示一条消息“无法获取 /path”。
下面是 pound.cfg 的服务部分
结尾
NodeJS HTTP 的工作方式与 Apache HTTP 不同吗?(NodeJS HTTP 由 express 框架触发)
谢谢。
html - 在段落中写“£”时出错
我试图放入一个简单的段落,其中有表示价格的“£”符号。
但是,当文本出现在网页上时,每个“£”符号前面都有一个“”符号。
任何人都可以建议为什么会发生这种情况?
关于如何阻止这种情况发生的任何建议?请参阅下面的影响代码片段。
linux - 磅配置,带有通配符的 https 重定向问题
我有一个问题,wildcard.domain.com 不能 100% 工作。转到https://wildcard.domain.com时似乎失败了,因为https://www.wildcard.domain.com有效。所以我有以下英镑配置:
现在这几乎可以工作,但在某些情况下仍然失败:
作品:用户访问http://test.domain.com,Pound 向用户展示https://www.test.domain.com/
作品:用户访问http://www.test.domain.com,Pound 向用户展示https://www.test.domain.com/
作品:用户访问https://www.test.domain.com,Pound 向用户展示https://www.test.domain.com/
失败:用户访问https://test.domain.com/,Pound向用户显示“您的连接不是私有的”
我不明白如何解决这个问题,我只需要向 HTTPS 侦听器添加一个正则表达式吗?
ajax - 调试磅清漆 Apache
我有一个配置了 Apache 和 Varnish 的服务器,我们使用 Pound 来处理端口 443。
一切运行顺利,网站速度惊人。
我有一个小错误,当单击 AJAX 按钮时,有时请求会在发布前挂起 60 秒。
我试图找出瓶颈在哪里以及是什么阻碍了事情。
当我单击前端的 AJAX 按钮时,我可以使用什么“侦听器”或“调试器”来准确跟踪服务器上发生的情况。
初学者问题,所以如果我遗漏了显而易见的问题,请告诉我