Re: [users@httpd] ErrorDocument directory hierarchy

2020-05-20 Thread Paul
On 2020-05-20 4:18 p.m., @lbutlr wrote: On 20 May 2020, at 13:57, Paul wrote: On 2020-05-20 1:23 p.m., Eric Covener wrote: On Wed, May 20, 2020 at 1:10 PM Paul wrote: VirtualHost on 2.4.29-1ubuntu4.13. .conf includes : DocumentRoot "/www/mysite" /.../ ErrorDocument 404

Re: [users@httpd] ErrorDocument directory hierarchy

2020-05-20 Thread @lbutlr
On 20 May 2020, at 13:57, Paul wrote: > On 2020-05-20 1:23 p.m., Eric Covener wrote: >> On Wed, May 20, 2020 at 1:10 PM Paul wrote: >>> >>> VirtualHost on 2.4.29-1ubuntu4.13. .conf includes : >>> DocumentRoot "/www/mysite" >>> /.../ >>> ErrorDocument 404 /error/404.html >>> >>>

Re: [users@httpd] ErrorDocument directory hierarchy

2020-05-20 Thread Paul
On 2020-05-20 1:23 p.m., Eric Covener wrote: On Wed, May 20, 2020 at 1:10 PM Paul wrote: VirtualHost on 2.4.29-1ubuntu4.13. .conf includes : DocumentRoot "/www/mysite" /.../ ErrorDocument 404 /error/404.html The 404.html has : Works perfectly for 404s at

Re: [users@httpd] how to obtain all directives values command line

2020-05-20 Thread Antony Stone
On Wednesday 20 May 2020 at 14:48:24, Nacho . wrote: > I would like to know if there is any way to obtain all directive values > without reading config files, by linux command line. Sorry, please can you express in more detail what you are trying to achieve? Antony. -- Most people are aware

Re: [users@httpd] ErrorDocument directory hierarchy

2020-05-20 Thread Eric Covener
On Wed, May 20, 2020 at 1:10 PM Paul wrote: > > VirtualHost on 2.4.29-1ubuntu4.13. .conf includes : > DocumentRoot "/www/mysite" > /.../ > ErrorDocument 404 /error/404.html > > The 404.html has : > > > Works perfectly for 404s at DocumentRoot level, but fails for >

[users@httpd] ErrorDocument directory hierarchy

2020-05-20 Thread Paul
VirtualHost on 2.4.29-1ubuntu4.13. .conf includes : DocumentRoot "/www/mysite" /.../ ErrorDocument 404 /error/404.html The 404.html has : Works perfectly for 404s at DocumentRoot level, but fails for subdirectories eg DocumentRoot/foo/bar/mypages. Error logs show: "GET

[users@httpd] how to obtain all directives values command line

2020-05-20 Thread Nacho .
Hi! Thanks in advance! I would like to known if there is any way to obtain all directives values without reading config files, by linux command line. Thanks