Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

SSI not working

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Running Apache on Windows XP as a limited user  
Author Message
irishboyca

External


Since: Nov 18, 2003
Posts: 13



(Msg. 1) Posted: Wed Jan 21, 2004 12:12 am
Post subject: SSI not working
Archived from groups: alt>apache>configuration (more info?)

Hello,

I have a client who's web designer insists on using SSI includes.

I have the server configured to allow SSI, but it seems not to work, no
matter what I do.

The include looks like this :

<!--#include virtual="header.html" -->

Yet, when we bring up the page, the header.html file is not included.

Can anyone point me in ANY direction that might show me what is wrong?

Mairhtin O'Feannag

aka mairhtin at techsolutionsgroupllc dot com

 >> Stay informed about: SSI not working 
Back to top
Login to vote
ha_schwar

External


Since: Nov 02, 2003
Posts: 3



(Msg. 2) Posted: Sat Feb 07, 2004 10:15 pm
Post subject: Re: SSI not working [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello,
1. You have to allow includes:
2. Also you have to tell Apache to interpret the html-code:

Example:
<Directory "/xyz/">
Options +IncludesNoExec
AddOutputFilter Includes shtml
</Directory>

Harald
--
to respond to my email-address remove <_>.


"Mairhtin O'Feannag" <irishboyca DeleteThis @rocketmail.com> schrieb im Newsbeitrag
news:Xns947686779F00Emairhtinofeannag@64.164.98.51...
 >
 > Hello,
 >
 > I have a client who's web designer insists on using SSI includes.
 >
 > I have the server configured to allow SSI, but it seems not to work, no
 > matter what I do.
 >
 > The include looks like this :
 >
 > <!--#include virtual="header.html" -->
 >
 > Yet, when we bring up the page, the header.html file is not included.
 >
 > Can anyone point me in ANY direction that might show me what is wrong?
 >
 > Mairhtin O'Feannag
 >
 > aka mairhtin at techsolutionsgroupllc dot com
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: SSI not working 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
PHP Working??? - I just set up apache 2.0.48 and PHP 4.3.4 and thought it was working well. I can pull up pages with .php extensions and some parts of the code work such as date functions and includes (pretty much all I've tested so far) but when I try to use variables..

Need help getting SSL working - I configured Apache 2.0 with RH9. Apache serves up unencrypted pages just fine. I then change my httpd.conf file to listen on port 443 as illustrated below: Listen 192.168.1.101:443 When I try to restart Apache, I get the following error: (98)Address..

mod_rewrite is not even working - I'm trying to learn the basis of mod_rewrite using Apache 1.3.23 under Red Hat 7.3 test server but I can't manage to make it work. After copying and pasting several examples taken from manual I've reached the conclusion that the module is not even active...

Authentication not working. - THis works in Apache 1, but I recently upgraded to Apache 2.0.37. THis is what I have. <Directory /usr/local/www/data> Order deny,allow Deny from all AuthType Basic AuthUserFile..

Conditional Logging Not Working - Hello to all. We are trying to reduce our log files by ignoring hits to certain directories. We are using the SetEnvIf command as illustrated below: SetEnvIf Request_URI "/phplive/" env=ignore CustomLog "|/usr/local/sbin/cronolog..
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]