Re: Apache logs and systemd

2023-06-16 Thread Andy Smith
Hello, On Fri, Jun 16, 2023 at 12:38:40PM -0500, Tom Browder wrote: > I should have mentioned in OP the logs are in a dir under my own apache > installation dir, and they are text files. I’ll try to get “logrotate” to > take them over. It should happen by default. Normally logrotate is called by

Re: Apache logs and systemd

2023-06-16 Thread Tom Browder
On Thu, Jun 15, 2023 at 16:57 Andy Smith wrote: > Hi Tom, > > On Thu, Jun 15, 2023 at 01:52:10PM -0500, Tom Browder wrote: > > Maybe it's related to the rsyslog changes ? > > apache by default does not use a syslog for logging though, it … Thanks, Andy. I should have mentioned in OP the logs a

Re: Apache logs and systemd

2023-06-15 Thread Andy Smith
Hi Tom, On Thu, Jun 15, 2023 at 01:52:10PM -0500, Tom Browder wrote: > Maybe it's related to the rsyslog changes ? apache by default does not use a syslog for logging though, it writes logfiles itself directly. On a normal Debian distribution these are rotated by the logrotate package. So any am

Re: Apache logs and systemd

2023-06-15 Thread Tom Browder
On Wed, Jun 14, 2023 at 13:18 zithro wrote: > On 14 Jun 2023 19:30, Tom Browder wrote: ... > I’ve been running httpd for many years, long before systemd came along. > > Somewhere in the various upgrades over the years I lost the old rotating > > logs. > > Now I would like to initiate the rotati

Re: Apache logs and systemd

2023-06-15 Thread Tom Browder
On Wed, Jun 14, 2023 at 13:15 Greg Wooledge wrote: > On Wed, Jun 14, 2023 at 12:30:37PM -0500, Tom Browder wrote: .., > If you want text log FILES (e.g. /var/log/whatever), install the rsyslog > package. For rotation, install logrotate. Thank you. ... > Systemd by itself only creates binar

Re: Apache logs and systemd

2023-06-14 Thread zithro
On 14 Jun 2023 19:30, Tom Browder wrote: I’ve been running httpd for many years, long before systemd came along. Somewhere in the various upgrades over the years I lost the old rotating logs. Now I would like to initiate the rotating logs again. Can I do that with systemd somehow? Isn't that t

Re: Apache logs and systemd

2023-06-14 Thread Greg Wooledge
On Wed, Jun 14, 2023 at 12:30:37PM -0500, Tom Browder wrote: > I’ve been running httpd for many years, long before systemd came along. > Somewhere in the various upgrades over the years I lost the old rotating > logs. > > Now I would like to initiate the rotating logs again. Can I do that with > s

Re: Apache or Nginx on debian

2023-05-29 Thread Dan Ritter
Tom Reed wrote: > Though the question is not directly related to debian. > But since most of you are sysadmin expects, may I ask that for running a > simple web service, should I choose nginx or apache, and why? The service > is combined by some php and python scripts, with redis as backend DB.

Re: Apache or Nginx on debian

2023-05-29 Thread Stanislav Vlasov
пн, 29 мая 2023 г. в 12:14, Tom Reed : > Though the question is not directly related to debian. > But since most of you are sysadmin expects, may I ask that for running a > simple web service, should I choose nginx or apache, and why? The service > is combined by some php and python scripts, with

Re: apache 2.4 configuration

2020-04-11 Thread Joe
On Sat, 11 Apr 2020 07:34:20 + "Russell L. Harris" wrote: > On Mon, Apr 06, 2020 at 12:43:58PM +0100, Joe wrote: > >Localhost is the machine running Apache. The normal IP address for it > >is 127.0.0.1, though there are others. It isn't an Apache thing, > >it's a networking thing. It's referr

Re: apache 2.4 configuration

2020-04-11 Thread Russell L. Harris
On Mon, Apr 06, 2020 at 12:43:58PM +0100, Joe wrote: Localhost is the machine running Apache. The normal IP address for it is 127.0.0.1, though there are others. It isn't an Apache thing, it's a networking thing. It's referred to in network configuration as 'lo'. If you install Apache2.X on Debi

Re: apache 2.4 configuration

2020-04-06 Thread Joe
On Mon, 6 Apr 2020 06:26:21 + "Russell L. Harris" wrote: > I am searching for a guide for configuration of Apache 2.4 on Debian > 10. Thus far, my web searches have found guides for Debian 9 and > guides for Apache 2.2. > > I am aware of "https://httpd.apache.org/docs/2.4/"; and am digestin

Re: apache 2.4 configuration

2020-04-06 Thread Andrei POPESCU
On Lu, 06 apr 20, 10:51:06, john doe wrote: > On 4/6/2020 8:26 AM, Russell L. Harris wrote: > > > I think that, to begin with, I need to find a good explanation of the > > concept of "localhost".  Hopefully that is somewhere in the Apache 2.4 > > localhost is simply a name to specify 127.0.0.1 or

Re: apache 2.4 configuration

2020-04-06 Thread john doe
On 4/6/2020 8:26 AM, Russell L. Harris wrote: > I am searching for a guide for configuration of Apache 2.4 on Debian > 10.  Thus far, my web searches have found guides for Debian 9 and > guides for Apache 2.2. > > I am aware of "https://httpd.apache.org/docs/2.4/"; and am digesting it > as rapidly

Re: apache only servers text page

2019-09-30 Thread Dave
Sorry about that. by remarking out the ForceType we are now able to view html file. Apache is serving perl executables as actual code. ( .pl .cgi ) or files that have the first line as #!/usr/bin/perl perl has been installed in correct location. /etc/mime.types file has text/x-perl .pl  

Re: apache only servers text page

2019-09-30 Thread Carl
On 9/29/19 11:28 PM, Dave wrote: Our apache2 is only severing text or code pages instead of html pages. apache did have a "ForceType of text/plain remarking out did not solve the problem. .pl files on the server are also served are code. text/html - is used in all scripts, and it is located in

Re: Apache and PHP-FPM

2018-09-24 Thread Nazar Zhuk
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

Re: Apache HTP-Server won't fork more than 3000 processes.

2018-09-18 Thread Martin
Am 18.09.2018 um 13:40 schrieb Mirko Parthey: > On Tue, Sep 18, 2018 at 12:37:48PM +0200, Martin wrote: >>> # cd /sys/fs/cgroup/pids/... >>> # cat pids.max >> >> There is no pids.max >> But I have a /proc/sys/kernel/pid_max = 32768 >> I guess like systemd is limiting here? >> >>> How many tasks are

Re: Apache HTP-Server won't fork more than 3000 processes.

2018-09-18 Thread Mirko Parthey
On Tue, Sep 18, 2018 at 12:37:48PM +0200, Martin wrote: > > # cd /sys/fs/cgroup/pids/... > > # cat pids.max > > There is no pids.max > But I have a /proc/sys/kernel/pid_max = 32768 > I guess like systemd is limiting here? > > > How many tasks are assigned to the cgroup? > > # wc -l tasks > > 103

Re: Apache HTP-Server won't fork more than 3000 processes.

2018-09-18 Thread Martin
Am 18.09.2018 um 11:51 schrieb Mirko Parthey: > On Tue, Sep 18, 2018 at 12:14:11AM +0200, Martin wrote: >> I have an issue with Apache's HTTP-Server 2.4. It says 'Resource temporarily >> unavailable: AH00159: fork: Unable to fork new process'. I know, there are >> some hits with Google, but there

Re: Apache HTP-Server won't fork more than 3000 processes.

2018-09-18 Thread Mirko Parthey
On Tue, Sep 18, 2018 at 12:14:11AM +0200, Martin wrote: > I have an issue with Apache's HTTP-Server 2.4. It says 'Resource temporarily > unavailable: AH00159: fork: Unable to fork new process'. I know, there are > some hits with Google, but there is no solution to me. > Systemd knows about a task

Re: Apache HTP-Server won't fork more than 3000 processes.

2018-09-18 Thread Dave Sherohman
On Tue, Sep 18, 2018 at 12:14:11AM +0200, Martin wrote: > I have an issue with Apache's HTTP-Server 2.4. It says 'Resource temporarily > unavailable: AH00159: fork: Unable to fork new process'. I know, there are > some hits with Google, but there is no solution to me. > Systemd knows about a task

Re: Apache Backuppc problem

2018-08-11 Thread Dale Forsyth
https://www.mycause.com.au/page/183259/a-smile-will-change-a-day-love-that-changed-my-world From: Gary Roach Sent: Sunday, 12 August 2018 3:50 AM To: Debian User Subject: Apache Backuppc problem Hi all. Debian Stretch OS I have installed the BackupPC /Apache2 pa

Re: Apache Backuppc problem

2018-08-11 Thread Bob Weber
On 8/11/18 1:50 PM, Gary Roach wrote: Hi all. Debian Stretch OS I have installed the BackupPC /Apache2 package before and had no trouble accessing the BackupPC GUI at localhost/backuppc. This time (using apt install backuppc) I keep getting a window asking if I wish to save a bin file. The s

Re: apache not running at boot

2018-07-25 Thread john doe
On 7/25/2018 7:10 PM, mick crane wrote: On 2018-07-25 14:05, Dave wrote: On 07/22/2018 01:55 PM, mick crane wrote: On 2018-07-22 17:52, john doe wrote: Also what is the output of: $ systemctl status NetworkManager-wait-online what would be handy is a way to get a verbose output to the ap

Re: apache not running at boot

2018-07-25 Thread mick crane
On 2018-07-25 14:05, Dave wrote: On 07/22/2018 01:55 PM, mick crane wrote: On 2018-07-22 17:52, john doe wrote: Also what is the output of: $ systemctl status NetworkManager-wait-online what would be handy is a way to get a verbose output to the apache2 log on boot. mick ah - i found t

Re: apache not running at boot

2018-07-25 Thread john doe
On 7/25/2018 3:05 PM, Dave wrote: On 07/22/2018 01:55 PM, mick crane wrote: On 2018-07-22 17:52, john doe wrote: Also what is the output of: $ systemctl status NetworkManager-wait-online what would be handy is a way to get a verbose output to the apache2 log on boot. mick ah - i fo

Re: apache not running at boot

2018-07-25 Thread Dave
On 07/22/2018 01:55 PM, mick crane wrote: On 2018-07-22 17:52, john doe wrote: Also what is the output of: $ systemctl status NetworkManager-wait-online what would be handy is a way to get a verbose output to the apache2 log on boot. mick ah - i found this in the syslog after boot,

Re: apache not running at boot

2018-07-25 Thread Greg Wooledge
On Fri, Jul 20, 2018 at 10:34:12AM +0200, john doe wrote: > > I have no idea what NM is ... can you provide a path to a configuration > > file? i will reply with it's contents. Jeez, I go away for a few days and look what happens. NM is "Network Manager", which is one of the optional ways to conf

Re: apache not running at boot

2018-07-23 Thread mick crane
On 2018-07-23 12:13, john doe wrote: For testing you should read the advice from: https://www3.ntu.edu.sg/home/ehchua/programming/howto/Apache_HowToConfigure.html#zz-1. Basically, use the listen directive with only a port above 1024: listen 8000 from that link can assume then that there is

Re: apache not running at boot

2018-07-23 Thread john doe
On 7/23/2018 8:23 AM, john doe wrote: On 7/23/2018 12:14 AM, Dave wrote: On 7/22/18 1:04 PM, Cindy-Sue Causey wrote: On 7/22/18, mick crane wrote: On 2018-07-22 16:13, Dave wrote: i can't imagine why Deb, is not automatically configuring apache2 to auto start, a well know server for 10+ y

Re: apache not running at boot

2018-07-23 Thread john doe
On 7/23/2018 9:42 AM, Joe wrote: On Sun, 22 Jul 2018 18:14:04 -0400 Dave wrote: I think i should explain something i did not explain before - I have an old server that is currently running, it is old and running Deb 4 , and completely configured to run with our 1 router, server IP, dhcp, al

Re: apache not running at boot

2018-07-23 Thread Joe
On Sun, 22 Jul 2018 18:14:04 -0400 Dave wrote: > > I think i should explain something i did not explain before - > > I have an old server that is currently running, it is old and running > Deb 4 , and completely configured to run with our 1 router, server > IP, dhcp, all ports 80, 443, 22, 21

Re: apache not running at boot

2018-07-22 Thread john doe
On 7/23/2018 12:14 AM, Dave wrote: On 7/22/18 1:04 PM, Cindy-Sue Causey wrote: On 7/22/18, mick crane wrote: On 2018-07-22 16:13, Dave wrote: i can't imagine why Deb, is not automatically configuring apache2 to auto start, a well know server for 10+ years and yet it seems in my case it was

Re: apache not running at boot

2018-07-22 Thread mick crane
On 2018-07-22 23:30, mick crane wrote: On 2018-07-22 23:14, Dave wrote: On 7/22/18 1:04 PM, Cindy-Sue Causey wrote: On 7/22/18, mick crane wrote: On 2018-07-22 16:13, Dave wrote: i can't imagine why Deb, is not automatically configuring apache2 to auto start, a well know server for 10+ yea

Re: apache not running at boot

2018-07-22 Thread mick crane
On 2018-07-22 23:14, Dave wrote: On 7/22/18 1:04 PM, Cindy-Sue Causey wrote: On 7/22/18, mick crane wrote: On 2018-07-22 16:13, Dave wrote: i can't imagine why Deb, is not automatically configuring apache2 to auto start, a well know server for 10+ years and yet it seems in my case it was not

Re: apache not running at boot

2018-07-22 Thread Dave
On 7/22/18 1:04 PM, Cindy-Sue Causey wrote: On 7/22/18, mick crane wrote: On 2018-07-22 16:13, Dave wrote: i can't imagine why Deb, is not automatically configuring apache2 to auto start, a well know server for 10+ years and yet it seems in my case it was not configured properly. Please i

Re: apache not running at boot

2018-07-22 Thread mick crane
On 2018-07-22 17:52, john doe wrote: Also what is the output of: $ systemctl status NetworkManager-wait-online what would be handy is a way to get a verbose output to the apache2 log on boot. mick -- Key ID4BFEBB31

Re: apache not running at boot

2018-07-22 Thread Cindy-Sue Causey
On 7/22/18, mick crane wrote: > On 2018-07-22 16:13, Dave wrote: > >> i can't imagine why Deb, is not automatically configuring apache2 to >> auto start, a well know server for 10+ years and yet it seems in my >> case it was not configured properly. >> >> Please if anyone out there may have the a

Re: apache not running at boot

2018-07-22 Thread john doe
On 7/22/2018 5:32 PM, john doe wrote: On 7/22/2018 5:13 PM, Dave wrote: On 07/22/2018 10:59 AM, john doe wrote: On 7/22/2018 4:48 PM, Dave wrote: On 07/22/2018 10:39 AM, john doe wrote: On 7/22/2018 4:08 PM, Dave wrote: On 07/22/2018 09:17 AM, john doe wrote: On 7/22/2018 2:57 PM, Dave

Re: apache not running at boot

2018-07-22 Thread Curt
On 2018-07-22, Dave wrote: > > >>> >>> Jul 22 10:42:59 culser NetworkManager[574]: [1532270579.0341] >>> dhcp4 (enp5s0):   domain name ** I don't know anything about this. I do notice your network device doesn't seem to be called 'eth0', so using that designation in your /e/n/i pr

Re: apache not running at boot

2018-07-22 Thread john doe
On 7/22/2018 5:13 PM, Dave wrote: On 07/22/2018 10:59 AM, john doe wrote: On 7/22/2018 4:48 PM, Dave wrote: On 07/22/2018 10:39 AM, john doe wrote: On 7/22/2018 4:08 PM, Dave wrote: On 07/22/2018 09:17 AM, john doe wrote: On 7/22/2018 2:57 PM, Dave wrote: On 07/22/2018 02:14 AM, john

Re: apache not running at boot

2018-07-22 Thread mick crane
On 2018-07-22 16:13, Dave wrote: i can't imagine why Deb, is not automatically configuring apache2 to auto start, a well know server for 10+ years and yet it seems in my case it was not configured properly. Please if anyone out there may have the answer, let us know. as it seems that the netw

Re: apache not running at boot

2018-07-22 Thread Dave
On 07/22/2018 10:59 AM, john doe wrote: On 7/22/2018 4:48 PM, Dave wrote: On 07/22/2018 10:39 AM, john doe wrote: On 7/22/2018 4:08 PM, Dave wrote: On 07/22/2018 09:17 AM, john doe wrote: On 7/22/2018 2:57 PM, Dave wrote: On 07/22/2018 02:14 AM, john doe wrote: On 7/21/2018 11:22 PM,

Re: apache not running at boot

2018-07-22 Thread john doe
On 7/22/2018 4:48 PM, Dave wrote: On 07/22/2018 10:39 AM, john doe wrote: On 7/22/2018 4:08 PM, Dave wrote: On 07/22/2018 09:17 AM, john doe wrote: On 7/22/2018 2:57 PM, Dave wrote: On 07/22/2018 02:14 AM, john doe wrote: On 7/21/2018 11:22 PM, Dave wrote: On 07/21/2018 11:38 AM, john

Re: apache not running at boot

2018-07-22 Thread Dave
On 07/22/2018 10:39 AM, john doe wrote: On 7/22/2018 4:08 PM, Dave wrote: On 07/22/2018 09:17 AM, john doe wrote: On 7/22/2018 2:57 PM, Dave wrote: On 07/22/2018 02:14 AM, john doe wrote: On 7/21/2018 11:22 PM, Dave wrote: On 07/21/2018 11:38 AM, john doe wrote: On 7/21/2018 3:46 PM,

Re: apache not running at boot

2018-07-22 Thread john doe
On 7/22/2018 4:08 PM, Dave wrote: On 07/22/2018 09:17 AM, john doe wrote: On 7/22/2018 2:57 PM, Dave wrote: On 07/22/2018 02:14 AM, john doe wrote: On 7/21/2018 11:22 PM, Dave wrote: On 07/21/2018 11:38 AM, john doe wrote: On 7/21/2018 3:46 PM, Dave wrote: On 07/21/2018 08:42 AM, mi

Re: apache not running at boot

2018-07-22 Thread Dave
On 07/22/2018 09:17 AM, john doe wrote: On 7/22/2018 2:57 PM, Dave wrote: On 07/22/2018 02:14 AM, john doe wrote: On 7/21/2018 11:22 PM, Dave wrote: On 07/21/2018 11:38 AM, john doe wrote: On 7/21/2018 3:46 PM, Dave wrote: On 07/21/2018 08:42 AM, mick crane wrote: On 2018-07-21 13:0

Re: apache not running at boot

2018-07-22 Thread john doe
On 7/22/2018 2:57 PM, Dave wrote: On 07/22/2018 02:14 AM, john doe wrote: On 7/21/2018 11:22 PM, Dave wrote: On 07/21/2018 11:38 AM, john doe wrote: On 7/21/2018 3:46 PM, Dave wrote: On 07/21/2018 08:42 AM, mick crane wrote: On 2018-07-21 13:00, john doe wrote: On 7/21/2018 11:21 AM,

Re: apache not running at boot

2018-07-22 Thread Dave
On 07/22/2018 02:14 AM, john doe wrote: On 7/21/2018 11:22 PM, Dave wrote: On 07/21/2018 11:38 AM, john doe wrote: On 7/21/2018 3:46 PM, Dave wrote: On 07/21/2018 08:42 AM, mick crane wrote: On 2018-07-21 13:00, john doe wrote: On 7/21/2018 11:21 AM, mick crane wrote: On 2018-07-21 09

Re: apache not running at boot

2018-07-21 Thread john doe
On 7/21/2018 11:22 PM, Dave wrote: On 07/21/2018 11:38 AM, john doe wrote: On 7/21/2018 3:46 PM, Dave wrote: On 07/21/2018 08:42 AM, mick crane wrote: On 2018-07-21 13:00, john doe wrote: On 7/21/2018 11:21 AM, mick crane wrote: On 2018-07-21 09:56, mick crane wrote: On 2018-07-21 09:39

Re: apache not running at boot

2018-07-21 Thread Dave
On 07/21/2018 11:38 AM, john doe wrote: On 7/21/2018 3:46 PM, Dave wrote: On 07/21/2018 08:42 AM, mick crane wrote: On 2018-07-21 13:00, john doe wrote: On 7/21/2018 11:21 AM, mick crane wrote: On 2018-07-21 09:56, mick crane wrote: On 2018-07-21 09:39, john doe wrote: my interfaces fil

Re: apache not running at boot

2018-07-21 Thread Dave
On 07/21/2018 11:43 AM, Curt wrote: On 2018-07-21, Dave wrote: i added "eth0" i added the "iface eth0 inet dhcp" rebooted and apache2 is still not starting on boot. What about Otto (I mean auto)? Or is this an inadvertent omission in your post and not in your /e/n/i? auto eth0 iface

Re: apache not running at boot

2018-07-21 Thread Curt
On 2018-07-21, Dave wrote: > > > i added "eth0" > i added the "iface eth0 inet dhcp" > rebooted > and apache2 is still not starting on boot. > > What about Otto (I mean auto)? Or is this an inadvertent omission in your post and not in your /e/n/i? auto eth0 iface eth0 inet dhcp would correspo

Re: apache not running at boot

2018-07-21 Thread john doe
On 7/21/2018 3:46 PM, Dave wrote: On 07/21/2018 08:42 AM, mick crane wrote: On 2018-07-21 13:00, john doe wrote: On 7/21/2018 11:21 AM, mick crane wrote: On 2018-07-21 09:56, mick crane wrote: On 2018-07-21 09:39, john doe wrote: my interfaces file is identical and apache starts OK so it i

Re: apache not running at boot

2018-07-21 Thread mick crane
On 2018-07-21 14:46, Dave wrote: On 07/21/2018 08:42 AM, mick crane wrote: On 2018-07-21 13:00, john doe wrote: On 7/21/2018 11:21 AM, mick crane wrote: On 2018-07-21 09:56, mick crane wrote: On 2018-07-21 09:39, john doe wrote: my interfaces file is identical and apache starts OK so it is pro

Re: apache not running at boot

2018-07-21 Thread Dave
On 07/21/2018 12:40 AM, メット wrote: On 2018年7月21日 12:53:32 JST, Dave wrote: On 07/19/2018 06:57 PM, Dave wrote: On 7/19/18 4:27 AM, Curt wrote: On 2018-07-19, Dave wrote: after boot apache is not running, if i run systemctl status apache2, i get the address bind error shown above at th

Re: apache not running at boot

2018-07-21 Thread Dave
On 07/21/2018 08:42 AM, mick crane wrote: On 2018-07-21 13:00, john doe wrote: On 7/21/2018 11:21 AM, mick crane wrote: On 2018-07-21 09:56, mick crane wrote: On 2018-07-21 09:39, john doe wrote: my interfaces file is identical and apache starts OK so it is probably something else. in /li

Re: apache not running at boot

2018-07-21 Thread mick crane
On 2018-07-21 13:00, john doe wrote: On 7/21/2018 11:21 AM, mick crane wrote: On 2018-07-21 09:56, mick crane wrote: On 2018-07-21 09:39, john doe wrote: my interfaces file is identical and apache starts OK so it is probably something else. in /lib/systemd/system/apache2.target do you have

Re: apache not running at boot

2018-07-21 Thread john doe
On 7/21/2018 11:21 AM, mick crane wrote: On 2018-07-21 09:56, mick crane wrote: On 2018-07-21 09:39, john doe wrote: my interfaces file is identical and apache starts OK so it is probably something else. in /lib/systemd/system/apache2.target do you have the "after" bit    1 [Unit]  

Re: apache not running at boot

2018-07-21 Thread mick crane
On 2018-07-21 09:56, mick crane wrote: On 2018-07-21 09:39, john doe wrote: my interfaces file is identical and apache starts OK so it is probably something else. in /lib/systemd/system/apache2.target do you have the "after" bit   1 [Unit]   2 Description=The Apache HTTP Server   

Re: apache not running at boot

2018-07-21 Thread mick crane
On 2018-07-21 09:39, john doe wrote: my interfaces file is identical and apache starts OK so it is probably something else. in /lib/systemd/system/apache2.target do you have the "after" bit   1 [Unit]   2 Description=The Apache HTTP Server   3 After=network.target remote-fs.tar

Re: apache not running at boot

2018-07-21 Thread john doe
On 7/21/2018 8:59 AM, mick crane wrote: On 2018-07-21 05:40, メット wrote: On 2018年7月21日 12:53:32 JST, Dave wrote: On 07/19/2018 06:57 PM, Dave wrote: On 7/19/18 4:27 AM, Curt wrote: On 2018-07-19, Dave wrote: after boot apache is not running, if i run systemctl status apache2, i get the a

Re: apache not running at boot

2018-07-20 Thread mick crane
On 2018-07-21 05:40, メット wrote: On 2018年7月21日 12:53:32 JST, Dave wrote: On 07/19/2018 06:57 PM, Dave wrote: On 7/19/18 4:27 AM, Curt wrote: On 2018-07-19, Dave wrote: after boot apache is not running, if i run systemctl status apache2, i get the address bind error shown above at the com

Re: apache not running at boot

2018-07-20 Thread メット
On 2018年7月21日 12:53:32 JST, Dave wrote: > > >On 07/19/2018 06:57 PM, Dave wrote: >> >> On 7/19/18 4:27 AM, Curt wrote: >>> On 2018-07-19, Dave wrote: after boot apache is not running, if i run systemctl status apache2, i get the address bind error shown above at the c

Re: apache not running at boot

2018-07-20 Thread Dave
On 07/19/2018 06:57 PM, Dave wrote: On 7/19/18 4:27 AM, Curt wrote: On 2018-07-19, Dave wrote: after boot apache is not running, if i run systemctl status apache2, i get the address bind error shown above at the command line after boot if i run apache2 -k restart, no errors. after boot

Re: apache not running at boot

2018-07-20 Thread john doe
On 7/20/2018 12:58 AM, Dave wrote: On 7/19/18 5:24 AM, john doe wrote: On 7/19/2018 10:27 AM, Curt wrote: On 2018-07-19, Dave wrote: after boot apache is not running, if i run systemctl status apache2, i get the address bind error shown above at the command line after boot if i run apac

Re: apache not running at boot

2018-07-19 Thread Dave
On 7/19/18 4:27 AM, Curt wrote: On 2018-07-19, Dave wrote: after boot apache is not running, if i run systemctl status apache2, i get the address bind error shown above at the command line after boot if i run apache2 -k restart, no errors. after boot if i start apache2 via /etc/init.d/apach

Re: apache not running at boot

2018-07-19 Thread john doe
On 7/19/2018 10:27 AM, Curt wrote: On 2018-07-19, Dave wrote: after boot apache is not running, if i run systemctl status apache2, i get the address bind error shown above at the command line after boot if i run apache2 -k restart, no errors. after boot if i start apache2 via /etc/init.d/apa

Re: apache not running at boot

2018-07-19 Thread Curt
On 2018-07-19, Dave wrote: > > after boot apache is not running, > if i run systemctl status apache2, i get the address bind error shown above > > at the command line after boot if i run apache2 -k restart, no errors. > > after boot if i start apache2 via /etc/init.d/apache2 start or > /usr/sbin/

Re: apache not running at boot

2018-07-18 Thread Joe
On Wed, 18 Jul 2018 20:57:18 -0400 Dave wrote: > > after boot apache is not running, > if i run systemctl status apache2, i get the address bind error shown > above > > at the command line after boot if i run apache2 -k restart, no errors. > > after boot if i start apache2 via /etc/init.d/apa

Re: apache not running at boot

2018-07-18 Thread mick crane
On 2018-07-19 01:57, Dave wrote: On 07/18/2018 04:41 PM, Dave wrote: On 07/18/2018 10:12 AM, Jonathan Dowland wrote: On Wed, Jul 18, 2018 at 09:36:14AM -0400, Greg Wooledge wrote: Sounds like the service may be disabled for some reason. What is the output of: systemctl status apache2 If you

Re: apache not running at boot

2018-07-18 Thread Dave
On 07/18/2018 04:41 PM, Dave wrote: On 07/18/2018 10:12 AM, Jonathan Dowland wrote: On Wed, Jul 18, 2018 at 09:36:14AM -0400, Greg Wooledge wrote: Sounds like the service may be disabled for some reason.  What is the output of: systemctl status apache2 If you see "; disabled;" on the "Loaded

Re: apache not running at boot

2018-07-18 Thread Greg Wooledge
On Wed, Jul 18, 2018 at 04:41:54PM -0400, Dave wrote: > ● apache2.service - The Apache HTTP Server >    Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor > preset: enabled) >    Active: failed (Result: exit-code) since Wed 2018-07-18 16:35:30 EDT; > 1min 2s ago >   Process: 614 E

Re: apache not running at boot

2018-07-18 Thread Dave
On 07/18/2018 10:12 AM, Jonathan Dowland wrote: On Wed, Jul 18, 2018 at 09:36:14AM -0400, Greg Wooledge wrote: Sounds like the service may be disabled for some reason.  What is the output of: systemctl status apache2 If you see "; disabled;" on the "Loaded" line, then this should fix it, one h

Re: apache not running at boot

2018-07-18 Thread Jonathan Dowland
On Wed, Jul 18, 2018 at 09:36:14AM -0400, Greg Wooledge wrote: Sounds like the service may be disabled for some reason. What is the output of: systemctl status apache2 If you see "; disabled;" on the "Loaded" line, then this should fix it, one hopes: systemctl enable apache2 After doing that

Re: apache not running at boot

2018-07-18 Thread Greg Wooledge
On Wed, Jul 18, 2018 at 09:29:47AM -0400, Dave wrote: > I just installed DEB 9.4 and apache2.4 is not starting at boot. > i can start apache with no error using apache2 -k start or > /ect/init.d/apache2 start  or using /usr/sbin/apachectl with no errors Sounds like the service may be disabled for

Re: apache 2.4 envvars ? Deb 9.4

2018-07-16 Thread Peter Wiersig
Dave writes: > when i run apache2, i get an error APACHE_PID_FILE missspelled or > unknown var. > > and how do i include the "envvars" in the apache2.conf file ? > > please advise. /usr/share/doc/apache2/README.Debian.gz: Apache2 Configuration under Debian GNU/Linux =

Re: Apache oddness on jessie => stretch upgrade

2017-08-22 Thread Bastien Durel
Le mardi 22 août 2017 à 03:58 -0500, Dave Sherohman a écrit : > [...] > Also, side question: I'm also manually running `systemctl enable > apache2` after upgrading. How can you tell whether something is > enabled > or not in systemd? `systemctl status` will tell you whether it's > currently runn

Re: Apache oddness on jessie => stretch upgrade

2017-08-22 Thread Dave Sherohman
On Tue, Aug 22, 2017 at 11:49:50AM +0200, Sven Hartge wrote: > Dave Sherohman wrote: > > Also, side question: I'm also manually running `systemctl enable > > apache2` after upgrading. > > You shouldn't need to do this, the maintainer scripts in the packages > will do this for you during the upgra

Re: Apache oddness on jessie => stretch upgrade

2017-08-22 Thread Sven Hartge
Dave Sherohman wrote: > Also, side question: I'm also manually running `systemctl enable > apache2` after upgrading. You shouldn't need to do this, the maintainer scripts in the packages will do this for you during the upgrade. *If* you need to do this to get a service started automatically dur

Re: apache and clients

2016-06-20 Thread Karl E. Jorgensen
On Sun, Jun 19, 2016 at 02:49:42PM +0200, Pol Hallen wrote: > Hi folks! > > Inside a small lan (less 10 pc) I've a server with apache. > > I've to install bind/dnsmasq to automatically resolve IP of apache or can I > use clients's host file? > > What's the easy/fast way to resolve IP of this ser

Re: apache and clients

2016-06-19 Thread Michael Milliman
On 06/19/2016 08:02 AM, Norbert Kiszka wrote: Dnia 2016-06-19, nie o godzinie 14:49 +0200, Pol Hallen pisze: Hi folks! Inside a small lan (less 10 pc) I've a server with apache. I've to install bind/dnsmasq to automatically resolve IP of apache or can I use clients's host file? What's the e

Re: apache and clients

2016-06-19 Thread Norbert Kiszka
Dnia 2016-06-19, nie o godzinie 14:49 +0200, Pol Hallen pisze: > Hi folks! > > Inside a small lan (less 10 pc) I've a server with apache. > > I've to install bind/dnsmasq to automatically resolve IP of apache or > can I use clients's host file? > > What's the easy/fast way to resolve IP of this

Re: apache 2.4.10, debian jessie, PHP 7.0.4 SWAP issue

2016-04-29 Thread Santiago Vila
On Tue, Apr 26, 2016 at 07:42:06PM +0200, Marek Soha wrote: > We are experiencing weird issue when we implemented this new combination of > debian+apache+PHP. > The system is serving PHP pages. It is running correctly for a quite a bit > and then start to heavily swap without any outer issue (no l

Re: Apache or Radius crash

2015-01-19 Thread Chris
On 01/14/2015 09:19 AM, Carsten Czerner wrote: > I can use it with http an all is fine, but with https the process terminate. > > Any suggestions? Are all https-pages terminating or only those with radius authentification? -- Gruß, Christian -- To UNSUBSCRIBE, email to debian-user-requ...@li

Re: apache fastcgi trouble with Apache/2.2.22

2015-01-05 Thread Jochen Spieker
Hi Bob, I am sending this to both the list and your mail address in case you are not subscribed. Bob: > > Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that > RewriteRule directive is forbidden: /usr/lib/cgi-bin/php55-cgi You already posted about a (suspected) other probl

Re: Apache default directories

2014-03-15 Thread Tony Baldwin
On Sat, Mar 15, 2014 at 01:54:41PM +1100, Scott Ferguson wrote: > On 15/03/14 12:20, Peter Michaux wrote: > > Hi, > > > > The default virtual host when Apache is installed on Debian has > > document root /var/www and a cgi-bin directory /usr/lib/cgi-bin. These > > directories do not make intuitive

Re: Apache default directories

2014-03-14 Thread Scott Ferguson
On 15/03/14 12:20, Peter Michaux wrote: > Hi, > > The default virtual host when Apache is installed on Debian has > document root /var/www and a cgi-bin directory /usr/lib/cgi-bin. These > directories do not make intuitive sense to me. That's the problem with intuition (instant understanding). ;

Re: Apache default directories

2014-03-14 Thread Peter Michaux
On Fri, Mar 14, 2014 at 7:44 PM, Jerry Stuckle wrote: > On 3/14/2014 10:20 PM, Peter Michaux wrote: >> >> On Fri, Mar 14, 2014 at 7:01 PM, Jerry Stuckle >> wrote: >>> >>> On 3/14/2014 9:20 PM, Peter Michaux wrote: Hi, The default virtual host when Apache is installed on D

Re: Apache default directories

2014-03-14 Thread Tom Furie
On Fri, Mar 14, 2014 at 10:44:14PM -0400, Jerry Stuckle wrote: > >>On 3/14/2014 9:20 PM, Peter Michaux wrote: > >>>I would expect they go somewhere under /usr/share/. ^ > /usr/lib is not a subdirectory of /usr/lib/cgi-bin. A web user can > access anythin

Re: Apache default directories

2014-03-14 Thread Jerry Stuckle
On 3/14/2014 10:20 PM, Peter Michaux wrote: On Fri, Mar 14, 2014 at 7:01 PM, Jerry Stuckle wrote: On 3/14/2014 9:20 PM, Peter Michaux wrote: Hi, The default virtual host when Apache is installed on Debian has document root /var/www and a cgi-bin directory /usr/lib/cgi-bin. These directories

Re: Apache default directories

2014-03-14 Thread Peter Michaux
On Fri, Mar 14, 2014 at 7:01 PM, Jerry Stuckle wrote: > On 3/14/2014 9:20 PM, Peter Michaux wrote: >> >> Hi, >> >> The default virtual host when Apache is installed on Debian has >> document root /var/www and a cgi-bin directory /usr/lib/cgi-bin. These >> directories do not make intuitive sense to

Re: Apache default directories

2014-03-14 Thread Jerry Stuckle
On 3/14/2014 9:20 PM, Peter Michaux wrote: Hi, The default virtual host when Apache is installed on Debian has document root /var/www and a cgi-bin directory /usr/lib/cgi-bin. These directories do not make intuitive sense to me. If I have static HTML pages and some Perl CGI scripts, I would expe

Re: apache as a system shell ( Debian Wheezy Compromised - www-data user is sending 1000 emails an hour)

2014-01-01 Thread Joel Rees
On Thu, Jan 2, 2014 at 1:52 AM, Jerry Stuckle wrote: > On 1/1/2014 7:20 AM, Joel Rees wrote: >> >> On Wed, Jan 1, 2014 at 7:30 PM, Jerry Stuckle >> wrote: >>> >>> On 1/1/2014 2:52 AM, Joel Rees wrote: [...] On Wed, Jan 1, 2014 at 11:51 AM, Jerry Stuckle wrote: > > On

Re: apache as a system shell ( Debian Wheezy Compromised - www-data user is sending 1000 emails an hour)

2014-01-01 Thread Jerry Stuckle
On 1/1/2014 7:20 AM, Joel Rees wrote: On Wed, Jan 1, 2014 at 7:30 PM, Jerry Stuckle wrote: On 1/1/2014 2:52 AM, Joel Rees wrote: [...] On Wed, Jan 1, 2014 at 11:51 AM, Jerry Stuckle wrote: On 12/31/2013 8:43 PM, Joel Rees wrote: On Wed, Jan 1, 2014 at 12:58 AM, Raffaele Morelli wrote:

Re: apache as a system shell ( Debian Wheezy Compromised - www-data user is sending 1000 emails an hour)

2014-01-01 Thread Joel Rees
On Wed, Jan 1, 2014 at 7:30 PM, Jerry Stuckle wrote: > On 1/1/2014 2:52 AM, Joel Rees wrote: >> >> [...] >> On Wed, Jan 1, 2014 at 11:51 AM, Jerry Stuckle >> wrote: >>> >>> On 12/31/2013 8:43 PM, Joel Rees wrote: On Wed, Jan 1, 2014 at 12:58 AM, Raffaele Morelli wrote: >

Re: apache as a system shell ( Debian Wheezy Compromised - www-data user is sending 1000 emails an hour)

2014-01-01 Thread Jerry Stuckle
On 1/1/2014 2:52 AM, Joel Rees wrote: Are we going to find ourselves talking around each other again, Jerry? Only if you insist. On Wed, Jan 1, 2014 at 11:51 AM, Jerry Stuckle wrote: On 12/31/2013 8:43 PM, Joel Rees wrote: On Wed, Jan 1, 2014 at 12:58 AM, Raffaele Morelli wrote: [...]

Re: apache as a system shell ( Debian Wheezy Compromised - www-data user is sending 1000 emails an hour)

2013-12-31 Thread Joel Rees
Are we going to find ourselves talking around each other again, Jerry? On Wed, Jan 1, 2014 at 11:51 AM, Jerry Stuckle wrote: > On 12/31/2013 8:43 PM, Joel Rees wrote: >> >> On Wed, Jan 1, 2014 at 12:58 AM, Raffaele Morelli >> wrote: >>> >>> [...] >>> I just want to add a (relevant) bit. >>> Apac

Re: apache as a system shell ( Debian Wheezy Compromised - www-data user is sending 1000 emails an hour)

2013-12-31 Thread Jerry Stuckle
On 12/31/2013 8:43 PM, Joel Rees wrote: On Wed, Jan 1, 2014 at 12:58 AM, Raffaele Morelli wrote: [...] I just want to add a (relevant) bit. Apache has tons of directives to secure a website and if you really need to upload in a dir you can tell apache to not execute php scripts in there or forc

  1   2   3   4   5   6   7   8   9   10   >