Re: Need help with debugging Apache on Debian 10.2

2020-01-17 Thread Angela Korra'ti
The PHP issues were primarily involved with Wordpress plugins. I had to go through and find several that were not compatible with PHP 7. I _think_ I found and fixed all of those, but it’s certainly possible that the issue might be caused by a bad plugin. But I don’t know for sure. I’ve tried di

Re: Need help with debugging Apache on Debian 10.2

2020-01-17 Thread tomas
On Fri, Jan 17, 2020 at 08:38:18PM -0800, Angela Korra'ti wrote: > Yes we did, we did the upgrade in two distinct stages. > We did run into roadblocks as we went, but those were > mostly around PHP incompatibilities that we had to > address to bring our sites back up. I'd look first into that PHP

Re: Need help with debugging Apache on Debian 10.2

2020-01-17 Thread Angela Korra'ti
P.S. Confirmed that systemctl reload apache2.service throws no errors. > On Jan 17, 2020, at 8:38 PM, Angela Korra'ti > wrote: > > Yes we did, we did the upgrade in two distinct stages. We did run into > roadblocks as we went, but those were mostly around PHP incompatibilities > that we had t

Re: Need help with debugging Apache on Debian 10.2

2020-01-17 Thread Angela Korra'ti
Yes we did, we did the upgrade in two distinct stages. We did run into roadblocks as we went, but those were mostly around PHP incompatibilities that we had to address to bring our sites back up. I’m _pretty_ sure we don’t have any config incompatibilities in Apache… because yeah, Apache does i

Re: Need help with debugging Apache on Debian 10.2

2020-01-17 Thread Dan Ritter
Angela Korra???ti wrote: > However, as of when we updated to Debian 10.2, we started having recurring > issues with Apache throwing segmentation faults that resulted in all > PHP-based sites (notably, the Wordpress ones) throwing 503 errors from > varnish. > > https://angelahighland.info/2020/

Need help with debugging Apache on Debian 10.2

2020-01-17 Thread Angela Korra’ti
Hi Debian users list, My name is Angela and I run Debian 10.2 on my home web server. On that server, my wife and I are hosting several Wordpress sites as well as a small number of non-Wordpress ones. However, as of when we updated to Debian 10.2, we started having recurring issues with Apache

Re: apache on debian

2009-09-30 Thread SergeyNaumov
Rick Pasotto пишет: 3) When I (re)start apache I get the warning: apache2: Could not reliably determine the server's fully qualified domain name, using niof.net for ServerName I have several virtual sites installed, including niof.net. This error doesn't seem to be causing a problem but I'd

Re: apache on debian

2009-09-09 Thread Nuno Magalhães
After upgrading my php-cgi to 5.2.10-2.2 both apache and nginx stopped having problems. -- () ascii-rubanda kampajno - kontraŭ html-a retpoŝto /\ ascii ribbon campaign - against html e-mail -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Troub

Re: apache on debian

2009-09-08 Thread S. Fishpaste
On Sun, 6 Sep 2009 18:21:36 -0400, Rick Pasotto in gmane.linux.debian.user wrote: > On Sun, Sep 06, 2009 at 03:54:52PM -0400, S. Fishpaste wrote: >> On Wed, 2 Sep 2009 11:57:10 -0400, Rick Pasotto in gmane.linux.debian.user >> wrote: >> > Where is the best place for me to ask questions about runn

Re: apache on debian

2009-09-06 Thread Nuno Magalhães
> 1) Recently I've started to get a lot of this error: > >  ALERT - canary mismatch on efree() - heap overflow detected (attacker >  '64.12.116.75', file '/var/www/org/acc-tm/index.php') > 2) *Sometimes* a page is not passed through the php interpreter so the > browser gets a php document that it

Re: apache on debian

2009-09-06 Thread Rick Pasotto
On Sun, Sep 06, 2009 at 03:54:52PM -0400, S. Fishpaste wrote: > On Wed, 2 Sep 2009 11:57:10 -0400, Rick Pasotto in gmane.linux.debian.user > wrote: > > Where is the best place for me to ask questions about running apache on > > my debian system? For the most part everything is working fine but the

Re: apache on debian

2009-09-06 Thread S. Fishpaste
On Wed, 2 Sep 2009 11:57:10 -0400, Rick Pasotto in gmane.linux.debian.user wrote: > Where is the best place for me to ask questions about running apache on > my debian system? For the most part everything is working fine but there > are a few anomolies I'd like to get cleared up. > Probably here.

Re: apache on debian

2009-09-02 Thread Chris Bannister
On Wed, Sep 02, 2009 at 05:03:01PM +0100, Nuno Magalhães wrote: > On Wed, Sep 2, 2009 at 16:57, Rick Pasotto wrote: > > Where is the best place for me to ask questions about running apache on > > my debian system? For the most part everything is working fine but there > > are a few anomolies I'd li

Re: apache on debian

2009-09-02 Thread Rakotomandimby Mihamina
09/02/2009 06:57 PM, Rick Pasotto:: Where is the best place for me to ask questions about running apache on my debian system? For the most part everything is working fine but there are a few anomolies I'd like to get cleared up. You could have just described what is the problem... -- Arc

Re: apache on debian

2009-09-02 Thread Nuno Magalhães
On Wed, Sep 2, 2009 at 16:57, Rick Pasotto wrote: > Where is the best place for me to ask questions about running apache on > my debian system? For the most part everything is working fine but there > are a few anomolies I'd like to get cleared up. You could start by using a search engine. If it's

apache on debian

2009-09-02 Thread Rick Pasotto
Where is the best place for me to ask questions about running apache on my debian system? For the most part everything is working fine but there are a few anomolies I'd like to get cleared up. -- "A man's liberties are none the less aggressed upon because those who coerce him do so in the belief

Re: [NEWBIE] Installing PHP and Apache on Debian

2004-08-12 Thread Osamu Aoki
On Sun, Aug 08, 2004 at 04:18:56PM -0500, [EMAIL PROTECTED] wrote: > Hi. > > I plan to install PHP and Apache on a new, virgin (remote) Debian > server, with PHP running as an Apache shared module. Can I do that > using "apt-get install"? Would I simply run "apt-get install php4" (is > that the c

Re: [NEWBIE] Installing PHP and Apache on Debian

2004-08-08 Thread Ryan Vilim
More or less, but as with most things it is slightly more complicated than that. First off, there are quite a few optional php modules, mcrypt, mysql, gd and what have you, apt-cache search php should show you all of them (look for the php4- prefix). Although I am not positive (its been a while

Re: Installing PHP and Apache on Debian

2004-08-08 Thread Douglas Ward
On Sun, 2004-08-08 at 16:18 -0500, wrote: > Hi. > > I plan to install PHP and Apache on a new, virgin (remote) Debian server, with PHP > running as an Apache shared module. > Can I do that using "apt-get install"? Would I simply run "apt-get install php4" (is > that the correct notaton?) and wi

Re: [NEWBIE] Installing PHP and Apache on Debian

2004-08-08 Thread Paul Johnson
Please fix your misconfigured mail client: Turn line wrap to 72 columns and throw an extra line feed in between paragraphs. [EMAIL PROTECTED] writes: > I plan to install PHP and Apache on a new, virgin (remote) Debian > server, with PHP running as an Apache shared module. OK. > Can I do that us

[NEWBIE] Installing PHP and Apache on Debian

2004-08-08 Thread debian
Hi. I plan to install PHP and Apache on a new, virgin (remote) Debian server, with PHP running as an Apache shared module. Can I do that using "apt-get install"? Would I simply run "apt-get install php4" (is that the correct notaton?) and will that take care of everything else (including insta

Re: Apache on Debian - high loads?

2002-03-04 Thread Petro
On Mon, Mar 04, 2002 at 10:49:36AM +0200, George Karaolides wrote: > Hi all, > Does anyone have experience of running Apache on Debian successfully with > high loads? Define "High". > I've been asked about the possibility of running a webserver with up to >

Apache on Debian - high loads?

2002-03-04 Thread George Karaolides
Hi all, Does anyone have experience of running Apache on Debian successfully with high loads? I've been asked about the possibility of running a webserver with up to five thousand concurrent users. I would, of course, prefer to do it with Apache on Debian. Would Debian be up to the task?

Re: apache on debian frozen!

2000-05-25 Thread Thomas Braun
thx for your help! -- cu thomas PGP DSS Key fingerprint = B4 9F 55 F6 D4 5D 0F 31 95 8E E0 8C 1E 9F 49 E1 23 5D 8C 3D # # #

Re: apache on debian frozen!

2000-05-24 Thread Ethan Benson
On Tue, May 23, 2000 at 04:51:52PM +0200, Thomas Braun wrote: > hello group i use the htpasswd from apache for my squid password list > with ncsa_auth authentication ! > > > my password is 9 characters long but if i typed only 8 it is ssuccessful > ! htpasswd in apache by default creates crypt

apache on debian frozen!

2000-05-23 Thread Thomas Braun
hello group i use the htpasswd from apache for my squid password list with ncsa_auth authentication ! my password is 9 characters long but if i typed only 8 it is ssuccessful ! is this a bug or can squid only handle 8 characters? -- cu thomas PGP DSS Key fingerprint = B4 9F 55 F6 D4 5D

Re: apache on debian

1998-05-04 Thread Ulisses Alonso Camaro
-BEGIN PGP SIGNED MESSAGE- Hello Rudolf! On Mon, 4 May 1998, Rudolf Buergin wrote: > I have linux ver. 2.0.31 and apache 1.2.5 > the apache server is running but i can not browse the apache. ping is ok try to give us more info, for instance stop and start the service and show us the ou

apache on debian

1998-05-04 Thread Rudolf Buergin
I have linux ver. 2.0.31 and apache 1.2.5 the apache server is running but i can not browse the apache. ping is ok who can help me rudi -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]