[us...@httpd] Re: Spam:*****, Re: [us...@httpd]

2009-11-11 Thread John Iliffe
On Wed, 2009-11-11 at 14:54 +0200, Kaya Saman wrote: > André Warnier wrote: > > Stephen Love wrote: > >> Ok, now we're getting somewhere... just ENOUGH to eliminate the path > >> inbetween... I'd just like to ask APACHE for a unique signature of > >> the machine sending the message to compare it

Re: [us...@httpd] HTTPD Logwatch

2009-12-26 Thread John Iliffe
On Fri, 2009-25-12 at 12:23 +0100, André Warnier wrote: > Kaustubh Deorukhkar wrote: > > I am naive user..but this is what comes to my mind...please see if this > > helps > > > > - create seperate logs per website... > > > > SetEnvIf Referer www\.mydomain1\.com site1_request > > CustomLog logs/m

Re: [us...@httpd] Very Very strange problem in opensuse 11.1, file uploading reports "not an image file"

2010-01-16 Thread John Iliffe
There are a couple of choices to debug here. First, the code you supplied is comparing the mime-type parameters obtained from the call to: $upload_file_type = $GLOBALS ['HTTP_POST_FILES']['profile_image']['type']; So, first I would echo $upload_file_type and see what it is actually getting.

Re: [us...@httpd] Very Very strange problem in opensuse 11.1, file uploading reports "not an image file"

2010-01-17 Thread John Iliffe
On Sun, 2010-17-01 at 11:30 +0530, J. Bakshi wrote: > On Sat, 16 Jan 2010 13:35:37 -0500 > John Iliffe wrote: > > > There are a couple of choices to debug here. > > > > First, the code you supplied is comparing the mime-type parameters > > obtained from the cal

[us...@httpd] How do I pick up correct version of SSL

2010-02-21 Thread John Iliffe
I have just created a new server running Red Hat EL5.4. I decided to update the version of Apache to 2.2.14 at the same time. I compiled with "enable-ssl=" but the log shows that the openssl in use is the default shipped with the operating system. How do I get Apache to pick up the proper openssl

Re: [us...@httpd] How do I pick up correct version of SSL

2010-02-22 Thread John Iliffe
== On Mon, 2010-22-02 at 15:02 +1100, Igor Cicimov wrote: > Include --with-ssl=/path_to_your_ssl in the configure command > > > On Feb 22, 2010 2:47 PM, "John Iliffe" > > wrote: > > > > I have just created a new server running Red Hat

[us...@httpd] Re: Spam:******, RE: [us...@httpd] How do I pick up correct version of SSL

2010-02-23 Thread John Iliffe
r help, > > P. > > > From: scte...@apache.org > > Date: Mon, 22 Feb 2010 17:15:22 -0800 > > To: users@httpd.apache.org > > Subject: Re: [us...@httpd] How do I pick up

Re: [us...@httpd] mod_php script 'queue'

2010-03-16 Thread John Iliffe
On Tue, 2010-16-03 at 10:45 -0300, Bruno - e-comBR wrote: > > 2010/3/12 Reese > On 12-Mar-10 13:49, Jonathan Zuckerman wrote: > On Fri, Mar 12, 2010 at 9:36 AM, Reese > wrote: > > On 12-Mar-10 11:31, Nilesh Govindar

Re: [us...@httpd] Intercepting Error Responses from a handler

2010-04-28 Thread John Iliffe
On Wed, 2010-28-04 at 17:54 +0200, Schermuly-Koch, Achim wrote: > Hi all, > > i have an apache setup using a proprietary handler (let's call it > "my-handler") to render the content > > > SetHandler my-handler > > > This is similar to using a php-script handler, i guess. > > Now the handle

[us...@httpd] Reverse Proxy Configuration

2010-05-14 Thread John Iliffe
I am attempting to connect the HTTP port of our mail server through Apache so that Inet users can connect by browser to get their mail. If I give the full path to the mail server login screen in the config file: ProxyPass /mail http://192.168.1.12:8080/email the browser hangs and I get the fo

[us...@httpd] [Fwd: Reverse Proxy Configuration]

2010-06-06 Thread John Iliffe
I sent the following request for help a couple of weeks back but so far no response. Maybe I didn't make the actual question clear :-( Anyhow, I have done quite a bit of experimentation since with the following non-results. What I'm trying to do: I have a mail server with a web interface; to avo

Re: [us...@httpd] [Fwd: Reverse Proxy Configuration]

2010-06-07 Thread John Iliffe
On Mon, 2010-07-06 at 11:02 +0100, Tom Evans wrote: > On Sun, Jun 6, 2010 at 9:30 PM, John Iliffe wrote: > > I sent the following request for help a couple of weeks back but so far > > no response. Maybe I didn't make the actual question clear :-( > > Anyhow,

Re: [us...@httpd] [Fwd: Reverse Proxy Configuration]

2010-06-10 Thread John Iliffe
On Tue, 2010-08-06 at 10:54 +0200, Krist van Besien wrote: > On Tue, Jun 8, 2010 at 4:34 AM, John Iliffe wrote: > > > If I try to use either of the ProxyHTMLEnable On or ProxyHTMLURLMap > > directives apachectl -S still flags them as errors. > > You have proxy_html 3.0.1

Re: [us...@httpd] How to prevent email sent from the server

2010-06-11 Thread John Iliffe
This isn't an Apache issue, but do you have valid SPF records for the mail server? http://www.openspf.org/FAQ/What_is_SPF These are simple text records included in your domain name listing that define which IP addresses are allowed to send mail for your domain. Don't forget to set up deny SPF rec

[users@httpd] Apache 2.4.1 Installation problems

2012-04-17 Thread John Iliffe
I am trying to update from 2.2.14 to 2.4.1 and have encountered two problems. 2.2.14 has been working properly for over 2 years. Pages are located on a separate directory starting at /www with subdirectories s1, s2, etc for different named virtual hosts. Config file for EACH virtual host sho

Re: [users@httpd] Apache 2.4.1 Installation problems

2012-04-19 Thread John Iliffe
On Tuesday 17 April 2012 14:48:17 Jeroen Geilman wrote: > On 2012-04-17 17:48, John Iliffe wrote: > > I am trying to update from 2.2.14 to 2.4.1 and have encountered two > > problems. 2.2.14 has been working properly for over 2 years. Pages > > are located on a separate

[users@httpd] Conversion 2.2.14 -> 2.4.1 still problems

2012-04-19 Thread John Iliffe
After factoring in the suggestions from a number of folks here (thanks!) I still have problems getting a working configuration. Many pages depend on PHP and I upgraded PHP to version 5.4.0, compiled it as an apxs module in conjunction with Apache 2.4.1 resulting in /usr/apache-2.4.1/modules/

Re: [users@httpd] Conversion 2.2.14 -> 2.4.1 still problems

2012-04-19 Thread John Iliffe
On Thursday 19 April 2012 14:01:37 John Iliffe wrote: > After factoring in the suggestions from a number of folks here (thanks!) > I still have problems getting a working configuration. > > Many pages depend on PHP and I upgraded PHP to version 5.4.0, compiled > it as an

Re: [users@httpd] Conversion 2.2.14 -> 2.4.1 still problems

2012-04-19 Thread John Iliffe
Thanks. I pick that up tonight. That puts me back to square one! One thing I noticed but as it doesn't seem to make any immediate difference I didn't report it: I installed OpenSSL 1.0.1 and configured Apache as: --with-openssl= but the start up messages from Apache in the log attached to my

Re: [users@httpd] Conversion 2.2.14 -> 2.4.1 still problems

2012-04-19 Thread John Iliffe
ion/support. As for the --enable-ssl=shared, I > like to build shared objects (modules), however, you may use > --enable-ssl and it'll be built statically (as in compiled into the > httpd binary). > > James > > > Original Message > >From: John Iliffe

[users@httpd] PHP doesn't process pages

2012-04-20 Thread John Iliffe
Apache-2.4.1, PHP 5.4.0 new installation. PHP pages are being served as raw data, leading to a browser response "You have chosen to download a file of type php; what should FireFox do with this?" and an option to save or open with KWrite. I asked this question before and it was suggested that I

Re: [users@httpd] PHP doesn't process pages

2012-04-21 Thread John Iliffe
On Friday 20 April 2012 23:38:47 Noel Butler wrote: > On Fri, 2012-04-20 at 22:39 -0400, John Iliffe wrote: > > So, to recap the original question: > > > > - apachectl -M responds: php5_module (shared) > > > > - all PHP page requests are served a

Re: [users@httpd] PHP doesn't process pages

2012-04-22 Thread John Iliffe
On Sunday 22 April 2012 03:34:35 Noel Butler wrote: > On Sun, 2012-04-22 at 00:41 -0400, John Iliffe wrote: > > > AddType application/x-httpd-php .php > > > > I did this and get the same result as before. > > > > The complete PHP configuration is: > &g

Re: [users@httpd] PHP doesn't process pages

2012-04-22 Thread John Iliffe
On Sunday 22 April 2012 03:34:35 Noel Butler wrote: > On Sun, 2012-04-22 at 00:41 -0400, John Iliffe wrote: > > > AddType application/x-httpd-php .php > > > > I did this and get the same result as before. > > > > The complete PHP configuration is: > &g

Re: [users@httpd] PHP doesn't process pages

2012-04-23 Thread John Iliffe
On Sunday 22 April 2012 20:42:26 John Iliffe wrote: > On Sunday 22 April 2012 03:34:35 Noel Butler wrote: > > On Sun, 2012-04-22 at 00:41 -0400, John Iliffe wrote: > > > > AddType application/x-httpd-php .php > > > > > > I did this and get the same result a

[users@httpd] Response code 408

2012-05-11 Thread John Iliffe
I recently switched from Apache-2.2.14 to Apache-2.4.2. In the entire time we ran 2.2.14 I don't recall seeing a response code 408. Since we switched two weeks ago we average about 30 - 35 a day. Our server is not heavily loaded. The RFC definition of response code 408 is "Request Timeout, t

Re: [users@httpd] Response code 408

2012-05-20 Thread John Iliffe
On Tuesday 15 May 2012 14:29:56 Jeroen Geilman wrote: > On 05/11/2012 06:01 PM, John Iliffe wrote: > > I recently switched from Apache-2.2.14 to Apache-2.4.2. In the entire > > time we ran 2.2.14 I don't recall seeing a response code 408. Since > > we switched two wee

Re: [users@httpd] Response code 408

2012-05-21 Thread John Iliffe
e: > On Tuesday 15 May 2012 14:29:56 Jeroen Geilman wrote: > > On 05/11/2012 06:01 PM, John Iliffe wrote: > > > I recently switched from Apache-2.2.14 to Apache-2.4.2. In the > > > entire time we ran 2.2.14 I don't recall seeing a response code > > > 408. Si

Re: [users@httpd] Apache22 + PHP 54

2012-05-22 Thread John Iliffe
On Monday 21 May 2012 13:16:35 Yehuda Katz wrote: > On Mon, May 21, 2012 at 11:55 AM, motty.cruz wrote: > > ** > > when i take 5 out i get server error, but httpd-error.log does not > > tell me nothing actually it does not report any errors on the log. > > i'm confuse. I have a similar server run

Re: [users@httpd] LD_LIBRARY_PATH issue in 2.2.22 and earlier

2012-05-24 Thread John Iliffe
I got caught the same way in March (re PCI scanning). Guess my guy is more up to date than yours! There should be no reason that I found not to update to 2.4.2 BUT BE CAREFUL OF THE CONFIG FILE CHANGES! For example the "order deny allow" format directives no longer work in 2.4.*. There are a

Re: [users@httpd] LD_LIBRARY_PATH issue in 2.2.22 and earlier

2012-05-25 Thread John Iliffe
On Friday 25 May 2012 03:05:20 Hendrik Schmieder wrote: > John Iliffe schrieb: > > On Thursday 24 May 2012 13:05:10 Luke Lozier wrote: > >> One of the PCI scanning companies is demanding an upgrade to 2.4.2 > >> due to the issues described in this CVE:

[users@httpd] Response code 408

2012-06-04 Thread John Iliffe
This is a re-post; I didn't get an answer so I guess I didn't phrase the original question very well. We are getting a lot (about 2% of GET's) of response code 408. The config file has: RequestReadTimeout header=10 body=30 Originally I didn't spot this requirement and requests were timing out

Re: [users@httpd] [Newbie] Can Apache only deal with http requests

2012-06-28 Thread John Iliffe
On Thursday 28 June 2012 12:13:52 saikari keitele wrote: > Hello, > Sorry for such a newbie question. I would need clarification concerning > the exact scope of what Apache is meant for. Is it correct to say that > Apache is a server only for responding to http requests (typically > generated from

Re: [users@httpd] Response code 408

2012-07-09 Thread John Iliffe
only less than 1:2000 requests get a 408 and most clear after the first or second one or else become a cluster. Regards, John == On Monday 04 June 2012 21:21:32 Daniel Ruggeri wrote: > On 6/4/2012 3:13 PM, John Iliffe wrote: > > 1) since almost all

Re: [users@httpd] New PHP user requests your assistance.

2012-10-23 Thread John Iliffe
I'm not a PHP guru but don't you mean: if ( isset($_POST[products])) Regards, John On Tuesday 23 October 2012 15:45:02 Wes Smith wrote: > I am receiving NOTICES when I run a script like this one: > > echo "Welcome $_POST[user]!"; > echo "Your

[users@httpd] Compilation error in Apache 2.4.3

2012-12-09 Thread John Iliffe
I am trying to install Apache 2.4.3 on a new Red Hat Linux 6.3 machine running on X86_64 hardware. I installed OpenSSL version 1.0.1c and it seemed to install correctly. basically, it was a default install except for the executable location information. --

Re: [users@httpd] Compilation error in Apache 2.4.3

2012-12-10 Thread John Iliffe
1c --with- zlib --with-pcre=/usr/pcre-8.32 --with-included-apr It still crashes during the make phase with the same messages. Regards, John On Sunday 09 December 2012 20:18:22 John Iliffe wrote: > I am trying to install Apache 2.4.3 on a new Red Hat

Re: [users@httpd] probably darn rudimentary but still; what to do to get public with server

2012-12-10 Thread John Iliffe
A static IP is recommended but there are services around that will track your connection IP and simulate a static IP. They aren't very fast in my experience. (very limited experience with them). Also, you will need a reliable high speed connection to the Internet, depending on what you want t

Re: [users@httpd] Compilation error in Apache 2.4.3

2012-12-13 Thread John Iliffe
r 2012 12:35:45 Tom Evans wrote: > On Mon, Dec 10, 2012 at 1:18 AM, John Iliffe wrote: > > I am trying to install Apache 2.4.3 on a new Red Hat Linux 6.3 machine > > running on X86_64 hardware. > > > > I installed OpenSSL version 1.0.1c and it seemed to install cor

Re: [users@httpd] Compilation error in Apache 2.4.3

2012-12-16 Thread John Iliffe
On Thursday 13 December 2012 12:35:45 Tom Evans wrote: > On Mon, Dec 10, 2012 at 1:18 AM, John Iliffe wrote: > > I am trying to install Apache 2.4.3 on a new Red Hat Linux 6.3 machine > > running on X86_64 hardware. > > > > I installed OpenSSL version 1.0.1c and it seemed to

[users@httpd] How do you implement mod_fcgid?

2012-12-16 Thread John Iliffe
I'm in the process of installing Apache 2.4.3 with fast-cgi on a new server. In the past we used mod_php but reading this user group that seems to be a bit deprecated so I want to use mod_fcgid in this implementation. I obtained the download from: http://httpd.apache.org/download.cgi#mod_

Re: [users@httpd] How do you implement mod_fcgid?

2012-12-24 Thread John Iliffe
John = On Sunday 16 December 2012 20:34:53 John Iliffe wrote: > I'm in the process of installing Apache 2.4.3 with fast-cgi on a new > server. In the past we used mod_php but reading this user group that > seems to be a bit deprecated so I want

Re: [users@httpd] How to retrieve IP address of incoming packets in text file using httpd source code

2012-12-26 Thread John Iliffe
Maybe I'm missing something following this discussion, but doesn't the following PHP command fetch the information you need? If so, I'm sure the same results can be obtained in other scripting languages. $_SERVER['REMOTE_ADDR']; Regards, John === On

[users@httpd] Re: Spam:*********, Re: [users@httpd] How do you implement mod_fcgid?

2012-12-28 Thread John Iliffe
e.org/mod_fcgid/mod/mod_fcgid.html doesn't even mention mod_unixd. Regards, and thanks again. John === On Monday 24 December 2012 14:39:48 Eric Covener wrote: > In 2.4, Load mod_unixd, and load it before mod_fcgid. > > On Mon, Dec 24, 2012 at 2

Re: [users@httpd] How do you implement mod_fcgid?

2012-12-31 Thread John Iliffe
012 11:59:41 -0500 > > John Iliffe wrote: > > That worked, thanks Eric. > > > > It was a positioning problem, mod_fcgid was ahead of mod_unixd in the > > LoadModules list. I just moved it to the end of the list. > > > > I don't like to criticise,

[users@httpd] Re: Spam:*****, Re: [users@httpd] How do you implement mod_fcgid?

2012-12-31 Thread John Iliffe
Done. John === On Monday 31 December 2012 11:09:58 Ben Johnson wrote: > On 12/31/2012 10:56 AM, John Iliffe wrote: > > I would be pleased to do that Nick but I have no experience with > > bugzilla. > > > > If you can give me a short

[users@httpd] mod_proxy_html

2013-01-08 Thread John Iliffe
I have a mail server with an http interface that I proxy behind the Apache 2.4.2 web server. In the past it always worked properly with the following in httpd.conf: # Surgemail redirect to allow web based e-mail ServerName mailx.iliffe.ca ProxyPass / http://127.0.0.1:7080/ ProxyPassRe

Re: [users@httpd] mod_proxy_html

2013-01-08 Thread John Iliffe
Thanks Eric. So the problem is deeper and now I'm really confused :-( From httpd.conf: cat /usr/apache-2.4.3/conf/httpd.conf | grep mod_proxy LoadModule proxy_module modules/mod_proxy.so So mod_proxy.so is loaded at start up. Now I add: ServerName coax.iliffe.ca ProxyPass / http://127.

[users@httpd] CORRECTION!!!! Re: [users@httpd] mod_proxy_html

2013-01-08 Thread John Iliffe
Hi Eric I just realized I spelled the directive wrong. Very sorry about that. John = On Tuesday 08 January 2013 11:06:54 Eric Covener wrote: > > A query to the mail server folks suggests that I add the > > ProxyPassCookieDomain directive but this requires

Re: [users@httpd] Compilation error in Apache 2.4.3

2013-01-15 Thread John Iliffe
e ssl located. try to manually add > the path if not added. > > try echo $LD_LIBRARY_PATH and check if LD_LIBRARY PATH exist on the > path. > > Is your openssl thru source file you compile or from rpm distribution? > > > Regards, > > Allen - Unix User > > &

Re: [users@httpd] modifying Location header

2015-10-29 Thread John Iliffe
On Thursday 29 October 2015 05:11:30 Hleb Valoshka wrote: > Hi! > > Is it possible to modify Location using mod_headers? I want to replace > http:// with https:// but Header edit http://(.*) https://$1 does not > work, neither with always. unset and set don't work as well, only add > works. > Wh

[users@httpd] Error nghttp2 version is too old

2017-03-12 Thread John Iliffe
I am trying to compile Apache 2.4.25 on Fedora 25 Linux. The current version of nghttp2 is installed: - [John@prod04 httpd-2.4.25]$ rpm -qv nghttp2 nghttp2-1.13.0-2.fc25.x86_64 - - /usr/lib64/libnghttp2.so.14 /us

Re: [users@httpd] Error nghttp2 version is too old

2017-03-14 Thread John Iliffe
ed up > > nghttp2 around that same point a year ago and never had an issue. > > > > Anything to do with rpm installs is on the maintainer, and has nothing > > to do with this project, sorry we can't be of more help. > > > > On Sun, Mar 12, 2017 at 3:12 PM

Re: [users@httpd] Error nghttp2 version is too old

2017-03-14 Thread John Iliffe
is on the maintainer, and has > > > nothing to do with this project, sorry we can't be of more help. > > > > > > On Sun, Mar 12, 2017 at 3:12 PM, John Iliffe > > wrote: > > > > I am trying to compile Apache 2.4.25 on Fedora 25 Linux. > >

Re: [users@httpd] Error nghttp2 version is too old

2017-03-16 Thread John Iliffe
and "else" branch printed the warning. > > > I suggest you to check what is the actual value of NGHTTP2_VERSION_NUM. > > > checking for user-provided nghttp2 base directory... > > Try to specify the path explicitly, > --with-nghttp2=PATH > > 2017-0

[users@httpd] Unable to start apache-2.4.25; missing ssl module

2017-03-20 Thread John Iliffe
I hate to re-ask a question that I have asked before (in 2012) but I have a new version of Apache and the same problem again. I compiled Apache-2.4.25 from source, and also openssl-1.0.2k. In the Apache configuration I included "--with-ssl=/usr/openssl-1.0.2k" but now when I try to start apa

Re: [users@httpd] Unable to start apache-2.4.25; missing ssl module

2017-03-21 Thread John Iliffe
onday 20 March 2017 22:32:21 John Iliffe wrote: > I hate to re-ask a question that I have asked before (in 2012) but I > have a new version of Apache and the same problem again. > > I compiled Apache-2.4.25 from source, and also openssl-1.0.2k. In the > Apache configuration I includ

Re: [users@httpd] Unable to start apache-2.4.25; missing ssl module

2017-03-22 Thread John Iliffe
On Wednesday 22 March 2017 08:25:18 Rainer Canavan wrote: > On Wed, Mar 22, 2017 at 3:29 AM, John Iliffe wrote: > > Just in case anyone is thinking about this, I managed to resolve it, > > more by luck than by any plan. > > > > Basically, I just added links in

[users@httpd] Run Control for Apache in Fedora 25

2017-03-27 Thread John Iliffe
First, I know this is probably not an Apache question, but I'm hoping that someone on this list may have seen this problem before and knows the solution. I know this is going to be very long winded, my apologies in advance, but I have done quite a bit of research so I have a good idea what won'

Re: [users@httpd] Run Control for Apache in Fedora 25

2017-03-28 Thread John Iliffe
ke this: > > d /var/run/httpd 770 webservd webservd > > Modify it to the user and group that runs your httpd daemon. > > This is needed because /run and /var/run are volatile and gets cleaned > out at each reboot. > > /Mikael > > On 28/03/17 04:22, John Iliffe wrote: >

Re: [users@httpd] Run Control for Apache in Fedora 25

2017-03-28 Thread John Iliffe
un/httpd/httpd.pid ExecStart=/etc/rc.d/init.d/httpd start ExecStop=/etc/rc.d/init.d/httpd stop ExecReload=/etc/rc.d/init.d/httpd reload > > From: John Iliffe > Reply: users@httpd.apache.org > > Date: 28 March 2017 at 4:35:52 PM > To: users@httpd.apache.org > Subject: Re: [u

Re: [users@httpd] Run Control for Apache in Fedora 25

2017-03-28 Thread John Iliffe
= On Tuesday 28 March 2017 10:35:44 Kartik Vashishta wrote: > Maybe this will help: > http://stackoverflow.com/questions/32977557/how-do-i-compile-apache-http > d-2-4-16-with-systemd-support > > On Tue, Mar 28, 2017 at 9:35 AM, John Iliffe wrote: > > Thank you

[users@httpd] What is preferred PHP interface?

2017-03-29 Thread John Iliffe
Reading several sources there is conflicting information as to what is the preferred way to implement PHP scripts. It appears that mod_php (how we do things now) is deprecated so I would like to take advantage of a server change to do things "right". The documentation on mod_fcgid seems to sto

Re: [users@httpd] What is preferred PHP interface?

2017-03-29 Thread John Iliffe
> https://wiki.apache.org/httpd/php Plenty of people still use mod_php > and it has been updated to work with HTTPD 2.4 and PHP 7. > > - Y > > On Wed, Mar 29, 2017 at 8:49 PM, John Iliffe wrote: > > Reading several sources there is conflicting information as to what is > &

[users@httpd] Odd Date in http2 header

2017-04-06 Thread John Iliffe
I just enabled http2 on our server and tested using curl. The test page is a static html page with nothing but some random characters on it, and no css or other secondary accesses. The protocol line is set to allow http2 Protocols h2 h2c http/1.1 Everything seems to work with the exception of

Re: [users@httpd] Odd Date in http2 header

2017-04-07 Thread John Iliffe
On Friday 07 April 2017 03:53:55 Konstantin Kolinko wrote: > 2017-04-07 7:19 GMT+03:00 John Iliffe : > > I just enabled http2 on our server and tested using curl. The test > > page is a static html page with nothing but some random characters on > > it, and no css or oth

Re: [users@httpd] Odd Date in http2 header

2017-04-09 Thread John Iliffe
> > For example, where is that X-Frame-Options coming from? Do you > have just "standard" modules enabled? Would you mind reducing your > config for a vhost to the minimal set that still causes the problems and > share that? > > Thanks! > > -Stefan > &

[users@httpd] unable to execute php-fpm properly

2017-04-12 Thread John Iliffe
I am converting my web pages from mod_php to php-fpm, following the directions found at: https://wiki.apache.org/httpd/PHP-FPM Testing to date indicates that on this server all scripts work properly under mod_php. Both of the following were tried within a container for the default virtual

Re: [users@httpd] unable to execute php-fpm properly

2017-04-12 Thread John Iliffe
See below. On Wednesday 12 April 2017 20:02:10 Frank wrote: > On 12/04/17 05:34 PM, John Iliffe wrote: > > I am converting my web pages from mod_php to php-fpm, following the > > directions found at: https://wiki.apache.org/httpd/PHP-FPM Testing > > to date indicates th

Re: [users@httpd] unable to execute php-fpm properly

2017-04-13 Thread John Iliffe
On Wednesday 12 April 2017 22:24:03 Frank wrote: > On 12/04/17 08:36 PM, John Iliffe wrote: > > See below. > > > > On Wednesday 12 April 2017 20:02:10 Frank wrote: > >> On 12/04/17 05:34 PM, John Iliffe wrote: > >>> I am converting my web pa

[users@httpd] unable to execute php-fpm properly

2017-04-13 Thread John Iliffe
y 12 April 2017 22:24:03 Frank wrote: > > On 12/04/17 08:36 PM, John Iliffe wrote: > > > See below. > > > > > > On Wednesday 12 April 2017 20:02:10 Frank wrote: > > >> On 12/04/17 05:34 PM, John Iliffe wrote: > > >>> I am converting my web page

Re: [users@httpd] unable to execute php-fpm properly

2017-04-13 Thread John Iliffe
On Thursday 13 April 2017 15:27:01 Frank wrote: > On 13/04/17 02:18 PM, John Iliffe wrote: > > I'm still trying to figure out what is actually happening here and I > > have a result that is truly confusing now. > > > > I decided to just route everything to php-fpm

Re: [users@httpd] unable to execute php-fpm properly

2017-04-13 Thread John Iliffe
pic). How would you proceed to debug this? What additional logs are there or other information as to what php-fpm thinks it is seeing? > 2017-04-13 21:27 GMT+02:00 Frank : > > On 13/04/17 02:18 PM, John Iliffe wrote: > >> I'm still trying to figure out what is actuall

[users@httpd] Error in serving PHP pages from mod_fcgid

2017-04-18 Thread John Iliffe
Having spent considerable time chasing this problem around over the last few weeks (and a sincere thank you to Daniel for his assistance) here is some information that might save some time for somebody! Environment: Apache 2.4.25 compiled from source PHP 7.1.3 compiled from source mod_fcgid down

[users@httpd] File Not Found errors in mod_fcgid

2017-04-21 Thread John Iliffe
I posted a work-around for Apache-2.4.25 with mod_fcgid running PHP 7.1.3 returning "File Not Found" errors when the php file was available on Tuesday, 18 April. Seems things aren't quite that simple! The relevant line in the php-ini file is in display_errors and I suggested changing it to '

[users@httpd] Unstable PHP under Apache

2017-04-30 Thread John Iliffe
I have a new Apache 2.4.25 installation that I have been trying to get running properly for a few months now. After many attempts to run PHP using php-fpm, I finally reverted to mod-fcgid and I still can't get everything to run properly. Calling a PHP script, when the php.ini file is syntact

Re: [users@httpd] Unstable PHP under Apache

2017-05-01 Thread John Iliffe
Linux, Fedora 25, SELinux set to permissive and permissions on the directories are correct. John On Monday 01 May 2017 00:57:36 Arthur E. Johnston wrote: > What operating system? > > Arthur Johnston > Meadowbrook Kennels > > -Original Message- > From: John Il

Re: [users@httpd] Unstable PHP under Apache

2017-05-01 Thread John Iliffe
yes, you are correct, I may be barking up the wrong tree. The problem is, I'm lost in the forest! Regards, John = On Monday 01 May 2017 01:54:26 Nick Kew wrote: > On Sun, 2017-04-30 at 14:56 -0400, John Iliffe wrote: > > I find your post conf

Re: [users@httpd] Unstable PHP under Apache

2017-05-01 Thread John Iliffe
== On Monday 01 May 2017 15:08:17 Arthur E. Johnston wrote: > John > > I am not near my computer right now. > > There is a setting in PHP.ini to extend the time for each process. > > > Arthur Johnston > > Sent from my iPhone. Please excuse > The typos. &g

Re: [users@httpd] Unstable PHP under Apache

2017-05-01 Thread John Iliffe
rectory. > > Check your permissions. > > Arthur Johnston > > Sent from my iPhone. Please excuse > The typos. > > > On May 1, 2017, at 1:20 PM, John Iliffe wrote: > > > > This is set to: > > > > max_execution_time = 30 > > max_input_t

Re: [users@httpd] Unstable PHP under Apache

2017-05-01 Thread John Iliffe
# # Starts php-cgi but outputs "No Input file specified". No error messages in http error log in either case. John == On Monday 01 May 2017 21:13:01 John Iliffe wrote: > Thanks Arthur. > > That was my initial thought, that t

Re: [users@httpd] Unstable PHP under Apache

2017-05-02 Thread John Iliffe
hur E. Johnston wrote: > What are the errors in your PHP-FPM.LOG? > > > Arthur Johnston > Meadowbrook Kennels > > -----Original Message- > From: John Iliffe [mailto:john.ili...@iliffe.ca] > Sent: Monday, May 01, 2017 7:53 PM > To: users@httpd.apache.org > Subj

Re: [users@httpd] Unstable PHP under Apache

2017-05-02 Thread John Iliffe
HP that was available with your operating system, because it > would update PHP without allowing you control. > > Rather than modifying the standard installation of PHP, modify the > actions of the program that updates your operating system. > > Arthur Johnston > Meadowbrook K

[users@httpd] Getting PHP-FPM working

2017-05-13 Thread John Iliffe
I'm not sure is this is the correct list to post these questions to, since I now have things isolated to a single module in PHP-FPM, so please redirect me if necessary. This is a continuation of the problems I was having (on this list) installing a new server last month. -

Re: [users@httpd] Getting PHP-FPM working

2017-05-13 Thread John Iliffe
er). John === On Saturday 13 May 2017 15:44:09 Eric Covener wrote: > http://home.apache.org/~jim/patches/mod_proxy_fcgi-v3.patch > > On Sat, May 13, 2017 at 3:42 PM, Eric Covener wrote: > > On Sat, May 13, 2017 at 3:43 PM, John Iliffe wrote: > >> O/S Fedora 25, Apach

Re: [users@httpd] Getting PHP-FPM working

2017-05-13 Thread John Iliffe
13, 2017 at 4:00 PM, John Iliffe wrote: > > Wow! That was sure fast, Thanks Eric. > > > > I'm not quite sure how to handle a diff file like this so it will take > > a while to try it out. Using the standard Linux/gcc utilities, is > > there any way to fix

Re: [users@httpd] Getting PHP-FPM working

2017-05-13 Thread John Iliffe
modules directory. Unfortunately, still have the same problem. Any other ideas come to mind? John == On Saturday 13 May 2017 16:00:47 Eric Covener wrote: > On Sat, May 13, 2017 at 4:00 PM, John Iliffe wrote: > > Wow! That was sure fast, Th

Re: [users@httpd] Getting PHP-FPM working

2017-05-13 Thread John Iliffe
wrote: > On Sat, May 13, 2017 at 7:56 PM, John Iliffe wrote: > > Hi Eric: > > > > I downloaded the revised mod_proxy_fcgi.c from your link, retrieved > > the backup of the original download of Apache-2.4.25, replaced the > > modules/mod_proxy_fcgi.c, and recompiled us

Re: [users@httpd] Getting PHP-FPM working

2017-05-14 Thread John Iliffe
useful? Sorry, and thanks for your prompt responses. John == On Sunday 14 May 2017 11:42:53 Eric Covener wrote: > On Sat, May 13, 2017 at 11:01 PM, John Iliffe wrote: > > Sure: > > > > -- > > # namei -m /http

Re: [users@httpd] Getting PHP-FPM working

2017-05-14 Thread John Iliffe
t > chroot to "/" and comment chdir and try again, just in case. > > 2017-05-14 17:42 GMT+02:00 Eric Covener : > > On Sat, May 13, 2017 at 11:01 PM, John Iliffe > > > > wrote: > > > Sure: > > > > > > -- >

Re: [users@httpd] Getting PHP-FPM working

2017-05-14 Thread John Iliffe
=== On Sunday 14 May 2017 11:42:53 Eric Covener wrote: > On Sat, May 13, 2017 at 11:01 PM, John Iliffe wrote: > > Sure: > > > > -- > > # namei -m /httpd/iliffe/i_phpinfo.php > > f: /httpd/iliffe/i_phpinfo.php > > > > dr

Re: [users@httpd] Getting PHP-FPM working

2017-05-15 Thread John Iliffe
$ > > fcgi://127.0.0.1:9015/httpd/iliffe/$1 > > regards, > > Christian > > On Sat, May 13, 2017 at 03:43:08PM -0400, John Iliffe wrote: > > I'm not sure is this is the correct list to post these questions to, > > since I now have things isolated to a sin

Re: [users@httpd] Getting PHP-FPM working

2017-05-15 Thread John Iliffe
> > fcgi://127.0.0.1:9015/httpd/iliffe/$1 > > regards, > > Christian > > On Sat, May 13, 2017 at 03:43:08PM -0400, John Iliffe wrote: > > I'm not sure is this is the correct list to post these questions to, > > since I now have things isolated to a single m

Re: [users@httpd] Getting PHP-FPM working

2017-05-16 Thread John Iliffe
ttler wrote: > hello John, > > Is ChrootDir activated? > > regards, > > Christian > > On Mon, May 15, 2017 at 10:42:37AM -0400, John Iliffe wrote: > > Hi Christian: > > > > I just noticed that you put "" around the parameters to > >

Re: [users@httpd] Getting PHP-FPM working

2017-05-17 Thread John Iliffe
Match "^/myapp/.*\.php(/.*)?$" "fcgi://localhost:9000/var/www/" > enablereuse=on > > " > > In your environment you can request http://your.server/i_phpinfo.php > > regards, > > Christian > > On Tue, May 16, 2017 at 12:05:06PM -0400, John Iliffe

Re: [users@httpd] Getting PHP-FPM working

2017-05-18 Thread John Iliffe
Hi Christian: Result: "No Input File Specified" First, thanks for spending the time to explain this to me. To some extent you are saying what I had already thought but I figured I must be missing something! The details: Your second example seems to match exactly what I want to do so I cut a

Re: [users@httpd] Getting PHP-FPM working

2017-05-19 Thread John Iliffe
configured with chroot? > > regards, > > Christian > > On Thu, May 18, 2017 at 10:44:41AM -0400, John Iliffe wrote: > > Hi Christian: > > > > Result: "No Input File Specified" > > > > First, thanks for spending the time to explain

Re: [users@httpd] Getting PHP-FPM working

2017-05-22 Thread John Iliffe
> I think you should try it on an php related list. > > sorry, > > Christian > > On Sat, May 20, 2017 at 01:15:36PM -0400, John Iliffe wrote: > > Hi Christian: > > > > I have been trying several things on this piece of frustration, with > > very little

Re: [users@httpd] Getting PHP-FPM working

2017-05-25 Thread John Iliffe
Didn't get a lot of help on the PHP list but the one fellow who tried is still running PHP-5. So, I backed off to PHP-5.6.30 which is the most recent stable version of PHP-5 and it worked perfectly. If you look at the PHP-7.1.3 or 7.1.5 source in fpm_main.c there is a lot of commentary about b

Re: [users@httpd] Trouble updating PHP version on MAMP on Mac

2017-06-01 Thread John Iliffe
I am not on Apple here, and you don't say whether you are using php-fpm or not, but assuming that you are, check the start up (sysctl or init.d) file and be sure that the correct version of PHP is being started. John = On Wednesday 31 May 2017 03:56:45 Roparzh Hemon

  1   2   >