Re: Auto-indexing of directory

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The exit signal 31 is a bit odd here. What mpm are you using? What modules are loaded (check with apachectl -M)? How large is that directory? Is it provided via NFS?

On Wed, Sep 26, 2018 at 6:32 AM Hemant Chaudhary <hemantdude.chaudhary@xxxxxxxxx> wrote:
Hi All,

I want to see the content of directory. I am able to access particular file of the directory but when I am accessing whole directory then my process is getting killed. Response is 200 for both the cases. But directory listing is not there.

my httpd.conf :
Alias /hemant/"/home/hemant_super/practi/buffer_test_42kb/apache2.4.29/icons/"
<Directory "/home/hemant_super/practi/buffer_test_42kb/apache-2.4.29/icons>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>

My error_log with trace 7:

[Wed Sep 26 09:56:33.552834 2018] [core:trace5] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\server\protocol.c(645): [client 15.213.82.149:51820] Request received from client: GET /hemant/ HTTP/1.1
[Wed Sep 26 09:56:33.553193 2018] [http:trace4] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\http\http_request.c(420): [client 15.213.82.149:51820] Headers received from client:
[Wed Sep 26 09:56:33.553291 2018] [http:trace4] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\http\http_request.c(424): [client 15.213.82.149:51820]   Host: 15.213.91.33:5020
[Wed Sep 26 09:56:33.553303 2018] [http:trace4] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\http\http_request.c(424): [client 15.213.82.149:51820]   Connection: keep-alive
[Wed Sep 26 09:56:33.553311 2018] [http:trace4] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\http\http_request.c(424): [client 15.213.82.149:51820]   Cache-Control: max-age=0
[Wed Sep 26 09:56:33.553319 2018] [http:trace4] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\http\http_request.c(424): [client 15.213.82.149:51820]   Upgrade-Insecure-Requests: 1
[Wed Sep 26 09:56:33.553327 2018] [http:trace4] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\http\http_request.c(424): [client 15.213.82.149:51820]   User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.79 Safari/537.36
[Wed Sep 26 09:56:33.553337 2018] [http:trace4] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\http\http_request.c(424): [client 15.213.82.149:51820]   Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
[Wed Sep 26 09:56:33.553345 2018] [http:trace4] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\http\http_request.c(424): [client 15.213.82.149:51820]   Accept-Encoding: gzip, deflate
[Wed Sep 26 09:56:33.553353 2018] [http:trace4] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\http\http_request.c(424): [client 15.213.82.149:51820]   Accept-Language: en-US,en;q=0.9
[Wed Sep 26 09:56:33.553533 2018] [authz_core:debug] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\aaa\mod_authz_core.c(809): [client 15.213.82.149:51820] AH01626: authorization result of Require all granted: granted
[Wed Sep 26 09:56:33.553545 2018] [authz_core:debug] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\aaa\mod_authz_core.c(809): [client 15.213.82.149:51820] AH01626: authorization result of <RequireAny>: granted
[Wed Sep 26 09:56:33.553554 2018] [core:trace3] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\server\request.c(304): [client 15.213.82.149:51820] request authorized without authentication by access_checker_ex hook: /hemant/
[Wed Sep 26 09:56:33.572607 2018] [http:trace3] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\http\http_filters.c(1128): [client 15.213.82.149:51820] Response sent with status 200, headers:
[Wed Sep 26 09:56:33.572623 2018] [http:trace5] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\http\http_filters.c(1135): [client 15.213.82.149:51820]   Date: Wed, 26 Sep 2018 09:56:33 GMT
[Wed Sep 26 09:56:33.572631 2018] [http:trace5] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\http\http_filters.c(1138): [client 15.213.82.149:51820]   Server: Apache/2.4.29 (Unix) OpenSSL/1.0.2d
[Wed Sep 26 09:56:33.572642 2018] [http:trace4] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\http\http_filters.c(957): [client 15.213.82.149:51820]   Keep-Alive: timeout=5, max=100
[Wed Sep 26 09:56:33.572658 2018] [http:trace4] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\http\http_filters.c(957): [client 15.213.82.149:51820]   Connection: Keep-Alive
[Wed Sep 26 09:56:33.572666 2018] [http:trace4] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\http\http_filters.c(957): [client 15.213.82.149:51820]   Transfer-Encoding: chunked
[Wed Sep 26 09:56:33.572674 2018] [http:trace4] [pid 385876011:tid 577197150216519684] \home\apache29\apache-2.4.29\httpd-2.4.29\modules\http\http_filters.c(957): [client 15.213.82.149:51820]   Content-Type: text/html;charset=ISO-8859-1
[Wed Sep 26 09:56:34.470250 2018] [core:notice] [pid 1761607686:tid 7857357344764657668] AH00052: child pid 385876011 exit signal signal #31 (31)
[Wed Sep 26 09:56:34.470299 2018] [core:trace4] [pid 1761607686:tid 7857357344764657668] \home\apache29\apache-2.4.29\httpd-2.4.29\server\mpm_common.c(533): mpm child 385876011 (gen 0/slot 0) exited
[Wed Sep 26 09:56:35.475231 2018] [core:trace4] [pid 1761607686:tid 7857357344764657668] \home\apache29\apache-2.4.29\httpd-2.4.29\server\mpm_common.c(533): mpm child 402653227 (gen 0/slot 0) started


What is the reason for this issue??
Thanks
Hemant

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux