Hi,
On Mon, Sep 24, 2018 at 05:52:28PM +0200, Martin LEUSCH wrote:
> Hi,
>
> I have a web server with Apache 2.4 running in worker mode and multiple php
> version with FPM service running in dynamic mode.
>
> Sometimes php-fpm stop responding and I got a 503 error on php request but
> apache sti
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
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
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
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
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)
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
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
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
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
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
-- 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:
> >>
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
-- 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
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
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
"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
-- 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
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
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.
"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
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
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
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
> luck; then I want
Enrico,
Are you talkin about the Unable to load mm module error? If so
I've only seen that reported on non-i386 based arches as it works fine
here on i386 but not on Alpha... Also seen it reported as not working
on Sparc as well... I'm not sure the maintainer knows actually how to
fix this
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
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 there was a php.ini file which PHP4 looks for. Otherwise,
make sure there is a
> 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
28 matches
Mail list logo