Debian Bug report logs - #601602
libapache2-mod-php5: php in userdir broken (even with conf comment) - wordpress broken

version graph

Package: libapache2-mod-php5; Maintainer for libapache2-mod-php5 is (unknown);

Reported by: Mark Hedges <hedges@scriptdolphin.org>

Date: Wed, 27 Oct 2010 18:27:05 UTC

Severity: normal

Found in version php5/5.3.2-2

Fixed in version 5.3.3-7

Done: Ondřej Surý <ondrej@sury.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#601602; Package libapache2-mod-php5. (Wed, 27 Oct 2010 18:27:08 GMT) (full text, mbox, link).


Acknowledgement sent to Mark Hedges <hedges@scriptdolphin.org>:
New Bug report received and forwarded. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Wed, 27 Oct 2010 18:27:08 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Mark Hedges <hedges@scriptdolphin.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: libapache2-mod-php5: php in userdir broken (even with conf comment) - wordpress broken
Date: Wed, 27 Oct 2010 11:25:02 -0700
Package: libapache2-mod-php5
Version: 5.3.2-2
Severity: normal


I just upgraded my server from Lenny to Squeeze.  I had been using
wordpress from Squeeze before with everything else from Lenny, and
that was working in a userdir.  Now wordpress does not work in the
userdir, but it still works fine in a normal site.

I followed the instructions in mods-available/php5.conf to comment
out the lines that turn it off in userdir directories, but no luck.

Below are the working and the non-working config.  (They both use 
symlinks to link the directory 'blog' to /usr/share/wordpress.)

I also tried adding 'AddType application/x-httpd-php .php .phtml .php3'
but that didn't help.

In the userdir, it downloads the text of /usr/share/wordpress/index.php.

WORKING:

 <Virtualhost ....>
 # ...
    <Directory /var/www/domainsite/html>
        Options FollowSymLinks Indexes MultiViews Includes IncludesNOEXEC
        AllowOverride Limit Options FileInfo
        DirectoryIndex index.html index.php
        Order allow,deny
        allow from all

        # rewrite wp-uploads to a directory in homedir
        RewriteEngine On
        RewriteRule ^(.*?)blog/wp-uploads/(.*)$ /var/www/domainsite/wp-uploads/$2 [PT]

        RewriteBase /blog/
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule . /blog/index.php [L]
    </Directory>
 # ... works fine in a regular virtualhost
 </VirtualHost>

NOT WORKING:

<IfModule mod_userdir.c>
    UserDir public_html
    UserDir disabled root
    UserDir disabled
    UserDir enabled thisuser
</IfModule>


#
<VirtualHost 1.2.3.4:80>
    ServerAdmin me@mydomain.com
    ServerName userdir_domain.com
    ServerAlias www.userdir_domain.com
    
    DocumentRoot /var/www/userdir_domain
    <Directory />
        Options FollowSymLinks
        AllowOverride None
    </Directory>
    <Directory /var/www/userdir_domain/>
        Options Indexes MultiViews Includes IncludesNOEXEC
        AllowOverride None
        Order allow,deny
        allow from all
    </Directory>

    ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/userdir_domain/
    <Directory "/usr/lib/cgi-bin/userdir_domain">
        AllowOverride None
        Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
        Order allow,deny
        Allow from all
    </Directory>

    ErrorLog /var/log/apache2/error.log

    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn

    CustomLog /var/log/apache2/access.log combined
    ServerSignature On

    Alias /yui/ "/usr/share/yui/html/"
    <Directory "/usr/share/yui/html/">
        Options None
        AllowOverride None
    </Directory>

    Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
      # Order deny,allow
      # Deny from all
      # Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>

  # <Files *.cgi>
  #     SetHandler cgi-script
  # </Files>

    <Directory /home/thisuser/public_html> 
      # AllowOverride FileInfo AuthConfig Limit Indexes
      # Options Indexes +ExecCGI MultiViews Includes SymLinksIfOwnerMatch
        AllowOverride FileInfo AuthConfig Limit Indexes
        Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec FollowSymLinks +Includes

        # these were the only options/overrides before and they worked fine:
        #Options FollowSymLinks
        #AllowOverride Limit Options FileInfo

        DirectoryIndex index.php index.html
        Order allow,deny
        Allow from all

        # rewrite wp-uploads to a directory in homedir
        RewriteEngine On
        RewriteRule ^(.*?)blog/wp-uploads/(.*)$ /~thisuser/wp-uploads/$2 [PT]

        RewriteBase /~thisuser/blog/
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule . /~thisuser/blog/index.php [L,PT]
    </Directory>

</VirtualHost>



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.32.16-linode28 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libapache2-mod-php5 depends on:
ii  apache2-mpm-prefork    2.2.16-3          Apache HTTP Server - traditional n
ii  apache2.2-common       2.2.16-3          Apache HTTP Server common files
ii  libbz2-1.0             1.0.5-6           high-quality block-sorting file co
ii  libc6                  2.11.2-6+squeeze1 Embedded GNU C Library: Shared lib
ii  libcomerr2             1.41.12-2         common error description library
ii  libdb4.8               4.8.30-2          Berkeley v4.8 Database Libraries [
ii  libgssapi-krb5-2       1.8.3+dfsg-2      MIT Kerberos runtime libraries - k
ii  libk5crypto3           1.8.3+dfsg-2      MIT Kerberos runtime libraries - C
ii  libkrb5-3              1.8.3+dfsg-2      MIT Kerberos runtime libraries
ii  libmagic1              5.04-5            File type determination library us
ii  libonig2               5.9.1-1           Oniguruma regular expressions libr
ii  libpcre3               8.02-1.1          Perl 5 Compatible Regular Expressi
ii  libqdbm14              1.8.77-3.1        QDBM Database Libraries [runtime]
ii  libssl0.9.8            0.9.8o-2          SSL shared libraries
ii  libxml2                2.7.7.dfsg-4      GNOME XML library
ii  mime-support           3.48-1            MIME files 'mime.types' & 'mailcap
ii  php5-common            5.3.2-2           Common files for packages built fr
ii  tzdata                 2010l-1           time zone and daylight-saving time
ii  ucf                    3.0025+nmu1       Update Configuration File: preserv
ii  zlib1g                 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages libapache2-mod-php5 recommends:
ii  php5-cli                      5.3.2-2    command-line interpreter for the p

Versions of packages libapache2-mod-php5 suggests:
pn  php-pear                      <none>     (no description available)

-- Configuration Files:
/etc/apache2/mods-available/php5.conf changed:
<IfModule mod_php5.c>
    <FilesMatch "\.ph(p3?|tml)$">
	SetHandler application/x-httpd-php
    </FilesMatch>
    <FilesMatch "\.phps$">
	SetHandler application/x-httpd-php-source
    </FilesMatch>
    # To re-enable php in user directories comment the following lines
    # (from <IfModule ...> to </IfModule>.) Do NOT set it to On as it
    # prevents .htaccess files from disabling it.
  # <IfModule mod_userdir.c>
  #     <Directory /home/*/public_html>
  #         php_admin_value engine Off
  #     </Directory>
  # </IfModule>
</IfModule>


-- no debconf information




Information forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#601602; Package libapache2-mod-php5. (Wed, 27 Oct 2010 21:12:02 GMT) (full text, mbox, link).


Acknowledgement sent to Mark Hedges <hedges@formdata.biz>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Wed, 27 Oct 2010 21:12:02 GMT) (full text, mbox, link).


Message #10 received at 601602@bugs.debian.org (full text, mbox, reply):

From: Mark Hedges <hedges@formdata.biz>
To: 601602@bugs.debian.org
Subject: worked around by moving to a regular setup, but userdir php still broken
Date: Wed, 27 Oct 2010 14:08:16 -0700 (PDT)
I worked around the problem by dumping the database,
mass-editing the url, reloading the database and putting the
symlink under the regular docroot, and using a RedirectMatch
to keep old offsite links and indexes working.  I had only
set it up in a userdir because I had tried putting a Ruby
blog there before for reduced permissions, then later
realized that didn't matter for PHP.

So, I don't have any immediate problem anymore, but FYI
userdir php seems to be broken.

Mark




Information forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#601602; Package libapache2-mod-php5. (Sun, 06 Feb 2011 14:30:06 GMT) (full text, mbox, link).


Acknowledgement sent to Björn Boschman <Bjoern@boschman.de>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Sun, 06 Feb 2011 14:30:06 GMT) (full text, mbox, link).


Message #15 received at 601602@bugs.debian.org (full text, mbox, reply):

From: Björn Boschman <Bjoern@boschman.de>
To: 601602@bugs.debian.org
Subject: still broken?!!
Date: Sun, 06 Feb 2011 15:18:50 +0100
Hi,

I just dist an dist-upgrade to squeeze and this still seems to be broken
Symlinking my homedir to docroot works fine.

In my eyes this should have been marked as a RC-Bug?

B




Information forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#601602; Package libapache2-mod-php5. (Sun, 06 Feb 2011 18:24:06 GMT) (full text, mbox, link).


Acknowledgement sent to Raphael Geissert <geissert@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Sun, 06 Feb 2011 18:24:06 GMT) (full text, mbox, link).


Message #20 received at 601602@bugs.debian.org (full text, mbox, reply):

From: Raphael Geissert <geissert@debian.org>
To: Björn Boschman <Bjoern@boschman.de>, 601602@bugs.debian.org
Subject: Re: [php-maint] Bug#601602: still broken?!!
Date: Sun, 6 Feb 2011 12:22:26 -0600
On Sunday 06 February 2011 08:18:50 Björn Boschman wrote:
> Hi,
> 
> I just dist an dist-upgrade to squeeze and this still seems to be broken
> Symlinking my homedir to docroot works fine.
> 
> In my eyes this should have been marked as a RC-Bug?

No. If you commented the lines from php.conf, reloaded apache and still have 
issues then it's a configuration problem elsewhere.

The report should probably be closed too.

Regards,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net




Information forwarded to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#601602; Package libapache2-mod-php5. (Sun, 06 Feb 2011 19:12:04 GMT) (full text, mbox, link).


Acknowledgement sent to Björn Boschman <bjoern@boschman.de>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>. (Sun, 06 Feb 2011 19:12:04 GMT) (full text, mbox, link).


Message #25 received at 601602@bugs.debian.org (full text, mbox, reply):

From: Björn Boschman <bjoern@boschman.de>
To: Raphael Geissert <geissert@debian.org>
Cc: 601602@bugs.debian.org
Subject: Re: [php-maint] Bug#601602: still broken?!!
Date: Sun, 06 Feb 2011 20:09:28 +0100
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> No. If you commented the lines from php.conf, reloaded apache and still have 
> issues then it's a configuration problem elsewhere.
> 
> The report should probably be closed too.

indeed - I haven't read NEWS.Debian. my fault

B
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk1O8egACgkQABMWRpwdNumWmwCfWtMLz1F1Ih0pnZSogT8HF/Uh
qdIAn24rHBZYVaqYrVYD1N2lXOzECwEr
=YvP2
-----END PGP SIGNATURE-----




Reply sent to Ondřej Surý <ondrej@sury.org>:
You have taken responsibility. (Wed, 27 Apr 2011 08:34:55 GMT) (full text, mbox, link).


Notification sent to Mark Hedges <hedges@scriptdolphin.org>:
Bug acknowledged by developer. (Wed, 27 Apr 2011 08:34:56 GMT) (full text, mbox, link).


Message #30 received at 601602-done@bugs.debian.org (full text, mbox, reply):

From: Ondřej Surý <ondrej@sury.org>
To: 465081-done@bugs.debian.org, 537794-done@bugs.debian.org, 553048-done@bugs.debian.org, 574610-done@bugs.debian.org, 584885-done@bugs.debian.org, 584957-done@bugs.debian.org, 594613-done@bugs.debian.org, 493045-done@bugs.debian.org, 549492-done@bugs.debian.org, 450581-done@bugs.debian.org, 502174-done@bugs.debian.org, 543177-done@bugs.debian.org, 547134-done@bugs.debian.org, 552089-done@bugs.debian.org, 556523-done@bugs.debian.org, 559273-done@bugs.debian.org, 576147-done@bugs.debian.org, 578754-done@bugs.debian.org, 601602-done@bugs.debian.org, 609355-done@bugs.debian.org, 419649-done@bugs.debian.org, 442063-done@bugs.debian.org, 500567-done@bugs.debian.org, 513429-done@bugs.debian.org, 528600-done@bugs.debian.org, 597650-done@bugs.debian.org, 603641-done@bugs.debian.org, 405067-done@bugs.debian.org, 430397-done@bugs.debian.org, 440775-done@bugs.debian.org, 591759-done@bugs.debian.org, 565387-done@bugs.debian.org, 507762-done@bugs.debian.org, 529278-done@bugs.debian.org, 556459-done@bugs.debian.org
Subject: Closing segfaults (and some other minor bugs) for version older than squeeze (5.3.3)
Date: Wed, 27 Apr 2011 10:28:24 +0200
Version: 5.3.3-7

Hi,

since lenny is oldstable it will not get any updates now (except
security)[1], I am closing all segfault bugs filled against php5 in
lenny. (This is kind of saying that we don't care much about php5 in
lenny anymore).

If you believe the bug is still there, please provide evidence[2] and
a (preferably complete) test case with up-to-date squeeze (and/or
testing or unstable) version of php5 and reopen the bug.

O.
1. http://wiki.debian.org/PHP#Notes_on_PHP_and_security
2. Install php5-dbg and provide backtrace:
http://bugs.php.net/bugs-generating-backtrace.php
-- 
Ondřej Surý <ondrej@sury.org>




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Thu, 26 May 2011 07:31:12 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sun Jul 2 01:13:50 2023; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.