Re: [users@httpd] Apache Directive Closure Problem

2024-10-11 Thread Eric Covener
> Also, Apache should have reported this unclosed on restart. Config parsing isn't file based/scoped. If you use it eats everything until the closing even if it's from a different Include'ed file and not what you intended. - T

Re: [users@httpd] Apache Directive Closure Problem

2024-10-11 Thread Frank Gingras
On Fri, Oct 11, 2024 at 4:32 AM Adam Mihai Gergely wrote: > Hello, > > I have a rather wierd question about Apache Directives Configuration. > > I am running Ubuntu Linux Server and my Apache Tree looks like this: > > server [/etc/apache2] # tree > . > ├── apache2.conf > ├── apache2.conf.dpkg-old

Re: [users@httpd] Strange change in behavior of web page

2024-10-11 Thread Freek de Kruijf
Op vrijdag 11 oktober 2024 04:39:30 CEST schreef Yehuda Katz: > This does sound like a client-side issue (as others have mentioned), > especially since you said it works on http://localhost/. I can give you a > concrete suggestion: Check the browser console for errors/notices. In most > browsers (

[users@httpd] Apache Directive Closure Problem

2024-10-11 Thread Adam Mihai Gergely
Hello, I have a rather wierd question about Apache Directives Configuration. I am running Ubuntu Linux Server and my Apache Tree looks like this: server [/etc/apache2] # tree . ├── apache2.conf ├── apache2.conf.dpkg-old ├── apache2.conf.in ├── conf-available │   ├── charset.conf │   ├── javascr