Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
apache 2.2.6 and SSI [resolved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
dirtbag
Guru
Guru


Joined: 18 Feb 2003
Posts: 508
Location: NC

PostPosted: Sat Oct 06, 2007 7:35 pm    Post subject: apache 2.2.6 and SSI [resolved] Reply with quote

anyone gotten server side includes to work with apache 2.2.x?
Ive followed the docs at http://httpd.apache.org/docs/2.2/howto/ssi.html
but I just cant get it to work..
anyone have any working examples I can follow?

-db


Last edited by dirtbag on Fri Oct 26, 2007 1:02 pm; edited 1 time in total
Back to top
View user's profile Send private message
dirtbag
Guru
Guru


Joined: 18 Feb 2003
Posts: 508
Location: NC

PostPosted: Sun Oct 07, 2007 2:58 am    Post subject: Reply with quote

figgered it out, in the file
/etc/apache2/vhosts.d/default_vhost.include, I had to set up the following in my main
<Directory "/var/www/localhost/htdocs"> section
Options Indexes FollowSymLinks +Includes
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
</Directory>

I had previously had it in my
00_default_vhost.conf, but it didnt seem to have any effect in there

-db
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot 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