Debian Bug report logs - #909495
apache2-bin: Combination of fastcgi/php-fpm and URL-Rewriting unusable

version graph

Package: apache2-bin; Maintainer for apache2-bin is Debian Apache Maintainers <[email protected]>; Source for apache2-bin is src:apache2 (PTS, buildd, popcon).

Reported by: Edward Nash <[email protected]>

Date: Mon, 24 Sep 2018 13:42:02 UTC

Severity: normal

Found in version apache2/2.4.25-3+deb9u5

Reply or subscribe to this bug.

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


Report forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#909495; Package apache2-bin. (Mon, 24 Sep 2018 13:42:05 GMT) (full text, mbox, link).


Acknowledgement sent to Edward Nash <[email protected]>:
New Bug report received and forwarded. Copy sent to Debian Apache Maintainers <[email protected]>. (Mon, 24 Sep 2018 13:42:05 GMT) (full text, mbox, link).


Message #5 received at [email protected] (full text, mbox, reply):

From: Edward Nash <[email protected]>
To: Debian Bug Tracking System <[email protected]>
Subject: apache2-bin: Combination of fastcgi/php-fpm and URL-Rewriting unusable
Date: Mon, 24 Sep 2018 15:32:38 +0200
Package: apache2-bin
Version: 2.4.25-3+deb9u5
Severity: normal

Dear Maintainer,

with the current stable apache2-bin it is not possible to combine URL-shortening
("SEO optimisation") via mod_rewrite and the use of PHP-FPM, e.g. with the
following configuration:

Alias /test /path/to/test

<Directory "/path/to/test">
  Require all granted
  # short URLs without /index.php/
  Options +FollowSymLinks
  RewriteEngine on
  RewriteBase /test/
  RewriteRule ^(.*)$ index.php/$1 [L]

  <FilesMatch "\.php$">
    SetHandler "proxy:unix:/var/run/php/php7.0-fpm-www.sock|fcgi://fpm-www/"
  </FilesMatch>
</Directory>

Calling http://server/test or http://server/test/index.php/pathinfo works, but
http://server/test/pathinfo fails with error:

Got error 'Primary script unknown\n'

This is described e.g. at https://serverfault.com/q/847312 and is a known
bug in Apache 2.4.25, making it impossible to use any applications
which use this common pattern with apache2 + php-fpm under stretch.

Fixes for this were introduced in 2.4.26 and 2.4.27.

Please therefore consider backporting the fixes for the following Apache2
tickets to 2.4.25 for an upcoming maintenance release:
https://bz.apache.org/bugzilla/show_bug.cgi?id=60576
  -> Fix in https://svn.apache.org/viewvc?view=revision&revision=1788445
https://bz.apache.org/bugzilla/show_bug.cgi?id=61202
  -> Fix in https://svn.apache.org/viewvc?view=revision&revision=1800618

-- Package-specific info:

-- System Information:
Debian Release: 9.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-6-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)

Versions of packages apache2-bin depends on:
ii  libapr1                  1.5.2-5
ii  libaprutil1              1.5.4-3
ii  libaprutil1-dbd-sqlite3  1.5.4-3
ii  libaprutil1-ldap         1.5.4-3
ii  libc6                    2.24-11+deb9u3
ii  libldap-2.4-2            2.4.44+dfsg-5+deb9u2
ii  liblua5.2-0              5.2.4-1.1+b2
ii  libnghttp2-14            1.18.1-1
ii  libpcre3                 2:8.39-3
ii  libssl1.0.2              1.0.2l-2+deb9u3
ii  libxml2                  2.9.4+dfsg1-2.2+deb9u2
ii  perl                     5.24.1-3+deb9u4
ii  zlib1g                   1:1.2.8.dfsg-5

apache2-bin recommends no packages.

Versions of packages apache2-bin suggests:
pn  apache2-doc                                      <none>
pn  apache2-suexec-pristine | apache2-suexec-custom  <none>
pn  www-browser                                      <none>

Versions of packages apache2 depends on:
ii  apache2-data         2.4.25-3+deb9u5
ii  apache2-utils        2.4.25-3+deb9u5
ii  dpkg                 1.18.25
ii  init-system-helpers  1.48
ii  lsb-base             9.20161125
ii  mime-support         3.60
ii  perl                 5.24.1-3+deb9u4
ii  procps               2:3.3.12-3+deb9u1

Versions of packages apache2 recommends:
ii  ssl-cert  1.0.39

Versions of packages apache2 suggests:
pn  apache2-doc                                      <none>
pn  apache2-suexec-pristine | apache2-suexec-custom  <none>
pn  www-browser                                      <none>

Versions of packages apache2-bin is related to:
ii  apache2      2.4.25-3+deb9u5
ii  apache2-bin  2.4.25-3+deb9u5

-- no debconf information



Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#909495; Package apache2-bin. (Tue, 29 Jan 2019 15:54:03 GMT) (full text, mbox, link).


Acknowledgement sent to Alexander Bigga <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>.

Your message did not contain a Subject field. They are recommended and useful because the title of a Bug is determined using this field. Please remember to include a Subject field in your messages in future.

(Tue, 29 Jan 2019 15:54:03 GMT) (full text, mbox, link).


Message #10 received at [email protected] (full text, mbox, reply):

From: Alexander Bigga <[email protected]>
To: <[email protected]>
Date: Tue, 29 Jan 2019 16:43:52 +0100
[Message part 1 (text/plain, inline)]
Dear Edward,

thank you for this detailed bug report.

We examined the very same issue with Debian 9 and I was digging it down
to PHP-FPM/Apache2. Unfortunately it is not PHP but Apache2 which
behaves unexpected.

I just want to bump this issue and hope for a bugfix release of apache
2.4.25.

Alexander

[Message part 2 (text/html, inline)]
[smime.p7s (application/pkcs7-signature, attachment)]

Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#909495; Package apache2-bin. (Fri, 24 Jan 2020 08:45:06 GMT) (full text, mbox, link).


Message #13 received at [email protected] (full text, mbox, reply):

From: "Training in Analysis, M&E, Data Collection and GIS and Consulting Services" <[email protected]>
To: [email protected]
Subject: Invitation for Data Management and Analysis with SAS Training
Date: Fri, 24 Jan 2020 08:34:04 +0000
[Message part 1 (text/plain, inline)]
To view the message, please use an HTML compatible email viewer

Link to the online version: http://t.emk03.com/Hy8v_m/mXNkbFrGdmJoZWpnll3IoWeZZpqaaGuajMh1aXBnlW5oXJVxZYqfbmNjZmSSZ5aRZ5lVkpttapSglGhYnm6VX6BzY2tlmXFjV59xmdNd1aFmi6ifyKCilJmSm6Gk

Unsubscribe Link: http://t.emk03.com/5QqO_unsub/mXNkbFrGdmJoZWpnll3IoWeZZpqaaGuajMh1aXBnlW5oXJVxZYqfbmNjZmSSZ5aRZ5lVkpttapSglGhYnm6VX6BzY2tlmXFjV59xmdNd1aFmi6ifyKCilJmSm6Gk

Foscore Development Center
Welcome to Foscore Development Center, we are a global training and consulting firm that has been assisting organizations and individuals to achieve their objectives and goals. We specialize in capacity building, consultancy and talent development solutions for individuals and organisations through our highly customized courses and experienced consultants.Course Title: Quantitative Data Management and Analysis with SAS CourseClick to view  all course content and register as individual or group to attendClick to Download 2020 Course Calendar in PDFIntroductionSAS refers to statistical software which is used in the management of data, analysis, and graphics. It comprises of advanced functions which includes forecasting, survival analysis, data analysis, and time series analysis and survey methods. It can be utilized via graphical interface using very intuitive language. It benefits from the active user community which gives its support on a dedicated mailing. Duration5 Days Who Should Attend?Statistician, analyst, or a budding data scientist and beginners who want to learn how to analyze data with SAS·         Research Design, Analysis and Interpretation·         Understand the entire workflow from a high level perspective ·         Learn the SAS basic to advance to buildup solid understanding of SAS technical skills·         Learn to accomplish a task with various SAS techniques·         Learn step-by-step statistical analysis from descriptive statistics, hypothesis testing to linear regression ·         Learn data importing with different techniques for various type of data ·         Use many important functions to make SAS programming ·         Learn the important concepts of meta data: formats and informats, labels, lengths, etc. ·         Learn the manipulation techniques to prepare the data and make the data analysis-ready ·         Perform dataset manipulations: subsetting, transposition, etc. ·         Learn how to properly interpret the results from statistical analyses  Module 1: Research Design, Analysis and interpretation·         Introduction to Research and the Research Process·         Problem Definition·         Research Design and Secondary Data Sources·         Qualitative Methods·         Descriptive Research Design and Observation·         Causal Research Design·         Measurement, Scaling and Sampling·         Data Preparation and Analysis Strategy·         Hypothesis testing, Frequencies and Cross-tabulation·         Testing for Significant Differences – t-test/ANOVA·          Testing for Association – Correlation and Regression Module 2: Understanding the Workflow·         The Workflow ·         SAS Basics ·         Data Importing - Instream data and Proc Import ·         Import Wizard for SAS 9.x ·         Data Importing in SAS Studio ·         Bring in Data from Pre-existing SAS Dataset and Create Permanent Dataset ·         Data importing - excel data  Module 3: Data Manipulation - Naming Convention and IF THEN/ELSE Statement·         Naming Convention and Variable Types ·         IF THEN/ELSE Statement ·         Keep and Drop Variables ·         Data Manipulation - SAS Functions and DO Loop ·         SAS Functions ·         DO Loop ·         Dataset Manipulation - Subset and Append ·         Use WHERE statement to subset data ·         Concatenation (Append)  Module 4: Dataset Manipulation - Merge and Transposition ·         Merge ·         Merge two datasets into a single dataset ·         Project part 3: Merge two datasets ·         Transpose ·         A comprehensive task using several techniques to subset, transpose data  Module 6: Descriptive Statistics - Frequency and Univariate Analysis ·         Explore the Data Using PROC PRINT and CONTENTS Procedures ·         Descriptive Statistics ·         Calculate the mean of the sample ·         PROC FREQ  Module 7: Perform descriptive statistical analysis ·         One, Two Sample T-Test and ANOVA ·         One Sample T-Test ·         Two Sample T-Test ·         Two Sample T-Test and paired T-Test ·         Sample ANOVA ·         Non-parametric Analysis  Module 8: Linear Regression - Predicting the Outcome ·         Linear Regression ·         Use Linear Regression model to predict the MSRP ·         Dummy Variable ·         Include some categorical variables into the model  Module 9: Report writing for surveys, data dissemination, demand and use·         Writing a report from survey data·         Communication and dissemination strategy·         Context of Decision Making·         Improving data use in decision making·         Culture Change and Change Management·         Preparing a report for the survey, a communication and dissemination plan and a demand and use strategy.·         Presentations and joint action planning Click to view course all content and register as individual or group to attend Register online as individual or group and you will automatically receive invoice and invitation letter to enable your attendance.Register as a group of more than two and enjoy discount of (10% to 50%) plus free five hour adventure drive to the National Game Park, in Nairobi Kenya.Looking forward to your registration and attendanceRegardsFoscore Development Center Training TeamWhatsapp/Call: +254 712 260 031   Website: www.fdc-k.com
1
[Message part 2 (text/html, inline)]

Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#909495; Package apache2-bin. (Sun, 10 May 2020 08:46:30 GMT) (full text, mbox, link).


Acknowledgement sent to [email protected]:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Sun, 10 May 2020 08:46:30 GMT) (full text, mbox, link).


Message #18 received at [email protected] (full text, mbox, reply):

From: "Nael M. Al Homoud" <[email protected]>
To: undisclosed-recipients:;
Subject: Investment Proposal
Date: Sun, 10 May 2020 09:34:59 +0100
[Message part 1 (text/plain, inline)]
Good day,

My associate from China wants to discuss a business investment deal with
you. I awaiting your response to enable us discuss about this business
investment

Nael M. Al Homoud
Executive Director & High Investment Committee Member@
The Arab Investment Co
www.taic.com [1]

  

Links:
------
[1] http://www.taic.com
[Message part 2 (text/html, inline)]

Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#909495; Package apache2-bin. (Mon, 27 Sep 2021 07:45:13 GMT) (full text, mbox, link).


Acknowledgement sent to "Dorian Kwiatkowski" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Mon, 27 Sep 2021 07:45:13 GMT) (full text, mbox, link).


Message #23 received at [email protected] (full text, mbox, reply):

From: "Dorian Kwiatkowski" <[email protected]>
To: <[email protected]>
Subject: Fotowoltaika dla firm
Date: Mon, 27 Sep 2021 07:30:46 GMT
Dzień dobry,

kontaktuję się z Państwem, ponieważ dostrzegam możliwość redukcji opłat za prąd.

Odpowiednio dobrana instalacja fotowoltaiczna to rozwiązanie, które pozwala wygenerować spore oszczędności w skali roku.

Chciałbym porozmawiać z Państwem o tego typu rozwiązaniu, a także przedstawić wstępne kalkulacje.

Czy są Państwo zainteresowani?

Pozdrawiam,
Dorian Kwiatkowski



Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#909495; Package apache2-bin. (Thu, 14 Oct 2021 08:06:08 GMT) (full text, mbox, link).


Acknowledgement sent to "Patryk Górecki" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Thu, 14 Oct 2021 08:06:08 GMT) (full text, mbox, link).


Message #28 received at [email protected] (full text, mbox, reply):

From: "Patryk Górecki" <[email protected]>
To: <[email protected]>
Subject: Ruch z pierwszej pozycji w Google
Date: Thu, 14 Oct 2021 07:46:13 GMT
Dzień dobry, 

jakiś czas temu zgłosiła się do nas firma, której strona internetowa nie pozycjonowała się wysoko w wyszukiwarce Google. 

Na podstawie wykonanego przez nas audytu SEO zoptymalizowaliśmy treści na stronie pod kątem wcześniej opracowanych słów kluczowych. Nasz wewnętrzny system codziennie analizuje prawidłowe działanie witryny.  Dzięki indywidualnej strategii, firma zdobywa coraz więcej Klientów.  

Czy chcieliby Państwo zwiększyć liczbę osób odwiedzających stronę internetową firmy? Mógłbym przedstawić ofertę? 


Pozdrawiam serdecznie,
Patryk Górecki



Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#909495; Package apache2-bin. (Wed, 20 Oct 2021 07:54:23 GMT) (full text, mbox, link).


Acknowledgement sent to "Patryk Górecki" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Wed, 20 Oct 2021 07:54:23 GMT) (full text, mbox, link).


Message #33 received at [email protected] (full text, mbox, reply):

From: "Patryk Górecki" <[email protected]>
To: <[email protected]>
Subject: Ruch z pierwszej pozycji w Google
Date: Wed, 20 Oct 2021 07:50:24 GMT
Dzień dobry, 

jakiś czas temu zgłosiła się do nas firma, której strona internetowa nie pozycjonowała się wysoko w wyszukiwarce Google. 

Na podstawie wykonanego przez nas audytu SEO zoptymalizowaliśmy treści na stronie pod kątem wcześniej opracowanych słów kluczowych. Nasz wewnętrzny system codziennie analizuje prawidłowe działanie witryny.  Dzięki indywidualnej strategii, firma zdobywa coraz więcej Klientów.  

Czy chcieliby Państwo zwiększyć liczbę osób odwiedzających stronę internetową firmy? Mógłbym przedstawić ofertę? 


Pozdrawiam serdecznie,
Patryk Górecki



Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#909495; Package apache2-bin. (Mon, 08 Nov 2021 08:51:18 GMT) (full text, mbox, link).


Acknowledgement sent to "Dawid Rowicki" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Mon, 08 Nov 2021 08:51:18 GMT) (full text, mbox, link).


Message #38 received at [email protected] (full text, mbox, reply):

From: "Dawid Rowicki" <[email protected]>
To: <[email protected]>
Subject: Prezentacja
Date: Mon, 8 Nov 2021 08:40:58 GMT
Dzień dobry!

Czy mógłbym przedstawić rozwiązanie, które umożliwia monitoring każdego auta w czasie rzeczywistym w tym jego pozycję, zużycie paliwa i przebieg?

Dodatkowo nasze narzędzie minimalizuje koszty utrzymania samochodów, skraca czas przejazdów, a także tworzenie planu tras czy dostaw.

Z naszej wiedzy i doświadczenia korzysta już ponad 49 tys. Klientów. Monitorujemy 809 000 pojazdów na całym świecie, co jest naszą najlepszą wizytówką.

Bardzo proszę o e-maila zwrotnego, jeśli moglibyśmy wspólnie omówić potencjał wykorzystania takiego rozwiązania w Państwa firmie.


Z poważaniem,
Dawid Rowicki



Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#909495; Package apache2-bin. (Fri, 19 Nov 2021 08:33:04 GMT) (full text, mbox, link).


Acknowledgement sent to "Dawid Rowicki" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Fri, 19 Nov 2021 08:33:04 GMT) (full text, mbox, link).


Message #43 received at [email protected] (full text, mbox, reply):

From: "Dawid Rowicki" <[email protected]>
To: <[email protected]>
Subject: Prezentacja
Date: Fri, 19 Nov 2021 08:30:38 GMT
Dzień dobry!

Czy mógłbym przedstawić rozwiązanie, które umożliwia monitoring każdego auta w czasie rzeczywistym w tym jego pozycję, zużycie paliwa i przebieg?

Dodatkowo nasze narzędzie minimalizuje koszty utrzymania samochodów, skraca czas przejazdów, a także tworzenie planu tras czy dostaw.

Z naszej wiedzy i doświadczenia korzysta już ponad 49 tys. Klientów. Monitorujemy 809 000 pojazdów na całym świecie, co jest naszą najlepszą wizytówką.

Bardzo proszę o e-maila zwrotnego, jeśli moglibyśmy wspólnie omówić potencjał wykorzystania takiego rozwiązania w Państwa firmie.


Z poważaniem,
Dawid Rowicki



Information forwarded to [email protected], Debian Apache Maintainers <[email protected]>:
Bug#909495; Package apache2-bin. (Wed, 15 Dec 2021 08:42:08 GMT) (full text, mbox, link).


Acknowledgement sent to "Adam Furgalski" <[email protected]>:
Extra info received and forwarded to list. Copy sent to Debian Apache Maintainers <[email protected]>. (Wed, 15 Dec 2021 08:42:08 GMT) (full text, mbox, link).


Message #48 received at [email protected] (full text, mbox, reply):

From: "Adam Furgalski" <[email protected]>
To: <[email protected]>
Subject: Słowa kluczowe do wypozycjonowania
Date: Wed, 15 Dec 2021 08:31:04 GMT
Dzień dobry,

zapoznałem się z Państwa ofertą i z przyjemnością przyznaję, że przyciąga uwagę i zachęca do dalszych rozmów. 

Pomyślałem, że może mógłbym mieć swój wkład w Państwa rozwój i pomóc dotrzeć z tą ofertą do większego grona odbiorców. Pozycjonuję strony www, dzięki czemu generują świetny ruch w sieci.

Możemy porozmawiać w najbliższym czasie?


Pozdrawiam
Adam Furgalski



Send a report that this bug log contains spam.


Debian bug tracking system administrator <[email protected]>. Last modified: Sun Sep 22 09:40:57 2024; 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.