[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 against

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/mydomain1_log

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 john.ili...@iliffe.ca wrote: There are a couple of choices to debug here. First, the code you supplied is comparing the mime-type parameters obtained from the call

[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=path to openssl 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

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 john.ili...@iliffe.ca wrote: I have just created a new server running Red Hat EL5.4. I decided

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 howel...@inkworkswell.com On 12-Mar-10 13:49, Jonathan Zuckerman wrote: On Fri, Mar 12, 2010 at 9:36 AM, Reese howel...@inkworkswell.com wrote:

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 Location /mypages SetHandler my-handler /Location This is similar to using a php-script handler, i guess.

[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

[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

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 john.ili...@iliffe.ca 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, I have done quite

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 john.ili...@iliffe.ca 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

[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

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 directory starting at /www

[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

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 apxs module in conjunction

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=path to openssl-1.0.1 but the start up messages from Apache in

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

2012-04-19 Thread John Iliffe
=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 john.ili...@iliffe.ca To: users@httpd.apache.org Sent: Thu, Apr 19, 2012, 2:56 PM

[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 as raw pages, not processed by PHP - config file

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: LoadModule php5_modulemodules/libphp5.so

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: LoadModule php5_modulemodules/libphp5.so

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 as before. The complete PHP configuration

[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,

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 weeks ago we average about 30 - 35

Re: [users@httpd] Response code 408

2012-05-21 Thread John Iliffe
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 weeks ago we average about 30 - 35 a day. Our

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 motty.c...@gmail.com 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

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: Changes with Apache 2.2.23 *) SECURITY: 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

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 a

Re: [users@httpd] Response code 408

2012-07-09 Thread John Iliffe
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 of these 408's are METHOD=GET why is the request

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: ?php echo pWelcome b$_POST[user]/b!/p; echo

[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
--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 Linux 6.3 machine

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

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

2012-12-13 Thread John Iliffe
, John Iliffe john.ili...@iliffe.ca 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 correctly. basically, it was a default install except for the executable location

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

2012-12-16 Thread John Iliffe
December 2012 12:35:45 Tom Evans wrote: On Mon, Dec 10, 2012 at 1:18 AM, John Iliffe john.ili...@iliffe.ca 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 correctly. basically

[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:

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

2012-12-24 Thread John Iliffe
= 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 to use mod_fcgid

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
/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:32 PM, John Iliffe john.ili

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

2012-12-31 Thread John Iliffe
11:59:41 -0500 John Iliffe john.ili...@iliffe.ca 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, but could the documentation for 2.4

[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 hint in how to go about it I

[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 VirtualHost *:80 ServerName mailx.iliffe.ca ProxyPass /

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: VirtualHost *:80 ServerName coax.iliffe.ca

[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
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 From: John Iliffe john.ili...@iliffe.ca

Re: [users@httpd] Access and Error Logs Being Created Before Reaching Maximum Size or Time

2013-03-08 Thread John Iliffe
This may be a dumb question but do you have logrotate running from cron? If so, check your configuration and see if the log is being rotated by BOTH logrotate AND httpd. Regards, John === On Friday 08 March 2013 08:02:36 Steve Penner wrote: BRIEF

Re: [users@httpd] fedora - apache

2013-04-13 Thread John Iliffe
You might also check that the ENTIRE ifcfg-eth0 configuration is there. I installed RHEL6 and the file was truncated for some reason. Fedora is very similar so could have made the same error. FYI, the entire file should look more or less like this: DEVICE=eth0 BOOTPROTO=none

Re: [users@httpd] Apache 2 Mod_Chroot problem

2013-04-14 Thread John Iliffe
Check logrotate which is probably doing a 'kill -SIGHUP'. Look in the Apache error log prior to the rotate for a message like this: [Sun Apr 14 03:19:55.472903 2013] [mpm_event:notice] [pid 22674:tid 140605074487040] AH00494: SIGHUP received. Attempting to restart Then the first error log

[users@httpd] Is this an Apache config problem?

2013-05-24 Thread John Iliffe
Every day I get a number of lines like the following in the Apache access log. Note that the response code is 200, successful. The requested URL is NOT on my web site. Does this imply that I have actually created an open proxy or relay? I would expect some form of error response such as

Re: [users@httpd] Is this an Apache config problem?

2013-05-25 Thread John Iliffe
On Saturday 25 May 2013 04:19:41 Walter H. wrote: On 25.05.2013 02:48, John Iliffe wrote: Every day I get a number of lines like the following in the Apache access log. Note that the response code is 200, successful. The requested URL is NOT on my web site. can you image that you

Re: [users@httpd] Is this an Apache config problem?

2013-05-25 Thread John Iliffe
On Saturday 25 May 2013 05:25:22 Nick Kew wrote: On 25 May 2013, at 01:48, John Iliffe wrote: 176.8.88.90 - - [23/May/2013:18:46:46 -0400] GET / HTTP/1.1 200 5406 http://www.world-mmo.com/; 29135 289 That's GET / . The other URL looks to me like a referer. Someone following a link

Re: [users@httpd] Changing the User Which Runs Apache

2013-08-08 Thread John Iliffe
Apache has to start as root so it can get permission on the socket (presumably 80). It then does an su to the uid it runs under. Could be apache but you can have anything you want. It does not need write or execute on any of the page directories just read. They could be owned by you or you

Re: [users@httpd] Apache not recording client addresses correctly

2013-09-30 Thread John Iliffe
I'm no expert on this sort of problem but I notice that the first and last addresses logged both point to: name = voip-98-144-147-0.wi.rr.com. name = voip-98-144-141-0.wi.rr.com. Any chance someone is accessing your web site from a cell phone instant messaging service? Regards, John

[users@httpd] module identification

2014-04-11 Thread John Iliffe
Is there a command in Apache that lists the modules loaded with their version numbers? -M shows everything but without the version numbers. -l does the same for modules that are compiled in. I just updated to openssl 1.0.1g and I need to confirm that that is really the version that is

[users@httpd] mod ssl

2014-04-11 Thread John Iliffe
I am compiling Apache-2.4.9 from source with the new openssl 1.0.1g. So far everything looks good EXCEPT that Apache won't start. After making a number of tweaks to the configuration, I'm stuck. The error from httpd -t is: httpd: Syntax error on line 130 of

Re: [users@httpd] mod ssl

2014-04-12 Thread John Iliffe
On Saturday 12 April 2014 01:49:09 Didier Spaier wrote: On 12/04/2014 03:40, John Iliffe wrote: I am compiling Apache-2.4.9 from source with the new openssl 1.0.1g. So far everything looks good EXCEPT that Apache won't start. After making a number of tweaks to the configuration, I'm stuck

Re: [users@httpd] mod ssl

2014-04-13 Thread John Iliffe
Well, after a weekend of absolute frustration I figured this one out. Because there is a paucity of documentation and given the importance of OpenSSL to the Apache community, I will give a full explanation as to what happened and why, and I hope that the Apache maintainers will be interested

Re: [users@httpd] mod ssl

2014-04-13 Thread John Iliffe
On Sunday 13 April 2014 19:44:11 Jeff Trawick wrote: On Sun, Apr 13, 2014 at 7:34 PM, John Iliffe john.ili...@iliffe.ca wrote: Well, after a weekend of absolute frustration I figured this one out. Because there is a paucity of documentation and given the importance of OpenSSL

Re: [users@httpd] mod ssl

2014-04-14 Thread John Iliffe
On Sunday 13 April 2014 21:32:12 Nick Kew wrote: On 14 Apr 2014, at 00:34, John Iliffe wrote: Here I am assuming that you are not using the O/S supplied OpenSSL version and that you are either updating Apache or don't have OpenSSL linked dynamically. Nick: I'm not trying to be a pain

Re: [users@httpd] Re: mod ssl

2014-04-14 Thread John Iliffe
expression library and is required by Apache. It is described somewhere in the INSTALL docs). Good luck! John === On Monday 14 April 2014 02:17:26 Basil wrote: John Iliffe john.iliffe at iliffe.ca writes: I am compiling Apache-2.4.9 from source with the new

Re: [users@httpd] Enabling ECDHE ciphers

2014-04-18 Thread John Iliffe
Re the version of OpenSSL, I reported this last week to this list. Seems that OpenSSL-1.0.1g is linked to libssl-1.0.0, not the usual libssl-1.x.x format. Probably a make file error, but it really seems to be 1.0.1g. John = On Friday 18 April 2014 12:14:32

Re: [users@httpd] Enabling ECDHE ciphers

2014-04-18 Thread John Iliffe
] AH00094: Command line: '/usr/apache-2.4.9/bin/httpd' BUT the libssl in use, and resulting from installing OpenSSL-1.0.1g, is libssl-1.0.0 John == On Friday 18 April 2014 13:08:12 John Iliffe wrote: Re the version of OpenSSL, I reported this last week

Re: [users@httpd] Question: Can I install Apache 2.2.26 on Redhat linux 5?

2014-04-29 Thread John Iliffe
As a general rule you can install any version of Apache on any version of Linux. The question is how much work you are willing to do! In the case of RHEL5, Red Hat is no longer supporting it so they don't keep the repository up to date. Maybe the last version you can pull with yum or up2date

Re: [users@httpd] Business Setup

2014-09-06 Thread John Iliffe
Someone should also bring to his attention that the web site will have to comply with the PCIA requirements (all several hundred of them!) if he is planning on taking credit and debit cards. This is NOT a trivial undertaking for those small e-commerce businesses that run their own servers.

Re: [users@httpd] Forcing openssl version 1.0.1m

2015-05-06 Thread John Iliffe
Look at the first entry in the error log when you restart Apache. It should show the version of OpenSSL and whether it started properly. John On Wednesday 06 May 2015 12:17:48 Daryl Rose wrote: Do to security vulnerabilities with OpenSSL, I've had to

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. >

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 <john.ili...@iliffe.ca> wrote: > > Just in case anyone is thinking about this, I managed to resolve it, > > more by luck than by any plan. > > > > Basically

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

2017-03-28 Thread John Iliffe
ar/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: > > First, I know this

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

2017-03-28 Thread John Iliffe
ttpd.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 <john.ili...@iliffe.ca> <john.ili...@iliffe.ca> > Reply: users@httpd.apache.org <users@httpd.apache.org> > <users@ht

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

2017-03-28 Thread John Iliffe
rds, John 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 <john.ili...@iliffe.ca&

[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

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 <john.ili...@iliffe.ca> wrote: > > Reading several sources there is conflicting informatio

[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

[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

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

2017-03-21 Thread John Iliffe
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 included &

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

2017-03-14 Thread John Iliffe
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 <john.ili...@iliffe.ca> > > wrote: > > > > I am trying to compile Apache 2.4.25 on Fedora 25 Linux. > &g

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

2017-03-16 Thread John Iliffe
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-03-15 2:15 GMT+03:00 John Iliffe &l

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

2017-04-09 Thread John Iliffe
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 > > > Am 07.04.20

[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

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

2017-04-13 Thread John Iliffe
t; 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 pages from mod_php to php-fpm, following >

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

2017-04-13 Thread John Iliffe
ug 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 <thu...@apache.org>: > > On 13/04/17 02:18 PM, John Iliffe wrote: > >> I'm still trying to figure out what is actually happening here and

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

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 we

[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

[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

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

2017-03-14 Thread John Iliffe
> > 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, John Iliffe &

[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

[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 <john.ili...@iliffe.ca>: > > 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 > &

Re: [users@httpd] configure apache2 on ubuntu 16.04 vps to use php-fpm is not leading to the desired outcome

2017-07-23 Thread John Iliffe
Try using the PHP5 version of php-fcgi. Not sure what your problem might be but a few months ago I had a LOT of trouble and couldn't get PHP7 php-fpm OR php-fcgi working so at the suggestion of the PHP list I backed off to PHP5 and everything worked exactly as expected. Worth a try anyway!

Re: [users@httpd] Unstable PHP under Apache

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

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
rating 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 Kennels > > -Original Mes

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

2017-05-14 Thread John Iliffe
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 <john.ili...@iliffe.ca> wrote: > > Sure: > > > > -- > > # namei -

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

2017-05-14 Thread John Iliffe
ot;/" and comment chdir and try again, just in case. > > 2017-05-14 17:42 GMT+02:00 Eric Covener <cove...@gmail.com>: > > On Sat, May 13, 2017 at 11:01 PM, John Iliffe <john.ili...@iliffe.ca> > > > > wrote: > > > Sure: > > > > > > -

  1   2   >