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
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
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
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
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
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
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
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.
пн, 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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,
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
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
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,
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
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
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
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
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
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
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
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
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
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
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]
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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
=
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
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
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
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
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
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
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
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
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
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
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). ;
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
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
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
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
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
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
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:
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:
>
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:
[...]
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
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 - 100 of 1280 matches
Mail list logo