Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #82445

Re: Any Apache Experts?

From Robert Heller <heller@deepsoft.com>
Newsgroups comp.os.linux.misc
Subject Re: Any Apache Experts?
Date 2026-03-06 02:07 +0000
Organization Deepwoods Software
Message-ID <10odcsa$ad0a$1@dont-email.me> (permalink)
References (3 earlier) <1899fc71dfba9b30$774$1557799$802601b3@news.usenetexpress.com> <10ocirk$1o68$1@dont-email.me> <189a0af6f952e3b6$1157$2090784$802601b3@news.usenetexpress.com> <n0u9nmFh4bqU1@mid.individual.net> <189a11f92e2a234a$790$2031059$802601b3@news.usenetexpress.com>

Show all headers | View raw


I've poking through my various Apache2 config files and found something 
interesting:

In /etc/apache2/mods-enabled/mime.conf there is this line:

AddLanguage cs .cz .cs

This suggests that files ending in .cs might be considered to be in Czech. 
This might be causing problems.  Like maybe the Czech language module is not 
installed or inaccessable or something like that and the 403 error relates to 
that.

Try adding

RemoveLanguage cs

to ,htaccess

Is there some reason these files are using the .cs extension and not .tcl?

At Thu, 05 Mar 2026 22:19:25 +0000 Farley Flud <ff@gnulinux.rocks> wrote:

> 
> On Thu, 5 Mar 2026 21:09:09 +0000, Andy Burns wrote:
> 
> > 
> > Do you want to interpret the tcl files, or merely display them?
> > 
> 
> They are text files.  The web browser should display them with the
> option of downloading.
> 
> I have several C program files that are also linked within my web
> pages.  These files are displayed when the visitor clicks on the
> links, but the user can also choose to download.
> 
> 
> 
> > Could it be SElinux stopping mod_tcl from accessing the files, maybe you 
> > need to run
> > 
> > chcon -R -t httpd_sys_content_t /your/web/content/folder
> > 
> > to allow it?
> >
> 
> This is a web hosting service.  I only have access to my website
> files, server logs, and a very limited other set of files.
> 
> I could not make that kind of change.
> 
> I thought that this issue would have an easy solution but it 
> seems that it may require a lot of debugging and I don't know
> if it would be worth it.
> 
> 
> 
> 
>          
> 

-- 
Robert Heller             -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software        -- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
heller@deepsoft.com       -- Webhosting Services

Back to comp.os.linux.misc | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Any Apache Experts? Farley Flud <ff@gnulinux.rocks> - 2026-03-05 13:57 +0000
  Re: Any Apache Experts? Robert Heller <heller@deepsoft.com> - 2026-03-05 14:56 +0000
    Re: Any Apache Experts? The Natural Philosopher <tnp@invalid.invalid> - 2026-03-05 15:00 +0000
      Re: Any Apache Experts? Farley Flud <ff@gnulinux.rocks> - 2026-03-05 15:44 +0000
        Re: Any Apache Experts? Robert Heller <heller@deepsoft.com> - 2026-03-05 18:43 +0000
          Re: Any Apache Experts? Farley Flud <ff@gnulinux.rocks> - 2026-03-05 20:10 +0000
            Re: Any Apache Experts? Robert Heller <heller@deepsoft.com> - 2026-03-05 21:04 +0000
              Re: Any Apache Experts? Farley Flud <ff@gnulinux.rocks> - 2026-03-05 21:57 +0000
                Re: Any Apache Experts? Robert Heller <heller@deepsoft.com> - 2026-03-06 01:47 +0000
                Re: Any Apache Experts? Farley Flud <ff@gnulinux.rocks> - 2026-03-06 16:21 +0000
                Re: Any Apache Experts? The Natural Philosopher <tnp@invalid.invalid> - 2026-03-06 11:16 +0000
                Re: Any Apache Experts? Farley Flud <ff@gnulinux.rocks> - 2026-03-06 16:33 +0000
            Re: Any Apache Experts? Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-03-05 22:10 +0000
            Re: Any Apache Experts? Farley Flud <ff@gnulinux.rocks> - 2026-03-05 22:19 +0000
              Re: Any Apache Experts? Robert Heller <heller@deepsoft.com> - 2026-03-06 02:07 +0000
                Re: Any Apache Experts? vallor <vallor@vallor.earth> - 2026-03-07 01:51 +0000
    Re: Any Apache Experts? Lawrence D’Oliveiro <ldo@nz.invalid> - 2026-03-05 20:59 +0000
      Re: Any Apache Experts? Richard Kettlewell <invalid@invalid.invalid> - 2026-03-05 22:47 +0000
  Re: Any Apache Experts? Farley Flud <ff@gnulinux.rocks> - 2026-03-06 16:30 +0000
    Re: Any Apache Experts? Stéphane CARPENTIER <sc@fiat-linux.fr> - 2026-03-06 21:23 +0000
    Re: Any Apache Experts? vallor <vallor@vallor.earth> - 2026-03-06 22:34 +0000

csiph-web