You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Martyn Longhurst (MJ)" <Lo...@telkom.co.za> on 2002/11/20 08:02:26 UTC

[users@httpd] SSI

Hi,

I'm trying to get Apache to allow me to run SSI files. Currently I
have included the following in the httpd.conf file:

Alias /fakename "/directoryname/"

<Directory "/directoryname">
	Options +Includes Indexes
	XBitHack on
	AllowOverride None
	Order allow,deny
	Allow from all
</Directory>

Is this right in anyway? If not, how would I go about allowing server
side includes?

Regards,



---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


RE: [users@httpd] SSI

Posted by Remo Mattei <re...@italy1.com>.
You need to add the extention as well.

AddType xxxxxx for the SSI

Remo Mattei
Network Security Engineer
cell 801-209-8554
email remo@italy1.com

-----Original Message-----
From: Martyn Longhurst (MJ) [mailto:LonghuJM@telkom.co.za] 
Sent: Wednesday, November 20, 2002 12:02 AM
To: users@httpd.apache.org
Subject: [users@httpd] SSI

Hi,

I'm trying to get Apache to allow me to run SSI files. Currently I
have included the following in the httpd.conf file:

Alias /fakename "/directoryname/"

<Directory "/directoryname">
	Options +Includes Indexes
	XBitHack on
	AllowOverride None
	Order allow,deny
	Allow from all
</Directory>

Is this right in anyway? If not, how would I go about allowing server
side includes?

Regards,



---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org