问题标签 [apache]

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.

0 投票
10 回答
49443 浏览

apache - URL 中是否允许使用方括号?

URL 中是否允许使用方括号?

我注意到Apache commons HttpClient (3.0.1) 抛出 IOException,wget 和 Firefox 但是接受方括号。

网址示例:

我的 HTTP 客户端遇到此类 URL,但我不确定是修补代码还是抛出异常(实际上应该如此)。

0 投票
3 回答
15309 浏览

apache - 使用 MAMP 测试 HTTPS 文件

我在笔记本电脑上本地运行 MAMP,我喜欢尽可能多地在本地进行测试。不幸的是,由于我从事电子商务 (PHP) 工作,因此我通常在大多数结帐表单中强制使用 ssl,但它在我的笔记本电脑上却失败了。是否有任何我可能缺少的简单配置以允许“https”在 MAMP 下运行?请注意,我知道我可以手动配置 Apache,重新编译 PHP 等,但我只是想知道对于懒惰的程序员是否有更简单的方法。

谢谢

0 投票
1 回答
383 浏览

apache - 不应提供的 Apache 服务文件

今天我发现我全新安装的Apache HTTP Server 能够为我的C:\uploads\ 目录中的文件提供服务。

我有两个文件夹C:\uploads

  • C:\上传\模板
  • C:\上传\站点

这两个文件夹都包含testimage.jpg.

我发现如果我请求,Apache 将从模板文件夹中提供文件:

http://localhost/templates/testimage.jpg

但是,http://localhost/sites/testimage.jpg 404的!

OMG - 首先,为什么 Apache 首先提供模板文件夹?很特别吗?

其次,Apache 通过什么任意规则集不允许访问其他文件夹,例如站点?

我很混乱。也许我在安装过程中的某个地方走错了路。

0 投票
4 回答
7957 浏览

apache - Apache 中的 Kerberos 用户身份验证

任何人都可以推荐一些非常好的资源来帮助 Apache 使用 Kerberos 对用户进行身份验证。

Kerberos 的背景阅读也很有用

谢谢

彼得

0 投票
7 回答
100430 浏览

apache - 轮换 Apache 日志文件的最佳方式

我有一个 Apache 服务器,它有一个超过 600MB 的访问日志文件。这使得搜索或解析文件变得非常困难。
有哪些适用于 Apache 的软件或模块可以制作我的访问文件的每日副本以使其更易于管理?

0 投票
4 回答
7100 浏览

apache - How do you make an etag that matches Apache?

I want to make an etag that matches what Apache produces. How does apache create it's etags?

0 投票
2 回答
4765 浏览

apache - apache mod_proxy 错误 os10060 并返回 503?

无法访问我的网站。Apache 给出以下错误消息:

[Fri Sep 05 08:47:42 2008] [错误] (OS 10060) 连接尝试失败,因为连接方在一段时间后没有正确响应,或者连接失败,因为连接的主机没有响应。:代理:HTTP:尝试连接到 10.10.10.1:80 (10.10.10.1) 失败

0 投票
5 回答
5310 浏览

php - Best way to compress HTML, CSS & JS with mod_deflate and mod_gzip disabled

I have a few sites on a shared host that is running Apache 2. I would like to compress the HTML, CSS and Javascript that is delivered to the browser. The host has disabled mod_deflate and mod_gzip, so these options are out. I do have PHP 5 at my disposal, though, so I could use the gzip component of that.

I am currently placing the following in my .htaccess file:

php_value output_handler ob_gzhandler

However, this only compresses the HTML and leaves out the CSS and JS.

Is there a reliable way of transparently compressing the output of the CSS and JS without having to change every page? I have searched Google and a number of solutions are presented, but I've yet to get one to work. If anyone could suggest a solution that they know to work, that would be very gratefully received.

Note, Method 2 in The Definitive Post on Gzipping your CSS looks like a good solution, but I couldn't get it working. Has anyone else succeeded using this method?

0 投票
1 回答
2130 浏览

oracle - Oracle 应用服务器 SSL 证书阻止连接到 Apache 服务

我们已经通过 Oracle 应用服务器部署了一个 Apache 实例。它目前与默认钱包和自签名证书一起安装。我们获得了 GEOTRUST 证书,导入了 Trusted Roots 并将新证书导入到 Wallet Manager。然后,我们通过企业管理器更新了 VHOST 和 HTTP_SERVER 的 SSL 属性。

事情已经重新开始,但是,我们现在无法连接到 Apache 服务,我们收到了错误:

调用 NZ 函数 nzos_Handshake 失败

这似乎表明根证书存在问题,但在我看来,这些证书已正确注册到钱包中。

有人以前见过这个并有一些指示吗?

0 投票
3 回答
39284 浏览

apache - Apache基于子域的重写

我正在尝试将通配符域的请求重定向到子目录。
IE。something.blah.example.com-->blah.example.com/something

我不知道如何获取要在重写规则中使用的子域名。

最终解决方案:

或者正如 pilif 所指出的那样