Your message dated Tue, 24 Mar 2020 03:54:36 +0000
with message-id <e1jgaec-0001il...@fasolo.debian.org>
and subject line Bug#954779: Removed package(s) from unstable
has caused the Debian Bug report #914699,
regarding php7.3-fpm.conf
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
914699: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914699
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: php7.3-fpm
Version: 7.3.0~rc5-2
Severity: normal

Dear Maintainer,

Some questions about this file.

> # Deny access to raw php sources by default

Shouldn't this cover phar and phtml as well?
What does this cover? A failure of the handler?

Cause if proxy_fcgi_module or this conf file aren't present, like after just 
installing apache2, .php files are server raw as-is.

> <FilesMatch ".+\.phps$">

Is this different from ".\.phps$"?

And why the special case for files without basename?

Gr,

Olaf


# Redirect to local php-fpm if mod_php is not available
<IfModule !mod_php7.c>
<IfModule proxy_fcgi_module>
    # Enable http authorization headers
    <IfModule setenvif_module>
    SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1
    </IfModule>

    <FilesMatch ".+\.ph(ar|p|tml)$">
        SetHandler "proxy:unix:/run/php/php7.3-fpm.sock|fcgi://localhost"
    </FilesMatch>
    <FilesMatch ".+\.phps$">
        # Deny access to raw php sources by default
        # To re-enable it's recommended to enable access to the files
        # only in specific virtual host or directory
        Require all denied
    </FilesMatch>
    # Deny access to files without filename (e.g. '.php')
    <FilesMatch "^\.ph(ar|p|ps|tml)$">
        Require all denied
    </FilesMatch>
</IfModule>
</IfModule>

-- Package-specific info:
==== Additional PHP 7.3 information ====

++++ PHP 7.3 SAPI (php7.3query -S): ++++

++++ PHP 7.3 Extensions (php7.3query -M -v): ++++

++++ Configuration files: ++++
[PHP]
engine = On
short_open_tag = Off
precision = 14
output_buffering = 4096
zlib.output_compression = Off
implicit_flush = Off
unserialize_callback_func =
serialize_precision = -1
disable_functions = 
pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
disable_classes =
zend.enable_gc = On
expose_php = Off
max_execution_time = 30
max_input_time = 60
memory_limit = 128M
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
display_errors = Off
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
html_errors = On
variables_order = "GPCS"
request_order = "GP"
register_argc_argv = Off
auto_globals_jit = On
post_max_size = 8M
auto_prepend_file =
auto_append_file =
default_mimetype = "text/html"
default_charset = "UTF-8"
doc_root =
user_dir =
enable_dl = Off
file_uploads = On
upload_max_filesize = 2M
max_file_uploads = 20
allow_url_fopen = On
allow_url_include = Off
default_socket_timeout = 60
[CLI Server]
cli_server.color = On
[Date]
[filter]
[iconv]
[intl]
[sqlite3]
[Pcre]
[Pdo]
[Pdo_mysql]
pdo_mysql.default_socket=
[Phar]
[mail function]
SMTP = localhost
smtp_port = 25
mail.add_x_header = Off
[ODBC]
odbc.allow_persistent = On
odbc.check_persistent = On
odbc.max_persistent = -1
odbc.max_links = -1
odbc.defaultlrl = 4096
odbc.defaultbinmode = 1
[Interbase]
ibase.allow_persistent = 1
ibase.max_persistent = -1
ibase.max_links = -1
ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
ibase.dateformat = "%Y-%m-%d"
ibase.timeformat = "%H:%M:%S"
[MySQLi]
mysqli.max_persistent = -1
mysqli.allow_persistent = On
mysqli.max_links = -1
mysqli.default_port = 3306
mysqli.default_socket =
mysqli.default_host =
mysqli.default_user =
mysqli.default_pw =
mysqli.reconnect = Off
[mysqlnd]
mysqlnd.collect_statistics = On
mysqlnd.collect_memory_statistics = Off
[OCI8]
[PostgreSQL]
pgsql.allow_persistent = On
pgsql.auto_reset_persistent = Off
pgsql.max_persistent = -1
pgsql.max_links = -1
pgsql.ignore_notice = 0
pgsql.log_notice = 0
[bcmath]
bcmath.scale = 0
[browscap]
[Session]
session.save_handler = files
session.use_strict_mode = 0
session.use_cookies = 1
session.use_only_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.cookie_httponly =
session.cookie_samesite =
session.serialize_handler = php
session.gc_probability = 0
session.gc_divisor = 1000
session.gc_maxlifetime = 1440
session.referer_check =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.sid_length = 26
session.trans_sid_tags = "a=href,area=href,frame=src,form="
session.sid_bits_per_character = 5
[Assertion]
zend.assertions = -1
[COM]
[mbstring]
[gd]
[exif]
[Tidy]
tidy.clean_output = Off
[soap]
soap.wsdl_cache_enabled=1
soap.wsdl_cache_dir="/tmp"
soap.wsdl_cache_ttl=86400
soap.wsdl_cache_limit = 5
[sysvshm]
[ldap]
ldap.max_links = -1
[dba]
[opcache]
[curl]
[openssl]

**** /etc/php/7.3/fpm/conf.d/20-sysvshm.ini ****
extension=sysvshm.so

**** /etc/php/7.3/fpm/conf.d/10-mysqlnd.ini ****
extension=mysqlnd.so

**** /etc/php/7.3/fpm/conf.d/20-zip.ini ****
extension=zip.so

**** /etc/php/7.3/fpm/conf.d/10-opcache.ini ****
zend_extension=opcache.so

**** /etc/php/7.3/fpm/conf.d/20-pdo_mysql.ini ****
extension=pdo_mysql.so

**** /etc/php/7.3/fpm/conf.d/20-simplexml.ini ****
extension=simplexml.so

**** /etc/php/7.3/fpm/conf.d/20-mbstring.ini ****
extension=mbstring.so

**** /etc/php/7.3/fpm/conf.d/20-readline.ini ****
extension=readline.so

**** /etc/php/7.3/fpm/conf.d/20-pgsql.ini ****
extension=pgsql.so

**** /etc/php/7.3/fpm/conf.d/20-gettext.ini ****
extension=gettext.so

**** /etc/php/7.3/fpm/conf.d/20-ctype.ini ****
extension=ctype.so

**** /etc/php/7.3/fpm/conf.d/20-ftp.ini ****
extension=ftp.so

**** /etc/php/7.3/fpm/conf.d/20-sysvmsg.ini ****
extension=sysvmsg.so

**** /etc/php/7.3/fpm/conf.d/20-mysqli.ini ****
extension=mysqli.so

**** /etc/php/7.3/fpm/conf.d/20-bz2.ini ****
extension=bz2.so

**** /etc/php/7.3/fpm/conf.d/20-json.ini ****
extension=json.so

**** /etc/php/7.3/fpm/conf.d/20-wddx.ini ****
extension=wddx.so

**** /etc/php/7.3/fpm/conf.d/20-xsl.ini ****
extension=xsl.so

**** /etc/php/7.3/fpm/conf.d/20-sqlite3.ini ****
extension=sqlite3.so

**** /etc/php/7.3/fpm/conf.d/20-pdo_sqlite.ini ****
extension=pdo_sqlite.so

**** /etc/php/7.3/fpm/conf.d/20-tokenizer.ini ****
extension=tokenizer.so

**** /etc/php/7.3/fpm/conf.d/20-posix.ini ****
extension=posix.so

**** /etc/php/7.3/fpm/conf.d/20-xmlwriter.ini ****
extension=xmlwriter.so

**** /etc/php/7.3/fpm/conf.d/20-exif.ini ****
extension=exif.so

**** /etc/php/7.3/fpm/conf.d/20-dom.ini ****
extension=dom.so

**** /etc/php/7.3/fpm/conf.d/20-sockets.ini ****
extension=sockets.so

**** /etc/php/7.3/fpm/conf.d/20-shmop.ini ****
extension=shmop.so

**** /etc/php/7.3/fpm/conf.d/20-fileinfo.ini ****
extension=fileinfo.so

**** /etc/php/7.3/fpm/conf.d/20-phar.ini ****
extension=phar.so

**** /etc/php/7.3/fpm/conf.d/20-pdo_pgsql.ini ****
extension=pdo_pgsql.so

**** /etc/php/7.3/fpm/conf.d/20-sysvsem.ini ****
extension=sysvsem.so

**** /etc/php/7.3/fpm/conf.d/20-xmlreader.ini ****
extension=xmlreader.so

**** /etc/php/7.3/fpm/conf.d/20-iconv.ini ****
extension=iconv.so

**** /etc/php/7.3/fpm/conf.d/20-curl.ini ****
extension=curl.so

**** /etc/php/7.3/fpm/conf.d/20-gd.ini ****
extension=gd.so

**** /etc/php/7.3/fpm/conf.d/10-pdo.ini ****
extension=pdo.so

**** /etc/php/7.3/fpm/conf.d/20-calendar.ini ****
extension=calendar.so

**** /etc/php/7.3/fpm/conf.d/15-xml.ini ****
extension=xml.so


-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.18.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages php7.3-fpm depends on:
ii  libapparmor1    2.13.1-3+b1
ii  libargon2-1     0~20171227-0.1
ii  libc6           2.27-8
ii  libmagic1       1:5.34-2
ii  libpcre2-8-0    10.32-3
ii  libsodium23     1.0.16-2
ii  libssl1.1       1.1.1a-1
ii  libsystemd0     239-13
ii  libxml2         2.9.4+dfsg1-7+b2
ii  mime-support    3.61
ii  php7.3-cli      7.3.0~rc5-2
ii  php7.3-common   7.3.0~rc5-2
ii  php7.3-json     7.3.0~rc5-2
ii  php7.3-opcache  7.3.0~rc5-2
ii  tzdata          2018g-1
ii  ucf             3.0038
ii  zlib1g          1:1.2.11.dfsg-1

php7.3-fpm recommends no packages.

Versions of packages php7.3-fpm suggests:
ii  php-pear  1:1.10.6+submodules+notgz-1

Versions of packages php7.3-common depends on:
ii  libc6       2.27-8
ii  libssl1.1   1.1.1a-1
ii  php-common  2:68
ii  ucf         3.0038

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 7.3.15-3+rm

Dear submitter,

as the package php7.3 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/954779

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to