|
|
|
|
||||||
| alt.apache.configuration Apache web server configuration issues. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I have been using apache 1.3 for a few years as a home server to test my
website design. Since the were a large number of pages already completed before I started to use SSI I set the XBitHack instead of using shtml. With the installation of Debian testing I installed Apache 2.0.55. I am at a loss as how to get this XBitHack to work. The docs claim it is part of mod_include, I can not find that anywhere to enable. Can someone point me i the right direction. Thanks Paul |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
"paul" <jpaulb@eastlink.ca> schreef in bericht
news:pan.2006.10.06.14.38.31.139616@eastlink.ca... >I have been using apache 1.3 for a few years as a home server to test my > website design. Since the were a large number of pages already completed > before I started to use SSI I set the XBitHack instead of using shtml. > With the installation of Debian testing I installed Apache 2.0.55. I am at > a loss as how to get this XBitHack to work. The docs claim it is part of > mod_include, I can not find that anywhere to enable. > 'server config, virtual host, directory, .htaccess' http://httpd.apache.org/docs/1.3/mod....html#xbithack http://httpd.apache.org/docs/2.0/mod....html#xbithack HansH |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Sat, 07 Oct 2006 00:35:54 +0200, HansH wrote:
> "paul" <jpaulb@eastlink.ca> schreef in bericht > news:pan.2006.10.06.14.38.31.139616@eastlink.ca... >>I have been using apache 1.3 for a few years as a home server to test my >> website design. Since the were a large number of pages already completed >> before I started to use SSI I set the XBitHack instead of using shtml. >> With the installation of Debian testing I installed Apache 2.0.55. I am at >> a loss as how to get this XBitHack to work. The docs claim it is part of >> mod_include, I can not find that anywhere to enable. >> > 'server config, virtual host, directory, .htaccess' > http://httpd.apache.org/docs/1.3/mod....html#xbithack > http://httpd.apache.org/docs/2.0/mod....html#xbithack > > HansH Thanks I found Mod_include in mods-available called include.load, linked that to mods-enabled. added the following to apache2.conf <IfModule mod_include.c> AddType text/html .shtml AddOutputFilter INCLUDES .shtml Options +Includes </IfModule> XBitHack on The ssi is still inoperative though. I must have missed something. Paul |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
On Sat, 07 Oct 2006 01:05:26 +0000, paul wrote:
> On Sat, 07 Oct 2006 00:35:54 +0200, HansH wrote: > >> "paul" <jpaulb@eastlink.ca> schreef in bericht >> news:pan.2006.10.06.14.38.31.139616@eastlink.ca... >>>I have been using apache 1.3 for a few years as a home server to test my >>> website design. Since the were a large number of pages already completed >>> before I started to use SSI I set the XBitHack instead of using shtml. >>> With the installation of Debian testing I installed Apache 2.0.55. I am at >>> a loss as how to get this XBitHack to work. The docs claim it is part of >>> mod_include, I can not find that anywhere to enable. >>> >> 'server config, virtual host, directory, .htaccess' >> http://httpd.apache.org/docs/1.3/mod....html#xbithack >> http://httpd.apache.org/docs/2.0/mod....html#xbithack >> >> HansH > > Thanks > I found Mod_include in mods-available called include.load, linked that to > mods-enabled. > added the following to apache2.conf > <IfModule mod_include.c> > AddType text/html .shtml > AddOutputFilter INCLUDES .shtml > Options +Includes > </IfModule> > XBitHack on > > The ssi is still inoperative though. I must have missed something. > > Paul Finally figured it out, time for a virtual bier |
|
![]() |
| Outils de la discussion | |
|
|