Re: Enabling Server Side Includes in Apache2.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



try this

<IfModule mod_include.c>
    <Directory "/var/www/html">
        AllowOverride None
        Options IncludesNoExec
        AddOutputFilter Includes .html
        AddType text/html .shtml
        AddType text/html .htm
        AddOutputFilter INCLUDES .shtml
        AddHandler type-map var
        Order allow,deny
        Allow from all
    </Directory>

On Thu, Dec 17, 2009 at 8:52 AM, Greene, Gregory <gregory.greene@xxxxxxx> wrote:
> Can anyone help a new user of Apache2.2?  I’m trying to enable SSI on the
> server but don’t seem to
>
> be having much luck.  I’ve looked on google and in the FAQ and put into
> place what seems to be fairly
>
> straightforward edits but it never works.  Hoping someone can point me in
> the right direction.
>
>
>
> Here’s what I put in my httpd.conf file:
>
>
>
> <Directory "/var/www/html">
>
>     Options Indexes FollowSymLinks Includes
>
>
>
>     AllowOverride None
>
>
>
>     Order allow,deny
>
>     Allow from all
>
>
>
>     AddType text/html .html
>
>     AddOutputFilter INCLUDES .html
>
>     AddType text/html .htm
>
>     AddOutputFilter INCLUDES .htm
>
> </Directory>
>
>
>
> I also tried experimenting with the XBitHack directive but it didn’t help
> either.  Beginning to wonder if
>
> my HTML code to include is just not in the right format.  It did work when I
> ran this webserver on
>
> Windows 2003 Server but perhaps it’s not compatible with Apache/Linux.  Here
> is the line I’m looking
>
> to include:
>
>
>
> <!-- #include file="game.htm" -->
>
>
>
> I have a bunch of galleries of images in a directory structure in
> /var/www/html.  Do you have to define
>
> each and every one in the httpd.conf file?  I tried doing that for one
> gallery but it didn’t work either.
>
>
>
> Any thoughts?  Thanks in advance.
>
>
>
> Greg



-- 
Thanks,
Charan

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux