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
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
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.
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
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
==
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
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
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
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
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
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
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,
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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.
--
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
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
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
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
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_
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
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
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
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,
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
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
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.
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
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
>
>
&
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
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
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
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.
> >
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
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
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
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
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'
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:
>
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
=
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
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
> 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
> &
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
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
>
> 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
>
&
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
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
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
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
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
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
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
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 '
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
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
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
==
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
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
#
#
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
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
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
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.
-
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
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
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
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
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
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:
> > >
> > > --
>
===
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
$
> > 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
> > 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
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
> >
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
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
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
> 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
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
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 - 100 of 151 matches
Mail list logo