Re: Processed: Re: Bug#279690: apache-ssl: Segmentation fault when accessing any pages

2005-06-27 Thread Christian Weckmann



I have this problem too

But I didn't solve it with 
module_config...

By the Way... where ist the module_config 
file?


Bug#279690: apache-ssl: Segmentation fault when accessing any pages

2004-11-12 Thread Giacomo A. Catenazzi
Fabio Massimo Di Nitto wrote:
Can you please attach the configuration files? What modules are you using?
Fabio
## File httpd.conf #
cat httpd.conf | grep -v '^#' | grep '[A-Za-z0-9]'
ServerType standalone
ServerRoot /etc/apache-ssl
LockFile /var/lock/apache-ssl.lock
PidFile /var/run/apache-ssl.pid
ScoreBoardFile /var/run/apache-ssl.scoreboard
Timeout 120
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
MinSpareServers 2
MaxSpareServers 6
StartServers 3
MaxClients 150
MaxRequestsPerChild 100
Listen 443
Include /etc/apache-ssl/modules.conf
IfModule mod_status.c
  ExtendedStatus On
/IfModule
Port 443
User www-data
Group www-data
ServerAdmin [EMAIL PROTECTED]
ServerName www.pixelized.ch
DocumentRoot /home/www.pixelized.ch
Directory /
Options SymLinksIfOwnerMatch
AllowOverride None
/Directory
Directory /var/www/
Options Indexes Includes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
/Directory
Directory /home/www.pixelized.ch/
Options Indexes Includes FollowSymLinks MultiViews
# This controls which options the .htaccess files in directories can
# override. Can also be All, or any combination of Options, 
FileInfo,
# AuthConfig, and Limit
AllowOverride None
# Controls who can get stuff from this server.
Order allow,deny
Allow from all
/Directory
IfModule mod_userdir.c
UserDir public_html
Directory /home/*/public_html
AllowOverride FileInfo AuthConfig Limit
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
Limit GET POST OPTIONS PROPFIND
Order allow,deny
Allow from all
/Limit
Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK
Order deny,allow
Deny from all
/Limit
/Directory
/IfModule
IfModule mod_dir.c
DirectoryIndex index.html index.htm index.shtml index.cgi index.php
/IfModule
AccessFileName .htaccess
Files ~ ^\.ht
Order allow,deny
Deny from all
/Files
UseCanonicalName Off
TypesConfig /etc/mime.types
DefaultType text/plain
IfModule mod_mime_magic.c
MIMEMagicFile /usr/share/misc/file/magic.mime
/IfModule
HostnameLookups Off
ErrorLog /var/log/apache-ssl/error.log
LogLevel warn
LogFormat %h %l %u %t \%r\ %s %b \%{Referer}i\ \%{User-Agent}i\ 
\%{forensic-
id}n\ %T %v full
LogFormat %h %l %u %t \%r\ %s %b \%{Referer}i\ \%{User-Agent}i\ 
\%{forensic-
id}n\ %P %T debug
LogFormat %h %l %u %t \%r\ %s %b \%{Referer}i\ \%{User-Agent}i\ 
\%{forensic-
id}n\ combined
LogFormat %h %l %u %t \%r\ %s %b \%{forensic-id}n\ forensic
LogFormat %h %l %u %t \%r\ %s %b common
LogFormat %{Referer}i - %U referer
LogFormat %{User-agent}i agent
CustomLog /var/log/apache-ssl/access.log combined
IfModule mod_log_forensic.c
 ForensicLog /var/log/apache-ssl/forensic.log
/IfModule
IfModule mod_backtrace.c
 EnableExceptionHook On
 # Backtrace logs are written to error.log but optionally they can be
 # redirected to a different file.
 # BacktraceLog /var/log/apache-ssl/backtrace.log
/IfModule
IfModule mod_whatkilledus.c
 EnableExceptionHook On
 # Whatkilledus logs are written to error.log but optionally they can be
 # redirected to a different file.
 # WhatKilledUsLog /var/log/apache-ssl/whatkilledus.log
/IfModule
ServerSignature On
IfModule mod_alias.c
Alias /icons/ /usr/share/apache/icons/
Directory /usr/share/apache/icons
 Options Indexes MultiViews
 AllowOverride None
 Order allow,deny
 Allow from all
/Directory
Alias /images/ /usr/share/images/
Directory /usr/share/images
 Options MultiViews
 AllowOverride None
 Order allow,deny
 Allow from all
/Directory
/IfModule
IfModule mod_alias.c
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
Directory /usr/lib/cgi-bin/
AllowOverride None
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
/Directory
/IfModule
IfModule mod_autoindex.c
# FancyIndexing: whether you want fancy directory indexing or standard
IndexOptions FancyIndexing NameWidth=*
# AddIcon* directives tell the server which icon to show for different
# files or filename extensions.  These are only displayed for
# FancyIndexed directories.
AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
AddIconByType (TXT,/icons/text.gif) text/*
AddIconByType (IMG,/icons/image2.gif) image/*
AddIconByType (SND,/icons/sound2.gif) audio/*
AddIconByType (VID,/icons/movie.gif) video/*
AddIcon /icons/binary.gif .bin .exe
AddIcon /icons/binhex.gif .hqx
AddIcon /icons/tar.gif .tar
AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
AddIcon /icons/a.gif .ps .ai .eps
AddIcon /icons/layout.gif .html .shtml .htm .pdf
AddIcon /icons/text.gif .txt
AddIcon /icons/c.gif .c
AddIcon /icons/p.gif .pl .py
AddIcon 

Bug#279690: apache-ssl: Segmentation fault when accessing any pages

2004-11-12 Thread Fabio Massimo Di Nitto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Giacomo A. Catenazzi wrote:
| Fabio Massimo Di Nitto wrote:
|
|
| Can you please attach the configuration files? What modules are you
| using?
|
| Fabio
|
|
| SSLNoV2
|
Can you please try to comment this out?
Thanks
Fabio
- --
Self-Service law:
The last available dish of the food you have decided to eat, will be
inevitably taken from the person in front of you.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFBlHtOhCzbekR3nhgRAoDWAJ9US21RfJl5t9mT7x/6ZBNnc0aGZQCfdsA7
ZytpsZW9LFE8XTzjkc0sV2E=
=AnFJ
-END PGP SIGNATURE-



Bug#279690: apache-ssl: Segmentation fault when accessing any pages

2004-11-12 Thread Giacomo A. Catenazzi
with:
#SSLNoV2
[Fri Nov 12 10:04:17 2004] /usr/lib/apache-ssl/gcache started
[Fri Nov 12 10:04:17 2004] /usr/lib/apache-ssl/gcache started
[Fri Nov 12 10:04:17 2004] [notice] Apache/1.3.31 Ben-SSL/1.55 (Debian 
GNU/Linux) mod
_perl/1.29 configured -- resuming normal operations
[Fri Nov 12 10:04:17 2004] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Fri Nov 12 10:04:22 2004] [notice] child pid 5802 exit signal 
Segmentation fault (11)
[Fri Nov 12 10:04:22 2004] [notice] child pid 5801 exit signal 
Segmentation fault (11)
[Fri Nov 12 10:04:22 2004] [notice] child pid 5800 exit signal 
Segmentation fault (11)
[Fri Nov 12 10:04:23 2004] [notice] child pid 5806 exit signal 
Segmentation fault (11)
[Fri Nov 12 10:04:24 2004] [notice] child pid 5815 exit signal 
Segmentation fault (11)
[Fri Nov 12 10:04:24 2004] [notice] child pid 5810 exit signal 
Segmentation fault (11)
[Fri Nov 12 10:04:24 2004] [notice] child pid 5809 exit signal 
Segmentation fault (11)
[Fri Nov 12 10:04:25 2004] [notice] child pid 5817 exit signal 
Segmentation fault (11)
[Fri Nov 12 10:04:25 2004] [notice] child pid 5816 exit signal 
Segmentation fault (11)

Fabio Massimo Di Nitto wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Giacomo A. Catenazzi wrote:
| Fabio Massimo Di Nitto wrote:
|
|
| Can you please attach the configuration files? What modules are you
| using?
|
| Fabio
|
|
| SSLNoV2
|
Can you please try to comment this out?
Thanks
Fabio




Bug#279690: apache-ssl: Segmentation fault when accessing any pages

2004-11-04 Thread Giacomo Catenazzi
Package: apache-ssl
Version: 1.3.31-7
Severity: important
Tags: security

Just installed apache-ssl and made some changes to configuration.
Now:
[Thu Nov  4 08:52:51 2004] /usr/lib/apache-ssl/gcache started
[Thu Nov  4 08:52:51 2004] [notice] Apache/1.3.31 Ben-SSL/1.55 (Debian
GNU/Linux) mod_perl/1.29 configured -- resumin
g normal operations
[Thu Nov  4 08:52:51 2004] [notice] Accept mutex: sysvsem (Default:
sysvsem)
[Thu Nov  4 08:52:57 2004] [notice] child pid 15492 exit signal
Segmentation fault (11)
[Thu Nov  4 08:52:57 2004] [notice] child pid 15491 exit signal
Segmentation fault (11)
[Thu Nov  4 08:53:01 2004] [notice] child pid 15493 exit signal
Segmentation fault (11)
[Thu Nov  4 08:53:13 2004] [notice] child pid 15532 exit signal
Segmentation fault (11)

Every time I try to access a page, I have some segfaults to one
of the child processes.

ciao
cate


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=C, LC_CTYPE=C

Versions of packages apache-ssl depends on:
ii  apache-common   1.3.31-7 Support files for all Apache webse
ii  debconf 1.4.30.8 Debian configuration management sy
ii  dpkg1.10.23  Package maintenance system for Deb
ii  libc6   2.3.2.ds1-18 GNU C Library: Shared libraries an
ii  libdb4.24.2.52-17Berkeley v4.2 Database Libraries [
ii  libexpat1   1.95.8-1 XML parsing C library - runtime li
ii  libmagic1   4.09-1   File type determination library us
ii  libssl0.9.7 0.9.7d-5 SSL shared libraries
ii  logrotate   3.7-2Log rotation utility
ii  mime-support3.28-1   MIME files 'mime.types'  'mailcap
ii  openssl 0.9.7d-5 Secure Socket Layer (SSL) binary a
ii  perl5.8.4-3  Larry Wall's Practical Extraction 
ii  ssl-cert1.0-10   Simple debconf wrapper for openssl

-- debconf information:
* apache-ssl/server-admin: [EMAIL PROTECTED]
* apache-ssl/enable-suexec: false
* apache-ssl/init: true
* apache-ssl/server-name: adm.pixelized.ch
* apache-ssl/document-root: /home/www.pixelized.ch




Processed: Re: Bug#279690: apache-ssl: Segmentation fault when accessing any pages

2004-11-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 279690 - security
Bug#279690: apache-ssl: Segmentation fault when accessing any pages
Tags were: security
Tags removed: security

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)