Code: Select all
[ebuild R ] net-www/apache-2.0.54-r14 +apache2 -debug -doc -ldap -mpm-leader -mpm-peruser +mpm-prefork -mpm-threadpool -mpm-worker -no-suexec (-selinux) +ssl -static-modules -threads 0 kB
[ebuild R ] dev-lang/php-5.0.4 -adabas -apache +apache2 -bcmath -berkdb -birdstep +bzip2 -calendar -cdb +cgi +cli +crypt -ctype +curl -curlwrappers -db2 -dba -dbase -dbm -dbmaker -debug -discard-path -doc -empress -empress-bcs -esoob +exif -fdftk -filepro -firebird -flatfile -force-cgi-redirect -frontbase +ftp +gd -gd-external -gdbm -gmp -hardenedphp -hyperwave-api -iconv +imap -informix -inifile -interbase -iodbc -ipv6 -java-external +jpeg -kerberos -ldap -libedit -mcve -memlimit -mhash -ming -msql -mssql +mysql +mysqli +ncurses +nls -oci8 -odbc -oracle7 -ovrimos -pcntl +pcre -pdo-external -pear -pfpro +png -posix -postgres -qdbm +readline -recode -sapdb -sasl +session -sharedext -sharedmem +simplexml -snmp +soap +sockets -solid +spell +spl -sqlite +ssl -sybase -sybase-ct -sysvipc -threads -tidy -tiff -tokenizer +truetype -wddx +xml2 -xmlrpc -xpm +xsl -yaz -zip +zlib 0 kB
[ebuild R ] www-apache/mod_suphp-0.6.0 -checkpath -mode-force -mode-owner +mode-paranoid 0 kBCode: Select all
<IfDefine SUPHP>
<IfModule !mod_suphp.c>
LoadModule suphp_module modules/mod_suphp.so
</IfModule>
<IfModule mod_mime.c>
AddType application/x-httpd-php .php
AddType application/x-suphp-cgi .cgi .pl
</IfModule>
AddHandler x-httpd-php .php
AddHandler x-suphp-cgi .cgi .pl
suPHP_Engine on
<Location />
SuPHP_AddHandler x-httpd-php
SuPHP_AddHandler x-suphp-cgi
</Location>
# if you're using owner mode comment the following line
SuPHP_UserGroup apache apache
AddDirectoryIndex index.php index.php5 index.php4 index.php3 index.phtml
</IfDefine>Code: Select all
[Thu Sep 08 13:51:08 2005] [notice] child pid 24731 exit signal Segmentation fault (11)Code: Select all
[global]
;Path to logfile
logfile=/var/log/apache2/suphp_log
;Loglevel
loglevel=info
;User Apache is running as
webserver_user=apache
;Path all scripts have to be in
docroot=/
; Security options
allow_file_group_writeable=false
allow_file_others_writeable=false
allow_directory_group_writeable=false
allow_directory_others_writeable=false
;Check wheter script is within DOCUMENT_ROOT
check_vhost_docroot=false
;Send minor error messages to browser
errors_to_browser=true
;PATH environment variable
env_path=/bin:/usr/bin
;Umask to set, specify in octal notation
umask=0077
; Minimum UID
min_uid=81
; Minimum GID
min_gid=81
[handlers]
;Handler for php-scripts
x-httpd-php=php:/usr/bin/php-cgi
;Handler for CGI-scripts
x-suphp-cgi=execute:!selfCode: Select all
PHP 5.0.4 (cgi-fcgi) (built: Sep 8 2005 08:57:54)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.4-dev, Copyright (c) 1998-2004 Zend Technologies