Re: Apache and PHP-FPM

2018-09-24 Thread Nazar Zhuk
quest but > apache still respond to http request to other files (css, js, jpeg, ...) > then after a while apache stop respond (nothing logged on error log neither > in access log). I have to restart apache and php-fpm services to unlock the > server. Did you check php-fpm log as well? I

Apache and PHP-FPM

2018-09-24 Thread Martin LEUSCH
while apache stop respond (nothing logged on error log neither in access log). I have to restart apache and php-fpm services to unlock the server. Off course it's append while I have malicious activity on the server, the last time it's happen I found a SQL injection attempt that causi

Re: [Solved] apache and php scripts

2004-08-03 Thread Harland Christofferson
At Tuesday, 3 August 2004, "Monique Y. Mudama" <[EMAIL PROTECTED] org> wrote: *snip* >Interest. Where did you get your httpd.conf from? I have the following >in my httpd.conf: > >Include /etc/apache/modules.conf > >Granted, my apache configuration has been ported from machine to machine >for s

Re: [Solved] apache and php scripts

2004-08-03 Thread Monique Y. Mudama
On 2004-08-03, Harland Christofferson penned: > At Tuesday, 3 August 2004, "Monique Y. Mudama" <[EMAIL PROTECTED] > org> wrote: > > *snip* >> >>Do you have the following line in any of the files in /etc/apache ? >> >>LoadModule php4_module /usr/lib/apache/1.3/libphp4.so >> >>-- >>monique >> > > tu

[Solved] apache and php scripts

2004-08-03 Thread Harland Christofferson
At Tuesday, 3 August 2004, "Monique Y. Mudama" <[EMAIL PROTECTED] org> wrote: *snip* > >Do you have the following line in any of the files in /etc/apache ? > >LoadModule php4_module /usr/lib/apache/1.3/libphp4.so > >-- >monique > turns out this was exactly the problem. LoadModule php4_module /u

Re: apache and php scripts

2004-08-03 Thread Monique Y. Mudama
On 2004-08-02, Harland Christofferson penned: > At Monday, 2 August 2004, "Jacob S." <[EMAIL PROTECTED]> wrote: > > *snip* >> >>Which php4 package(s) did you install? You will need php4-cgi, if it >>is not currently installed. >> >>HTH, Jacob >> > > i installed php4 and installed php4-cgi as per yo

Re: apache and php scripts

2004-08-02 Thread Harland Christofferson
At Monday, 2 August 2004, "Jacob S." <[EMAIL PROTECTED]> wrote: *snip* > >Which php4 package(s) did you install? You will need php4-cgi, if it is >not currently installed. > >HTH, >Jacob > i installed php4 and installed php4-cgi as per your recommendation. still same symptom. -- To UNS

Re: apache and php scripts

2004-08-02 Thread Harland Christofferson
At Monday, 2 August 2004, you wrote: *snip* > >It should be in /etc/apache/modules.conf. >Mine goes: >LoadModule mime_module /usr/lib/apache/1.3/mod_mime.so > >But I'm pretty sure it's going to be there. >It's more likely that something else is wrong, something simpler probably ;) >but I fail to

Re: apache and php scripts

2004-08-02 Thread Jacob S.
On Mon, 2 Aug 2004 09:56:34 -0400 Harland Christofferson <[EMAIL PROTECTED]> wrote: > At Monday, 2 August 2004, Joost De Cock <[EMAIL PROTECTED]> wrote: > > *snip* > > > > >Check out your apache config file: > >/etc/apache/httpd.conf > > > >look for these lines: > >AddType application/x-httpd-ph

Re: apache and php scripts

2004-08-02 Thread Joost De Cock
On Monday 02 August 2004 15:56, Harland Christofferson hurled the following on the wire: *snip* > >look for these lines: > >AddType application/x-httpd-php .php > >AddType application/x-httpd-php-source .phps > > > >Are they commented out? Then uncomment them. (you don't need the > > second one)

Re: apache and php scripts

2004-08-02 Thread Harland Christofferson
At Monday, 2 August 2004, Joost De Cock <[EMAIL PROTECTED]> wrote: *snip* > >Check out your apache config file: >/etc/apache/httpd.conf > >look for these lines: >AddType application/x-httpd-php .php >AddType application/x-httpd-php-source .phps > >Are they commented out? Then uncomment them. (you

Re: apache and php scripts

2004-08-02 Thread Joost De Cock
On Monday 02 August 2004 14:58, Harland Christofferson hurled the following on the wire: > i am trying to get a .php script to run via apache. i have other > cgi scripts running for other aliased paths but none for .php. ... > i have installed the php4 package via apt-get. > when i click on a .php

apache and php scripts

2004-08-02 Thread Harland Christofferson
i am trying to get a .php script to run via apache. i have other cgi scripts running for other aliased paths but none for .php. i have installed the php4 package via apt-get. my alias in http.conf for this script is: # # Alias for oscommerce added 08/02/04 by hhc # Alias /oscommerce/index.htm

Re: chmod, apache and php

2004-01-03 Thread GCS
On Tue, Dec 30, 2003 at 10:23:14PM +0100, Stephen Turner <[EMAIL PROTECTED]> wrote: > > > > > But, after some clearing up. My folders where a mess. So i moved the php > > > > > folder, to a new slot. Made sure that all the permissions where still > > > > > 775. But now apache is telling me, that i

Re: chmod, apache and php

2003-12-30 Thread Stephen Turner
On Sun, 2003-12-21 at 09:58, Rob Weir wrote: > On Sat, Dec 20, 2003 at 07:55:21PM +0100, Stephen Turner said > > On Wed, 2003-12-17 at 22:48, Rob Weir wrote: > > > On Mon, Dec 15, 2003 at 11:00:27PM +0100, Stephen Turner said > > > > Hi guys, > > > > > > > > Thanks for all the help so far. > > > >

Re: chmod, apache and php

2003-12-21 Thread Rob Weir
On Sat, Dec 20, 2003 at 07:55:21PM +0100, Stephen Turner said > On Wed, 2003-12-17 at 22:48, Rob Weir wrote: > > On Mon, Dec 15, 2003 at 11:00:27PM +0100, Stephen Turner said > > > Hi guys, > > > > > > Thanks for all the help so far. > > > > > > Ok, i have changed all my php files. To 775. Using

Re: chmod, apache and php

2003-12-17 Thread Rob Weir
On Mon, Dec 15, 2003 at 11:00:27PM +0100, Stephen Turner said > Hi guys, > > Thanks for all the help so far. > > Ok, i have changed all my php files. To 775. Using chmod. So no problem > there. Some of my php files worked. When i pointed my browser at them. > So cool. > > But, after some clearin

chmod, apache and php

2003-12-15 Thread Stephen Turner
Hi guys, Thanks for all the help so far. Ok, i have changed all my php files. To 775. Using chmod. So no problem there. Some of my php files worked. When i pointed my browser at them. So cool. But, after some clearing up. My folders where a mess. So i moved the php folder, to a new slot. Made su

Re: Apache and PHP

2003-11-29 Thread Florian Ernst
Hello James! On Sat, Nov 29, 2003 at 10:42:41AM -0600, Jacob S. wrote: On Sat, 29 Nov 2003 16:23:32 + James Hosken <[EMAIL PROTECTED]> wrote: I've just got apache running under testing and I want to know how I get PHP working, it doesn't seam to be enabled by default. Thanks in advance, regard

Re: Apache and PHP

2003-11-29 Thread Jacob S.
On Sat, 29 Nov 2003 16:23:32 + James Hosken <[EMAIL PROTECTED]> wrote: > I've just got apache running under testing and I want to know how I > get PHP working, it doesn't seam to be enabled by default. > Thanks in advance, regards > James I don't see mention of it in your post, so I'll go ahe

Apache and PHP

2003-11-29 Thread James Hosken
I've just got apache running under testing and I want to know how I get PHP working, it doesn't seam to be enabled by default. Thanks in advance, regards James -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: apache and php

2002-11-20 Thread Colin Watson
On Wed, Nov 20, 2002 at 11:42:46AM -0500, Matthew Weier O'Phinney wrote: > -- Chris Lale <[EMAIL PROTECTED]> wrote > (on Wednesday, 20 November 2002, 03:06 PM +): > > Matthew Weier O'Phinney wrote: > > > You enter it in httpd.conf as "127.0.0.1" but you /access/ it in your > > > /browser/ as ht

Re: apache and php

2002-11-20 Thread Matthew Weier O'Phinney
-- Chris Lale <[EMAIL PROTECTED]> wrote (on Wednesday, 20 November 2002, 03:06 PM +): > Matthew Weier O'Phinney wrote: > >>> > >>>Actually, set ServerName to 127.0.0.1 or localhost, like thus: > >>> ServerName 127.0.0.1 > >>>or > >>> ServerName localhost > >>> > >>>DON'T specify it as: > >>

Re: apache and php

2002-11-20 Thread Chris Lale
Matthew Weier O'Phinney wrote: >>> >>>Actually, set ServerName to 127.0.0.1 or localhost, like thus: >>> ServerName 127.0.0.1 >>>or >>> ServerName localhost >>> >>>DON'T specify it as: >>> Servername http://127.0.0.1 >> >> >>I am not sure that you are correct. Here are the relevant comment li

Re: apache and php

2002-11-20 Thread Matthew Weier O'Phinney
-- Chris Lale <[EMAIL PROTECTED]> wrote (on Wednesday, 20 November 2002, 12:11 PM +): > > > Matthew Weier O'Phinney wrote: > >-- Chris Lale <[EMAIL PROTECTED]> wrote > >>The system is a stand-alone home box with a dial-up modem. I assume that > >>setting ServerName http://127.0.0.1/ is approp

Re: apache and php

2002-11-20 Thread Chris Lale
Jeremy Turner wrote: On Tue, 2002-11-19 at 08:40, Shyamal Prasad wrote: "Chris" == Chris Lale <[EMAIL PROTECTED]> writes: Chris> I did get an alert during installation: [alert] apache: Chris> Could not determine the server's fully qualified domain Chris> name, using 127.0.0.1 for

Re: apache and php

2002-11-20 Thread Chris Lale
Matthew Weier O'Phinney wrote: -- Chris Lale <[EMAIL PROTECTED]> wrote The system is a stand-alone home box with a dial-up modem. I assume that setting ServerName http://127.0.0.1/ is appropriate. Actually, set ServerName to 127.0.0.1 or localhost, like thus: ServerName 127.0.0.1 or S

Re: apache and php

2002-11-19 Thread Shyamal Prasad
"Jeremy" == Jeremy Turner <[EMAIL PROTECTED]> writes: Jeremy> On Tue, 2002-11-19 at 08:40, Shyamal Prasad wrote: >> "Chris" == Chris Lale <[EMAIL PROTECTED]> writes: >> Chris> I did get an alert during installation: [alert] apache: Chris> Could not determine the server's f

Re: apache and php

2002-11-19 Thread Matthew Weier O'Phinney
-- Chris Lale <[EMAIL PROTECTED]> wrote (on Tuesday, 19 November 2002, 05:03 PM +): > Shyamal Prasad wrote: > > I can't help with your PHP problem, but you really need to fix this > > if you ever browse your apache served pages from another place. Your > > best bet is to edit the config file

Re: apache and php

2002-11-19 Thread Chris Lale
Thanks freek, Stefan and Shyamal Php files now work in the browser! The answer was in uncommenting the lines you suggested in the /etc/apache/httpd.conf file and using apachectl to restart the server. What I did not realise for a while was that I needed to exit and reload the browser too. Here a

Re: apache and php

2002-11-19 Thread Jeremy Turner
On Tue, 2002-11-19 at 08:40, Shyamal Prasad wrote: > "Chris" == Chris Lale <[EMAIL PROTECTED]> writes: > > Chris> I did get an alert during installation: [alert] apache: > Chris> Could not determine the server's fully qualified domain > Chris> name, using 127.0.0.1 for ServerName.

Re: apache and php

2002-11-19 Thread Shyamal Prasad
"Chris" == Chris Lale <[EMAIL PROTECTED]> writes: Chris> I did get an alert during installation: [alert] apache: Chris> Could not determine the server's fully qualified domain Chris> name, using 127.0.0.1 for ServerName. I can't help with your PHP problem, but you really need to f

Re: apache and php

2002-11-19 Thread Stefan Janecek
On Tue, 2002-11-19 at 14:17, Chris Lale wrote: > Php is not working in Apache. I am trying to install phpgroupware in > Woody. It did not work in one go so I am doing it in stages. Apache is > up and running (hostname 'athlon' or '127.0.0.1'). > > I installed php3.deb and put a test file ('test.ph

Re: apache and php

2002-11-19 Thread freek stelpstra
Hi Chris, Do have something like this in your httpd.conf: # PHP 3.x: # AddType application/x-httpd-php3 .php3 AddType application/x-httpd-php3-source .phps AddType application/x-httpd-php3 .phtml # # PHP 4.x: # AddType application/x-httpd-php .php

apache and php

2002-11-19 Thread Chris Lale
Php is not working in Apache. I am trying to install phpgroupware in Woody. It did not work in one go so I am doing it in stages. Apache is up and running (hostname 'athlon' or '127.0.0.1'). I installed php3.deb and put a test file ('test.php') in /var/www/. When I point the browser at http://athl

Apache and PHP

2002-01-06 Thread Zdzislaw A. Kaleta
I had instaled the last packages of apache and php (debian unstable). When in /usr/lib/apache/1.3 is a libphp4.so from 4.1.1 package the apache server won't start with the info: "/usr/sbin/apachectl: line 171: 11601 Segmentation fault $HTTPD /usr/sbin/apachectl start: httpd co

Re: Apache and php segfaulting

2001-11-27 Thread Enrico Zini
On Tue, Nov 27, 2001 at 10:20:22AM +0100, [EMAIL PROTECTED] wrote: > used also for php development, and since the bug has already been > reported (more or less in bugs 119688, 121096, 109454, 116856, 120492), > first I tried to recompile apache and php from source, but I had no >

Re: Apache and php segfaulting

2001-11-27 Thread Jeremy T. Bouse
out that the new apache > segfaults on startup if I load the php4 module. Since that machine is > used also for php development, and since the bug has already been > reported (more or less in bugs 119688, 121096, 109454, 116856, 120492), > first I tried to recompile apache and php from source

Re: Apache and php segfaulting

2001-11-27 Thread enrico
On Tue, Nov 27, 2001 at 06:07:51AM -0500, Michael Ward Cole wrote: > I am using Apache 1.3.22 and PHP4.0.1 (I think). Had some difficulty > getting it installed but is working fine at this moment with linux > 2.2.20 on a 'testing' machine. Things that I had to look for included > making sure the

Re: Apache and php segfaulting

2001-11-27 Thread Michael Ward Cole
upgraded my testing machine and found out that the new apache > segfaults on startup if I load the php4 module. Since that machine is > used also for php development, and since the bug has already been > reported (more or less in bugs 119688, 121096, 109454, 116856, 120492), > first I tried t

Apache and php segfaulting

2001-11-27 Thread enrico
recompile apache and php from source, but I had no luck; then I wanted to just downgrade to the previous version, but I don't have the packages anymore and I can't find them in ftp.debian.org nor any mirrors I've tried. Do you have any ideas on what should I try now? TIA Bye, Enr

Re: Apache and Php (Was Re: apt-get)

2000-08-24 Thread Mark Janssen
> From: John Griffiths <[EMAIL PROTECTED]> > To: debian-user@lists.debian.org > Subject: Re: apt-get > > OK this answers my first question and i do appreciate it. > which leaves with the second issue of installing and configuring > apache/php on debian potato. That shouln't be too hard... let me

Apache and PHP

2000-04-24 Thread Yegon
I tried to install a new php 3.0.16-2 package it wants me to install some libs such as libz1 libdb2 2.4.14-7 I cannot find them. How should I proceed, I need a newer php version - at least 3.0.6 to work on my computer. Thanks Yegon