[rt-users] Segmentation Fault (11)
Chuck Pitre
chuck at vianet.ca
Sun Oct 20 15:42:47 EDT 2002
My httpd child processes are segfaulting when I attempt to reach
http://noc.vianet.ca/rt2
My browser (Mozilla) opens a window saying "Document Contains No Data [...]"
I've attached the output of an strace I ran on one of the child processes
Here's my apache virthost config:
<VirtualHost *>
ServerAdmin noc at vianet.ca
DocumentRoot /export/webroot/www/noc.vianet.ca
ServerName noc.vianet.ca
AddHandler cgi-script .pl
AddHandler cgi-script .cgi
AddType application/x-httpd-php .php
# Added by Chuck Oct20/02
PerlModule Apache::DBI
PerlFreshRestart On
#
<Directory /export/webroot/www/noc.vianet.ca>
Options -Indexes FollowSymLinks Includes ExecCGI
AllowOverride AuthConfig
</Directory>
# Added by Chuck Oct20/02
<Directory /export/webroot/www/rt.vianet.ca>
Options -All
AllowOverride None
</Directory>
Alias /rt2/ /export/webroot/www/rt.vianet.ca/rt2/WebRT/html/
PerlRequire /export/webroot/www/rt.vianet.ca/rt2/bin/webmux.pl
<Location /rt2>
SetHandler perl-script
PerlHandler RT::Mason
</Location>
#
<Location /admin/server-status>
SetHandler server-status
</Location>
<Location /admin/server-info>
SetHandler server-info
</Location>
<LocationMatch ^/?(index.cgi|/images/vianet.gif)?$>
Allow from ALL
Satisfy Any
</LocationMatch>
ErrorLog /export/webroot/weblogs/noc.vianet.ca-error.log
CustomLog /export/webroot/weblogs/noc.vianet.ca-access.log combined
</VirtualHost>
noc:/etc/httpd# uname -a
Linux noc 2.4.18 #4 Fri Jun 28 09:38:03 EDT 2002 i686 unknown
noc:/etc/httpd#
noc:/etc/httpd# dpkg -l perl\* |grep ii
ii perl 5.6.1-7 Larry Wall's Practical Extraction and
Report
ii perl-base 5.6.1-7 The Pathologically Eclectic Rubbish
Lister.
ii perl-doc 5.6.1-7 Perl documentation.
ii perl-modules 5.6.1-7 Core Perl modules.
noc:/etc/httpd#
any ideas?
--
Chuck Pitre
ViaNet Internet Solutions Inc.
Network Operations
(705) 675-0400 tel ex 231
(705) 675-0404 fax
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: strace.txt
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20021020/8117ec2c/attachment.txt>
More information about the rt-users
mailing list