AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-191882

Simone Nigro's questions

Martin Hope
Simone Nigro
Asked: 2016-10-19 10:21:38 +0800 CST

Windows Server 2012 写入缓存

  • 1

来自MSDN:

默认情况下,Windows 缓存从磁盘读取并写入磁盘的文件数据。[..] 缓存是按文件对象管理的。延迟将数据写入文件并将其保存在缓存中直到缓存刷新的策略称为延迟写入,它由缓存管理器以确定的时间间隔触发。[..] 刷新文件数据块的时间部分取决于它在缓存中存储的时间量以及自上次在读取操作中访问数据以来的时间量。

我的问题是Windows“真正”在磁盘上写入文件需要多长时间?

windows windows-server-2008 cache disk-cache windows-server-2012
  • 1 个回答
  • 1494 Views
Martin Hope
Simone Nigro
Asked: 2016-03-24 12:07:52 +0800 CST

IIS 8 与 PHP 5.6:WinCache VS Zend Op 缓存

  • 4

Zend Op Cache在 PHP5.5+ 上默认编译,但 IIS 鼓励使用 WinCache进行操作码缓存。

什么扩展可以让我在 IIS 上获得最佳性能和稳定性?

有基准、案例研究吗?

php
  • 1 个回答
  • 2002 Views
Martin Hope
Simone Nigro
Asked: 2015-12-20 07:50:16 +0800 CST

AWS EC2:在只读上下文中无需重启的 EBS 快照是否安全(一致)?

  • 1

我在 AWS 平台上有一个 Windows Server 2012 R2 EC2 实例,附加了 2 个 EBS 卷,第一个 (C:) 用于 Windows SO(根卷),第二个 (D:) 用于由 http 服务器提供的静态文件存储。

白天,在 D:\ 上读取和写入一些文件,但在夜间,仅读取文件(没有创建/更新文件)。

如果在夜间(在只读上下文中)我制作 D:\ 的 EBS 快照而无需重新启动(出于备份目的),该快照是否安全/一致?

amazon-ec2
  • 1 个回答
  • 564 Views
Martin Hope
Simone Nigro
Asked: 2015-12-16 11:51:57 +0800 CST

AWS Windows EC2 实例:每日 EBS 快照,无需停机

  • 3

我在“Amazon AWS EC2”上有一个“Windows Server 2008”实例,附加了两个“EBS-volumes”:D:\, E:\.

我想安排仅D:\“EBS 卷”到“s3 存储桶”的每日快照,以便我们有可用的每日备份。

是否可以/安全地制作每日“EBS 快照”而无需停机?

我的 EBS 大约为 30 GB,每天有 5% 的新/更改数据。

我找到了这个 powershell 脚本(适用于 Windows PowerShell 的 AWS 工具),开始每天的 cron 是个好主意吗?

New-EC2Snapshot MyVolumeId -Description "My Snapshot DD-MM-YYYY"

对不起我的英语不好的家伙......

amazon-ec2
  • 2 个回答
  • 1380 Views
Martin Hope
Simone Nigro
Asked: 2014-11-24 01:49:47 +0800 CST

负载均衡器后面的 VisualSVN 服务器的多个 AWS EC2 实例之间的网络文件系统 (NFS) [重复]

  • 1
这个问题在这里已经有了答案:
多个 AWS EC2 实例之间的共享文件系统 4 个答案
7年前关闭。

我在 Amazon EC2 上使用 VisualSVN Server 运行了几个 Windows 服务器实例,并希望通过运行带有负载均衡器的重复实例来使它们更具容错性。

问题在于特定数据,例如,如果文档根目录(即“C:/Repositories”)的内容不相同,则从一个 Web 服务器故障转移到另一个 Web 服务器是没有好处的。

我的基本想法是 EC2 实例之间的共享量(即“C:/Repositories”):

在此处输入图像描述

但是,我有很多疑问:

  1. 运行两个/多个指向同一个仓库的 VisualSVNServer 实例是否可能/安全?

  2. 在 Amazon 负载均衡器后面是否有可能/安全运行 VisualSVNServer 实例?

  3. 是否有可能/安全运行指向网络文件系统的 VisualSVNServer 实例?

  4. 我在 AWS S3 和 AWS EBS 之间犹豫不决,您推荐什么作为 VisualSVNServer 和 NFS 架构的最佳存储解决方案(我认为是 EBS,但它们是 aws 服务的新手)?

amazon-ec2
  • 1 个回答
  • 1254 Views
Martin Hope
Simone Nigro
Asked: 2014-11-23 03:38:41 +0800 CST

多个 AWS EC2 实例之间的共享文件系统

  • 7

我有几个在 Amazon EC2 上运行的 Windows 服务器实例,并希望通过运行具有负载均衡器的重复实例来使它们更具容错性。

问题是特定数据,例如,如果文档根目录的内容即 C:/htdocs/ (Apache) 或 C:/Repositories (VisualSvn 服务器),则从一个 Web 服务器故障转移到另一个 Web 服务器是没有好处的不相同。

有没有办法在两个或更多实例之间共享一个卷?

我的想法是在 EC2 实例之间共享文件夹:

在此处输入图像描述

阅读不可能将相同的 EBS 卷附加到多个实例。如果我想跨 NFS 安装它们,我相信 AWS 也不是 NFS 友好的。

最后,我还检查了安装有 s3fs 的 S3 存储桶,但我发现这也不是一个好选择。

谁能帮我指出正确的方向?

amazon-ec2
  • 4 个回答
  • 29519 Views
Martin Hope
Simone Nigro
Asked: 2013-11-11 05:43:58 +0800 CST

从无 cookie 域提供静态文件:替代无 cookie 目录

  • 0

我正在尝试遵循“Google Page Speed​​”的所有准则。“最小化请求开销”指令需要静态服务器(即无 cookie)上的静态内容(图像、js、css 等):https ://developers.google.com/speed/docs/best-practices/request

我不想购买新服务器,我想只使用 htaccess 设置一个没有 cookie 的网站目录

www.mysite.com/static/.htaccess

Header unset Cookie
Header unset Set-Cookie

我不知道这是否有问题。在google上看似乎没有人采用过这种类型的解决方案,所以我认为它是不正确的。你怎么看?

或者你可以做

www.mysite.com/.htaccess

<FilesMatch "\.(css|js|jpg|png|gif)$">
Header unset Cookie
Header unset Set-Cookie
</FilesMatch> 
apache-2.2
  • 1 个回答
  • 2382 Views
Martin Hope
Simone Nigro
Asked: 2013-09-29 02:41:29 +0800 CST

Apache - SSL 请求一段时间后停止工作

  • 1

我在 Windows Web Server 2008 R2(64 位)上有 Apache 2.4.2、OpenSSL/1.0.1c

经过 12 小时的较重负载后,SSL 请求停止工作/得到响应。但是,如果您通过 http 而不是 https 请求相同的页面,它工作正常。重新启动 Apache 服务器会暂时解决此问题。再次经过几个小时的流量后,https 请求再次停止工作。我检查了日志,没有什么值得注意的,mod_ssl 条目只是......

该站点仅由使用 Delphi 2007(CodeGear 用户代理)开发的客户端调用。Delphi 客户端使用 THTTPRIO 向 SOAP 发送 HTTPS 请求。

有任何想法吗?

httpd.conf

AcceptFilter http none
# AcceptFilter https none # (try to uncomment, but ssl stop work)
EnableMMAP off
EnableSendfile off

httpd-ssl.conf

Listen 443
SSLPassPhraseDialog  builtin
SSLSessionCache        "shmcb:logs/ssl.scache(512000)"
SSLSessionCacheTimeout  600

httpd-vhosts.conf

<VirtualHost 192.168.1.76:443>
    DocumentRoot "C:/xampp/htdocs/mysite/"
ServerName secure.mysite.com:443

SSLEngine on
SSLProtocol -all +TLSv1 +SSLv3 
SSLCipherSuite HIGH:MEDIUM:!aNULL:+SHA1:+MD5:+HIGH:+MEDIUM

SSLCertificateFile conf/ssl.crt/secure.mysite.com.cer  
    SSLCertificateKeyFile conf/ssl.key/secure.mysite.com.rsa.key 

SSLVerifyClient none
SSLProxyEngine off

BrowserMatch ".*CodeGear.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
BrowserMatch ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0 

LogLevel trace6
ErrorLog "|bin/rotatelogs.exe logs/secure_mysite_com/%Y-%m-%d-error.log 86400"
CustomLog "|bin/rotatelogs.exe logs/secure_mysite_com/%Y-%m-%d-access.log 86400" combined


<directory "C:/xampp/htdocs/mysite/">
   Options FollowSymLinks Includes
   AllowOverride All
   Order allow,deny
   Allow from all
</directory>

# CGI #
<Directory "C:/xampp/htdocs/mysite/CodeGearSOAP_EXE/">
    SetHandler cgi-script
    AllowOverride None
    Options ExecCGI
</Directory>
</VirtualHost>

一个 SOAP 请求的跟踪日志

访问日志

xxx.xxx.xxx.xxx - - [27/Sep/2013:18:44:45 +0200] "POST /CodeGearSOAP_EXE/soap.exe HTTP/1.1" 200 4882 "-" "CodeGear SOAP 1.3"

错误日志

[Fri Sep 27 18:44:45.307377 2013] [ssl:info] [pid 1304:tid 1848] [client xxx.xxx.xxx.xxx:20395] AH01964: Connection to child 141 established (server secure.mysite.com:443)
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace2] [pid 1304:tid 1848] ssl_engine_rand.c(123): Seeding PRNG with 144 bytes of entropy
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace3] [pid 1304:tid 1848] ssl_engine_kernel.c(1841): [client xxx.xxx.xxx.xxx:20395] OpenSSL: Handshake: start
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace3] [pid 1304:tid 1848] ssl_engine_kernel.c(1849): [client xxx.xxx.xxx.xxx:20395] OpenSSL: Loop: before/accept initialization
[Fri Sep 27 18:44:45.307377 2013] [core:trace6] [pid 1304:tid 1848] core_filters.c(527): [client xxx.xxx.xxx.xxx:20395] core_output_filter: flushing because of FLUSH bucket
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace4] [pid 1304:tid 1848] ssl_engine_io.c(1989): [client xxx.xxx.xxx.xxx:20395] OpenSSL: read 11/11 bytes from BIO#126bbf0 [mem: 80152a0] (BIO dump follows)
[Fri Sep 27 18:44:45.307377 2013] [core:trace6] [pid 1304:tid 1848] core_filters.c(527): [client xxx.xxx.xxx.xxx:20395] core_output_filter: flushing because of FLUSH bucket
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace4] [pid 1304:tid 1848] ssl_engine_io.c(1989): [client xxx.xxx.xxx.xxx:20395] OpenSSL: read 157/157 bytes from BIO#126bbf0 [mem: 80152ae] (BIO dump follows)
[Fri Sep 27 18:44:45.307377 2013] [socache_shmcb:debug] [pid 1304:tid 1848] mod_socache_shmcb.c(512): AH00835: socache_shmcb_retrieve (0x35 -> subcache 21)
[Fri Sep 27 18:44:45.307377 2013] [socache_shmcb:debug] [pid 1304:tid 1848] mod_socache_shmcb.c(836): AH00849: match at idx=0, data=0
[Fri Sep 27 18:44:45.307377 2013] [socache_shmcb:debug] [pid 1304:tid 1848] mod_socache_shmcb.c(523): AH00836: leaving socache_shmcb_retrieve successfully
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace2] [pid 1304:tid 1848] ssl_engine_kernel.c(1697): Inter-Process Session Cache: request=GET status=FOUND id=356A6FAB37A0E2729FBEEFAB028CA5C57F799A7F024CD6F037FAB7C9EB6C5010 (session reuse)
[Fri Sep 27 18:44:45.307377 2013] [ssl:debug] [pid 1304:tid 1848] ssl_engine_kernel.c(1960): [client xxx.xxx.xxx.xxx:20395] AH02043: SSL virtual host for servername secure.mysite.com found
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace3] [pid 1304:tid 1848] ssl_engine_kernel.c(1849): [client xxx.xxx.xxx.xxx:20395] OpenSSL: Loop: SSLv3 read client hello A
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace3] [pid 1304:tid 1848] ssl_engine_kernel.c(1849): [client xxx.xxx.xxx.xxx:20395] OpenSSL: Loop: SSLv3 write server hello A
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace3] [pid 1304:tid 1848] ssl_engine_kernel.c(1849): [client xxx.xxx.xxx.xxx:20395] OpenSSL: Loop: SSLv3 write change cipher spec A
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace3] [pid 1304:tid 1848] ssl_engine_kernel.c(1849): [client xxx.xxx.xxx.xxx:20395] OpenSSL: Loop: SSLv3 write finished A
[Fri Sep 27 18:44:45.307377 2013] [core:trace6] [pid 1304:tid 1848] core_filters.c(527): [client xxx.xxx.xxx.xxx:20395] core_output_filter: flushing because of FLUSH bucket
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace3] [pid 1304:tid 1848] ssl_engine_kernel.c(1849): [client xxx.xxx.xxx.xxx:20395] OpenSSL: Loop: SSLv3 flush data
[Fri Sep 27 18:44:45.307377 2013] [core:trace6] [pid 1304:tid 1848] core_filters.c(527): [client xxx.xxx.xxx.xxx:20395] core_output_filter: flushing because of FLUSH bucket
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace4] [pid 1304:tid 1848] ssl_engine_io.c(1989): [client xxx.xxx.xxx.xxx:20395] OpenSSL: read 5/5 bytes from BIO#126bbf0 [mem: 80152a3] (BIO dump follows)
[Fri Sep 27 18:44:45.307377 2013] [core:trace6] [pid 1304:tid 1848] core_filters.c(527): [client xxx.xxx.xxx.xxx:20395] core_output_filter: flushing because of FLUSH bucket
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace4] [pid 1304:tid 1848] ssl_engine_io.c(1989): [client xxx.xxx.xxx.xxx:20395] OpenSSL: read 1/1 bytes from BIO#126bbf0 [mem: 80152a8] (BIO dump follows)
[Fri Sep 27 18:44:45.307377 2013] [core:trace6] [pid 1304:tid 1848] core_filters.c(527): [client xxx.xxx.xxx.xxx:20395] core_output_filter: flushing because of FLUSH bucket
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace4] [pid 1304:tid 1848] ssl_engine_io.c(1989): [client xxx.xxx.xxx.xxx:20395] OpenSSL: read 5/5 bytes from BIO#126bbf0 [mem: 80152a3] (BIO dump follows)
[Fri Sep 27 18:44:45.307377 2013] [core:trace6] [pid 1304:tid 1848] core_filters.c(527): [client xxx.xxx.xxx.xxx:20395] core_output_filter: flushing because of FLUSH bucket
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace4] [pid 1304:tid 1848] ssl_engine_io.c(1989): [client xxx.xxx.xxx.xxx:20395] OpenSSL: read 48/48 bytes from BIO#126bbf0 [mem: 80152a8] (BIO dump follows)
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace3] [pid 1304:tid 1848] ssl_engine_kernel.c(1849): [client xxx.xxx.xxx.xxx:20395] OpenSSL: Loop: SSLv3 read finished A
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace3] [pid 1304:tid 1848] ssl_engine_kernel.c(1845): [client xxx.xxx.xxx.xxx:20395] OpenSSL: Handshake: done
[Fri Sep 27 18:44:45.307377 2013] [ssl:debug] [pid 1304:tid 1848] ssl_engine_kernel.c(1890): [client xxx.xxx.xxx.xxx:20395] AH02041: Protocol: TLSv1, Cipher: AES128-SHA (128/128 bits)
[Fri Sep 27 18:44:45.307377 2013] [core:trace6] [pid 1304:tid 1848] core_filters.c(527): [client xxx.xxx.xxx.xxx:20395] core_output_filter: flushing because of FLUSH bucket
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace4] [pid 1304:tid 1848] ssl_engine_io.c(1989): [client xxx.xxx.xxx.xxx:20395] OpenSSL: read 5/5 bytes from BIO#126bbf0 [mem: 80152a3] (BIO dump follows)
[Fri Sep 27 18:44:45.307377 2013] [core:trace6] [pid 1304:tid 1848] core_filters.c(527): [client xxx.xxx.xxx.xxx:20395] core_output_filter: flushing because of FLUSH bucket
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace4] [pid 1304:tid 1848] ssl_engine_io.c(1989): [client xxx.xxx.xxx.xxx:20395] OpenSSL: read 544/544 bytes from BIO#126bbf0 [mem: 80152a8] (BIO dump follows)
[Fri Sep 27 18:44:45.307377 2013] [core:trace5] [pid 1304:tid 1848] protocol.c(625):     [client xxx.xxx.xxx.xxx:20395] Request received from client: POST /soap/SOAP.exe HTTP/1.1
[Fri Sep 27 18:44:45.307377 2013] [setenvif:trace2] [pid 1304:tid 1848] mod_setenvif.c(623): [client xxx.xxx.xxx.xxx:20395] Setting nokeepalive
[Fri Sep 27 18:44:45.307377 2013] [setenvif:trace2] [pid 1304:tid 1848] mod_setenvif.c(623): [client xxx.xxx.xxx.xxx:20395] Setting ssl-unclean-shutdown
[Fri Sep 27 18:44:45.307377 2013] [setenvif:trace2] [pid 1304:tid 1848] mod_setenvif.c(623): [client xxx.xxx.xxx.xxx:20395] Setting downgrade-1.0
[Fri Sep 27 18:44:45.307377 2013] [setenvif:trace2] [pid 1304:tid 1848] mod_setenvif.c(623): [client xxx.xxx.xxx.xxx:20395] Setting force-response-1.0
[Fri Sep 27 18:44:45.307377 2013] [ssl:debug] [pid 1304:tid 1848] ssl_engine_kernel.c(236): [client xxx.xxx.xxx.xxx:20395] AH02034: Initial (No.1) HTTPS request received for child 141 (server secure.mysite.com:443)
[Fri Sep 27 18:44:45.307377 2013] [http:trace4] [pid 1304:tid 1848] http_request.c(300): [client xxx.xxx.xxx.xxx:20395] Headers received from client:
[Fri Sep 27 18:44:45.307377 2013] [http:trace4] [pid 1304:tid 1848] http_request.c(303): [client xxx.xxx.xxx.xxx:20395]   MIME-Version: 1.0
[Fri Sep 27 18:44:45.307377 2013] [http:trace4] [pid 1304:tid 1848] http_request.c(303): [client xxx.xxx.xxx.xxx:20395]   SOAPAction: \\"urn:SoapServerIntf-ISoapServer#SoapCommand\\"
[Fri Sep 27 18:44:45.307377 2013] [http:trace4] [pid 1304:tid 1848] http_request.c(303): [client xxx.xxx.xxx.xxx:20395]   Content-Type: multipart/related; boundary=MIME_boundaryB0R9532143182121
[Fri Sep 27 18:44:45.307377 2013] [http:trace4] [pid 1304:tid 1848] http_request.c(303): [client xxx.xxx.xxx.xxx:20395]   User-Agent: CodeGear SOAP 1.3
[Fri Sep 27 18:44:45.307377 2013] [http:trace4] [pid 1304:tid 1848] http_request.c(303): [client xxx.xxx.xxx.xxx:20395]   Host: secure.mysite.com
[Fri Sep 27 18:44:45.307377 2013] [http:trace4] [pid 1304:tid 1848] http_request.c(303): [client xxx.xxx.xxx.xxx:20395]   Content-Length: 4672
[Fri Sep 27 18:44:45.307377 2013] [http:trace4] [pid 1304:tid 1848] http_request.c(303): [client xxx.xxx.xxx.xxx:20395]   Connection: Keep-Alive
[Fri Sep 27 18:44:45.307377 2013] [http:trace4] [pid 1304:tid 1848] http_request.c(303): [client xxx.xxx.xxx.xxx:20395]   Cache-Control: no-cache
[Fri Sep 27 18:44:45.307377 2013] [http:trace4] [pid 1304:tid 1848] http_request.c(303): [client xxx.xxx.xxx.xxx:20395]   Cookie: SS_STRINGHELINGUA=IT; __utma=10233637.1711321739.1377762381.1377762381.1377765561.2; __utmz=10233637.1377762381.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
[Fri Sep 27 18:44:45.307377 2013] [authz_core:debug] [pid 1304:tid 1848] mod_authz_core.c(808): [client xxx.xxx.xxx.xxx:20395] AH01628: authorization result: granted (no directives)
[Fri Sep 27 18:44:45.307377 2013] [core:trace3] [pid 1304:tid 1848] request.c(225): [client xxx.xxx.xxx.xxx:20395] request authorized without authentication by access_checker_ex hook: /soap/SOAP.exe
[Fri Sep 27 18:44:45.307377 2013] [authz_core:debug] [pid 1304:tid 1848] mod_authz_core.c(808): [client xxx.xxx.xxx.xxx:20395] AH01628: authorization result: granted (no directives)
[Fri Sep 27 18:44:45.307377 2013] [core:trace3] [pid 1304:tid 1848] request.c(225): [client xxx.xxx.xxx.xxx:20395] request authorized without authentication by access_checker_ex hook: /soap/ISoapServer
[Fri Sep 27 18:44:45.307377 2013] [core:trace6] [pid 1304:tid 1848] core_filters.c(527): [client xxx.xxx.xxx.xxx:20395] core_output_filter: flushing because of FLUSH bucket
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace4] [pid 1304:tid 1848] ssl_engine_io.c(1989): [client xxx.xxx.xxx.xxx:20395] OpenSSL: read 5/5 bytes from BIO#126bbf0 [mem: 80152a3] (BIO dump follows)
[Fri Sep 27 18:44:45.307377 2013] [core:trace6] [pid 1304:tid 1848] core_filters.c(527): [client xxx.xxx.xxx.xxx:20395] core_output_filter: flushing because of FLUSH bucket
[Fri Sep 27 18:44:45.307377 2013] [ssl:trace4] [pid 1304:tid 1848] ssl_engine_io.c(1989): [client xxx.xxx.xxx.xxx:20395] OpenSSL: read 4704/4704 bytes from BIO#126bbf0 [mem: 80152a8] (BIO dump follows)
[Fri Sep 27 18:44:45.400977 2013] [cgi:trace4] [pid 1304:tid 1848] util_script.c(519): [client xxx.xxx.xxx.xxx:20395] Headers from script 'SOAP.exe':
[Fri Sep 27 18:44:45.400977 2013] [cgi:trace4] [pid 1304:tid 1848] util_script.c(522): [client xxx.xxx.xxx.xxx:20395]   Status: 200 OK
[Fri Sep 27 18:44:45.400977 2013] [cgi:trace1] [pid 1304:tid 1848] util_script.c(597): [client xxx.xxx.xxx.xxx:20395] Status line from script 'SOAP.exe': Status
[Fri Sep 27 18:44:45.400977 2013] [cgi:trace4] [pid 1304:tid 1848] util_script.c(522): [client xxx.xxx.xxx.xxx:20395]   Content-Version: MIME-Version: 1.0
[Fri Sep 27 18:44:45.400977 2013] [cgi:trace4] [pid 1304:tid 1848] util_script.c(522): [client xxx.xxx.xxx.xxx:20395]   Content-Type: multipart/related; boundary=MIME_boundaryB0R9532143182121; start="<http://www.borland.com/rootpart.xml>"
[Fri Sep 27 18:44:45.400977 2013] [cgi:trace4] [pid 1304:tid 1848] util_script.c(522): [client xxx.xxx.xxx.xxx:20395]   Content-Length: 4882
[Fri Sep 27 18:44:45.400977 2013] [cgi:trace4] [pid 1304:tid 1848] util_script.c(522): [client xxx.xxx.xxx.xxx:20395]   Content:
[Fri Sep 27 18:44:45.400977 2013] [http:trace3] [pid 1304:tid 1848] http_filters.c(960): [client xxx.xxx.xxx.xxx:20395] Response sent with status 200, headers:
[Fri Sep 27 18:44:45.400977 2013] [http:trace5] [pid 1304:tid 1848] http_filters.c(969): [client xxx.xxx.xxx.xxx:20395]   Date: Fri, 27 Sep 2013 16:44:45 GMT
[Fri Sep 27 18:44:45.400977 2013] [http:trace5] [pid 1304:tid 1848] http_filters.c(972): [client xxx.xxx.xxx.xxx:20395]   Server: Apache/2.4.2 (Win32) OpenSSL/1.0.1c PHP/5.4.4
[Fri Sep 27 18:44:45.400977 2013] [http:trace4] [pid 1304:tid 1848] http_filters.c(804): [client xxx.xxx.xxx.xxx:20395]   Content-Version: MIME-Version: 1.0
[Fri Sep 27 18:44:45.400977 2013] [http:trace4] [pid 1304:tid 1848] http_filters.c(804): [client xxx.xxx.xxx.xxx:20395]   Content: 
[Fri Sep 27 18:44:45.400977 2013] [http:trace4] [pid 1304:tid 1848] http_filters.c(804): [client xxx.xxx.xxx.xxx:20395]   Content-Length: 4882
[Fri Sep 27 18:44:45.400977 2013] [http:trace4] [pid 1304:tid 1848] http_filters.c(804): [client xxx.xxx.xxx.xxx:20395]   Connection: close
[Fri Sep 27 18:44:45.400977 2013] [http:trace4] [pid 1304:tid 1848] http_filters.c(804): [client xxx.xxx.xxx.xxx:20395]   Content-Type: multipart/related; boundary=MIME_boundaryB0R9532143182121; start=\\"<http://www.borland.com/rootpart.xml>\\"
[Fri Sep 27 18:44:45.400977 2013] [ssl:trace4] [pid 1304:tid 1848] ssl_engine_io.c(1439): [client xxx.xxx.xxx.xxx:20395] coalesce: have 0 bytes, adding 319 more
[Fri Sep 27 18:44:45.400977 2013] [core:trace6] [pid 1304:tid 1848] core_filters.c(527): [client xxx.xxx.xxx.xxx:20395] core_output_filter: flushing because of FLUSH bucket
[Fri Sep 27 18:44:45.432177 2013] [core:trace6] [pid 1304:tid 1848] core_filters.c(527): [client xxx.xxx.xxx.xxx:20395] core_output_filter: flushing because of FLUSH bucket
[Fri Sep 27 18:44:45.478978 2013] [core:trace6] [pid 1304:tid 1848] core_filters.c(527): [client xxx.xxx.xxx.xxx:20395] core_output_filter: flushing because of FLUSH bucket
[Fri Sep 27 18:44:45.478978 2013] [core:trace6] [pid 1304:tid 1848] core_filters.c(527): [client xxx.xxx.xxx.xxx:20395] core_output_filter: flushing because of FLUSH bucket
[Fri Sep 27 18:44:45.478978 2013] [ssl:debug] [pid 1304:tid 1848] ssl_engine_io.c(984): [client xxx.xxx.xxx.xxx:20395] AH01999: Connection closed to child 141 with unclean shutdown (server secure.mysite.com:443)
apache-2.2
  • 1 个回答
  • 1569 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve