On 8/21/2020 3:33 PM, Sven Hartge wrote:
john doe wrote:
I just installed apache2 on Debian Buster.
I'm trying to use SSI in an html page:
$ cat try.shtml
This file last modified
When accessing the page through my web browser, I only get 'This file
last modified' w
john doe wrote:
> I just installed apache2 on Debian Buster.
> I'm trying to use SSI in an html page:
> $ cat try.shtml
>
> This file last modified
> When accessing the page through my web browser, I only get 'This file
> last modified' without the
Hi,
I just installed apache2 on Debian Buster.
I'm trying to use SSI in an html page:
$ cat try.shtml
This file last modified
When accessing the page through my web browser, I only get 'This file
last modified' without the date being displayed.
the command 'a2enmod
On Tue, Sep 19, 2017 at 11:02 AM, Kent West wrote:
>
> > cat test.shtml
> Why isn't this working?
>
> Arg!
>
> Result of web-browsing to test.shtml:
>
> Why isn't this working?
>>
>> Arg!
>>
>
I had somehow gotten some hidden characters in the text. This little
command revealed the issue:
> py
I've horked up my Apache installation apparently.
# cat /etc/debian_version
9.1
# apachectl -V
Server version: Apache/2.4.25 (Debian)
Server built: 2017-07-18T18:37:33
# ls mods-enabled/
access_compat.loadauthz_host.load dir.load mpm_prefork.load
setenvif.load
alias.conf
On Wed, May 22, 2013 at 03:50:09PM +1200, Richard Hector wrote:
> I don't see include.load mentioned there. My previous response:
>
> > Are you loading the 'mod_include' module?
> >
> > eg
> > # a2enmod include
>
> That will just create a symlink in /etc/apache2/mods-enabled from
> /etc/apache2/
On 22/05/13 14:14, Carl Fink wrote:
> On Tue, May 21, 2013 at 12:39:54PM -0400, Jerry Stuckle wrote:
>
>> Did you follow check Richard's advice in his response to your
>> previous asking of this question? Since you have the AddHandler in
>> a
>> block, you also need the mime module loaded.
>> Wh
Thanks to both Jerry and Richard. Having remembered that debian-apache
exist, I'm going to repost my question there and subscribe to it.
--
Carl Fink c...@finknetwork.com
My DNS A record was corrupted for several hours. If you
sent me mail on May 20-21, and your server was not
On Tue, May 21, 2013 at 12:39:54PM -0400, Jerry Stuckle wrote:
> Did you follow check Richard's advice in his response to your
> previous asking of this question? Since you have the AddHandler in
> a
> block, you also need the mime module loaded.
> What do you have in your /etc/apache2/mods-enab
On Tue, May 21, 2013 at 12:39:54PM -0400, Jerry Stuckle wrote:
> Did you follow check Richard's advice in his response to your
> previous asking of this question?
Nope. Because I didn't see it. As mentioned in my .sig, my domain was
unavailable for about 12 hours. Apparently the Debian list ser
On 5/21/2013 10:20 AM, Carl Fink wrote:
> I have Apache 2 running on my squeeze (v6)-based server. As part of a
> project I need to enable server-side includes (SSI). I followed the HOWTO
> here:
>
> http://www.linuxtopia.org/HowToGuides/apache_ssi.html
>
> I included the +
On 05/21/2013 07:09 AM, Carl Fink wrote:
I have Apache 2 running on my squeeze (v6)-based server. As part of a
project I need to enable server-side includes (SSI). I followed the HOWTO
here:
http://www.linuxtopia.org/HowToGuides/apache_ssi.html
I included the +Includes, AddType and AddHandler
I have Apache 2 running on my squeeze (v6)-based server. As part of a
project I need to enable server-side includes (SSI). I followed the HOWTO
here:
http://www.linuxtopia.org/HowToGuides/apache_ssi.html
I included the +Includes, AddType and AddHandler directives and restarted
Apache ... SSI
On 21/05/13 15:01, Carl Fink wrote:
> I have Apache 2 running on my squeeze (v6)-based server. As part of a
> project I need to enable server-side includes (SSI). I followed the HOWTO
> here:
>
> http://www.linuxtopia.org/HowToGuides/apache_ssi.html
>
> I included the +
I have Apache 2 running on my squeeze (v6)-based server. As part of a
project I need to enable server-side includes (SSI). I followed the HOWTO
here:
http://www.linuxtopia.org/HowToGuides/apache_ssi.html
I included the +Includes, AddType and AddHandler directives and restarted
Apache ... SSI
Has anyone tried to create a cluster using Kerrighed patched Debian kernel
?? I need a kerrighed patched kernel image (along with source, and deb
package)
I would like to get some help on that. Seems that Debian has got very less
support for HPC (except from some wiki pages and packages list)
I r
On 07/02/2008 02:34 PM, T o n g wrote:
Hi,
Hi Tong.
I'm having problem enabling SSI on Debian for Apache 1.3. I know Apache 1.3
is no longer included in Debian, but Apache 2 gives me more trouble
configuring. [...]
% apache-modconf apache enable mod_include
[...]
Under Apache2 do
Hi,
I'm having problem enabling SSI on Debian for Apache 1.3. I know Apache 1.3
is no longer included in Debian, but Apache 2 gives me more trouble
configuring. Long story short, I've done some searches and been following this
2 articles:
Apache server-side includes on D
On Fri, Apr 27, 2007 at 03:42:24PM -0500, Kent West wrote:
> On 4/26/07, Kent West <[EMAIL PROTECTED]> wrote:
> >As I understand it, apache2 uses "/etc/apache2/apache2.conf" as its main
> >config file rather than "httpd.conf". I further understand that this file
> >looks to other files for "virtual
On 4/26/07, Kent West <[EMAIL PROTECTED]> wrote:
As I understand it, apache2 uses "/etc/apache2/apache2.conf" as its main
config file rather than "httpd.conf". I further understand that this file
looks to other files for "virtual web servers", so I also need to consider
the file "/etc/apache2/s
spection, these links point to index.shtml files
rather
> than index.html files.
first run:
a2enmod include
that will insure that mod_includes is loading Then in your
/etc/apache2/sites-enabled/000-default change it to relfect this:
Options FollowSymLinks +Includes
AllowOverride Non
e2-default/
(and etc etc)
--
Kent West
Westing Peacefully - http://kentwest.blogspot.com
first run:
a2enmod include
that will insure that mod_includes is loading Then in your
/etc/apache2/sites-enabled/000-default change it to relfect this:
Options FollowSymLinks +Includes
I know nothing about apache[2], but I've inherited the responsibility to
move a web site from a Solaris box to Debian Etch (Yea!).
I've installed apache2 and gotten the site moved over, and it seems that
everything works (it's a simple site), but I've noticed that some links give
404s. On closer
El Mon, 06-02-2006 a las 21:10 -0800, David Kirchner escribió:
> On 2/6/06, Bill Wohler <[EMAIL PROTECTED]> wrote:
> > Is it possible to mix both SSI and PHP in a .shtml file? If so, do you
> > have any configuration suggestions?
>
> I've tried various Apache co
David Kirchner <[EMAIL PROTECTED]> wrote:
> On 2/6/06, Bill Wohler <[EMAIL PROTECTED]> wrote:
> > Is it possible to mix both SSI and PHP in a .shtml file? If so, do you
> > have any configuration suggestions?
>
> I've tried various Apache configuration o
On 2/6/06, Bill Wohler <[EMAIL PROTECTED]> wrote:
> Is it possible to mix both SSI and PHP in a .shtml file? If so, do you
> have any configuration suggestions?
I've tried various Apache configuration options and have not been able
to get this to work. Some searching suggests tha
ml"?
Mine looks like this:
default_mimetype = "text/html"
> Is it possible to mix both SSI and PHP in a .shtml file? If so, do you
> have any configuration suggestions?
I guess your problem is with the actual .html or .shtml files that
don't contain PHP code, but even
saw text/html but saw application/x-httpd-php,
didn't understand it, and wanted to save it instead of show it.
Is it possible to mix both SSI and PHP in a .shtml file? If so, do you
have any configuration suggestions?
--
Bill Wohler <[EMAIL PROTECTED]> http://www.newt.com/wohler
On Sat, Apr 17, 2004 at 04:50:13PM -0700 or thereabouts, Maximuminternet wrote:
> I'm really confused with how to get Apache to work with SSI, saw your forum and
> where it said you had it fixed but I couldn't see how.
>
> Naming a file .shtml alone clearly isn't enoug
I'm really confused with how to get Apache to work with SSI, saw your forum and where
it said you had it fixed but I couldn't see how.
Naming a file .shtml alone clearly isn't enough.
What is a directive anyway?
rmission to
|>| access those file(s).' Viewing is fine offline. I used cthumb to
|>| construct the html, and uploaded with weex. As indices created by
|>| cthumb are .shmtl the pages are SSI in design. My provider (Telewest
|>| UK) doesn't allow for SSI with the package I bou
ine offline. I used cthumb to
> | construct the html, and uploaded with weex. As indices created by
> | cthumb are .shmtl the pages are SSI in design. My provider (Telewest
> | UK) doesn't allow for SSI with the package I bought.
> |
> | Is there a way I can make these pages visible or
to
| construct the html, and uploaded with weex. As indices created by
| cthumb are .shmtl the pages are SSI in design. My provider (Telewest
| UK) doesn't allow for SSI with the package I bought.
|
| Is there a way I can make these pages visible or is there a different
| command line app
oaded with weex. As indices created by
cthumb are .shmtl the pages are SSI in design. My provider (Telewest
UK) doesn't allow for SSI with the package I bought.
Is there a way I can make these pages visible or is there a different
command line app to make html picture albums?
I have .htacc
At 10:26 AM 2/18/2004, Stephen wrote:
Lolke Bijlsma wrote:
I'm running unstable and I'm trying to get server side includes to work
with apache. I remove apache and apache-common and then installed it
again. So I have the latest httpd.conf.
SSI isn't on by default Lolke.
I see
Lolke Bijlsma wrote:
Hi,
I'm running unstable and I'm trying to get server side includes to work
with apache. I remove apache and apache-common and then installed it
again. So I have the latest httpd.conf. I see it has all the right stuff
for server side includes in there as long as mod_includ
aded. So I
ran:
/usr/sbin/modules-config apache enable mod_include
and now mod_include is installed. I checked modules.conf and restarted
apache.
To test SSI I created a very small html page that includes another page:
Some title
Some html code
Unfortunately I
ocked so
far. But I don't think we can continue to run JBOS (Just A Bunch Of
Servers) for much longer. We need to go to an available and scalable
solution.
I've been thinking of Single System Image Linux (SSI Linux) for some
time. This will have the advantage of leveraging the currently
Hi all,
I have Woody Apache installed. All ok, except I can't get SSI to work
on .shtml files. I only use VirtualHosts.
My http.conf includes:
AddType text/html .shtml
AddHandler server-parsed .shtml
...
Options +Includes
...
Does the Options directiv
Rus Foster wrote:
>Hi,
>I've just setup apache on a test box and I can't for the life of me get
>Server Side Includes working
>
>I've edited apache.conf so...
>
Did you un-comment LoadModule includes-module... ?
That's a common oopsie on the Apache ML.
--
gt [EMAIL PROTECTED]
-- Rus Foster <[EMAIL PROTECTED]> wrote
(on Thursday, 16 January 2003, 10:33 AM +):
> I've just setup apache on a test box and I can't for the life of me get
> Server Side Includes working
>
> I've edited apache.conf so...
>
> AddType text/html .shtml
> AddHandler server-parsed .shtml
>
Hi,
I've just setup apache on a test box and I can't for the life of me get
Server Side Includes working
I've edited apache.conf so...
AddType text/html .shtml
AddHandler server-parsed .shtml
#
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLink
OK Thanks something to think about
-Original Message-
From: nate [mailto:debian-user@;aphroland.org]
Sent: Thursday, October 24, 2002 7:24 PM
To: [EMAIL PROTECTED]
Subject: Re: Apache handling SSI
Michael Olds said:
> Hello,
>
> I know I could just do this, but I am a littl
Michael Olds said:
> Hello,
>
> I know I could just do this, but I am a little gun shy: can an Apache
> server that now runs SSI using an .shtml mime type and an .shtml
> AddHandler be made to run SSI on .htm files by just including
> AddHandler server-parsed .htm ?
>
&
Hello,
I know I could just do this, but I am a little gun shy: can an Apache server
that now runs SSI using an .shtml mime type and an .shtml AddHandler be made
to run SSI on .htm files by just including
AddHandler server-parsed .htm ?
Not sure I said that correctly: I want to include includes
Hi!
I´m running apache on one of my boxes, but ran into trouble regarding
SSI now. For some of the vhosts it works, for some not.
A vhost with working SSI looks like this:
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /home/a.b.c/html
ServerName a.b.c
ErrorLog /home/a.b.c/logs
On Tue, Apr 03, 2001 at 09:33:14PM -0700, Nicole Zimmerman wrote:
> HTML (.shtml) sites say:
> [an error occurred while processing this directive]
>
> The apache logs say:
> [Tue Apr 3 21:15:40 2001] [error] [client 1.2.3.4] Premature end
> of script headers: /directory/cgi-bin/file.cgi
this is u
Hi,
We have a problem with ftp transfers, when I try to upload or download
information to a web site a lot of information the transfer breakdown just say
connection closed.
I'm use wu_ftp as my ftp server on my linux box and as client I try with gftp
and ncftp and nothing. I'm trying to upload a lo
I have a website that includes a "virtual" SSI directive for site
statistics. This worked for a long time, and it still *sort of* works, but
within the last week I have had some strange problems.
Things work within the local network, as far as I can tell (I have checked
on my compu
On Fri, Mar 30, 2001 at 04:07:47PM +, John-Mark wrote:
> Hello all
> I wonder if anyone could tell me which modules to apt-get in order to get
> Server side includes and .htacces password protection
> Thanks in advance--
> John-Mark
apache
--
,---.
> N
Hello all
I wonder if anyone could tell me which modules to apt-get in order to get
Server side includes and .htacces password protection
Thanks in advance--
John-Mark
!! >
!! > cause +Includes doesn't change a thing.
!!
!! It should... read this:
!!
http://httpd.apache.org/docs/howto/ssi.html#configuringyourservertopermit
ssi
!!
!!
!!
--
Forrest English
http://truffula.net
"I don't like this air, but that doesn't
mean I'm going to stop breathing."
-Doug Martsch
On Tue, Jan 30, 2001 at 12:18:26PM -0800, Forrest English wrote:
> exactly like that? "+Includes", or just "Includes" (without the quotes
> of course).
>
> cause +Includes doesn't change a thing.
It should... read this:
http://httpd.apache.org/docs/howto/ssi.html#configuringyourservertopermitss
exactly like that? "+Includes", or just "Includes" (without the quotes
of course).
cause +Includes doesn't change a thing.
On Tue, 30 Jan 2001 17:16:32 +, Rob VanFleet whispered to the router:
!!On Tue, Jan 30, 2001 at 07:08:38AM -0800, Forrest English wrote:
!! > yeah, i know. thats alr
On Tue, Jan 30, 2001 at 07:08:38AM -0800, Forrest English wrote:
> yeah, i know. thats already in there.i can't really see what is wrong
> with this configuration...
You need to add the +Includes option.
This:
> !! > Options Indexes IncludesNoExec FollowSymLinks MultiViews ExecCGI
need
yeah, i know. thats already in there. i can't really see what is wrong
with this configuration...
On Tue, 30 Jan 2001 01:29:42 -0800, Nate Amsden whispered to the router:
!!try adding something like
!!
!! AddHandler server-parsed .shtml
!!
!! to httpd.conf ..and be srue the files you are usin
try adding something like
AddHandler server-parsed .shtml
to httpd.conf ..and be srue the files you are using includes in are in
html
files with .shtml extension ..should work ive done it tons of times.
nate
Forrest English wrote:
>
> includes are enabled there, and this configuration file wo
includes are enabled there, and this configuration file works in apache
1.3.14 from unstable, but for some reason not in 1.3.9 from stable (what
i'd LIKE to use on my server...).
i know includes have to work in apache. so, what am i doing wrong?
below is my httpd.conf file.
##
## httpd.conf --
What is the phase i need i srm.conf to run SSI and
CGI's outside the specified paths
M.v.h.
Rasmus AndersenVULFSwww.gamexprez.comtlf:
74687606/73323160fax: 74687606
Få en gratis E-mail adresse på www.vulfs.dk/mailforum.htm
Hi!
I am running a web server which runs a debian 2.2 and apache with some modules
on it. I use some pages that use SSI (server side includes), and suddenly
(after installing php4 module) the SSI (shtml) stopped working. I don't know
why, but apache suddenly only shows shtml files as ord
Hi!
I´ve installed apache and php3, which both work exactly as expected. Of
course, there is an exception as to every rule :(
SSI only works in the default host, not in namevhosts. After some hours
of debugging and trial+error (and searching both archives and the web)
I now have to resort
I am configuring Apache (1.3.9) for server-side includes, but don't want
them to be able to execute cgi scripts. Things are working fine (a litte
too fine, actually). Included documents are parsed and included, but if I
try the following:
then the output of the script is placed into the do
Hi all,
Below are parts of .conf files.
is there something I've missed or another file to edit??
Thanks in advance
Bill
***
access.conf
***
# /usr/lib/cgi-bin should be changed to whatever your ScriptAliased
# CGI directory
[Reformatted]
On Sun, Oct 31, 1999 at 12:53:02PM -0800, aphro wrote:
>
> > I've been trying forever to get Apache to work with SSI and I just
> > can't.
>
> you may also have to add access to type "Includes" to access.conf.
Yep, this was the pro
give sample code as to what your trying to execute on those .shtml
files. I use similar settings in apache 1.3.9 (self compiled) with SSI
and it works fine.
you may also have to add access to type "Includes" to access.conf.
example:
AllowOverride AuthConfig Limit
Optio
I've been trying forever to get Apache to work with SSI and I just
can't.
In my httpd.conf file there is:
LoadModule includes_module /usr/lib/apache/1.3/mod_include.so
Options +Includes
In my srm.conf file (what's srm?) there is:
AddType text/html .shtml
AddHandler server-parsed
How can I pass parameters to an SSI (server-side include)?
I invoke the SSI file from a server-parsed html file:
test.shtml:
...
<--#exec cmd="cginame" -->
What I would like to be able to do is to either to set environment
variables for the cgi invoked, or set command line p
How can I pass parameters to an SSI (server-side include)?
I invoke the SSI file from a server-parsed html file:
test.shtml:
...
<--#exec cmd="cginame" -->
What I would like to be able to do is to either to set environment
variables for the cgi invoked, or set command line pa
in config files, everything looks Ok, and yet SSI does
> not seem to work. Is there anything else I have to do to the default slink
> apache setup to make SSI work ?
>
> Note that I already have this:
>
> # To use server-parsed HTML files
> AddType text/html .shtml
&g
Ok, I have installed the apache package from slink, run apacheconfig,
used default answer for all questions. Now, I need to use server side
includes. I looked in config files, everything looks Ok, and yet SSI does
not seem to work. Is there anything else I have to do to the default slink
apache
Yo-
I have Apache running but I am not having luck getting Server Side
Includes to work. If I embed the code in a .shtml page and then ask
for the page it simply dispalys the source on the browser. I was
wondering if I may have missed a config parameter in the Apache config. I
looked but d
71 matches
Mail list logo