Mailing List Archive

shtml not working
Hello,

I have enabled the shtml support on the httpd.conf changing the following
lines:

AddHandler server-parsed .shtml
AddType text/html shtml

but just now, i´m testing the server, and it´s not working...
I forgott something, any mystake?

Thanks,

+-------------------------
Fernando A. R. Wendt
Webmaster UNIJUÍ
http://www.unijui.tche.br
-------------------------+


---------------------------------------------------------------------
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
For additional commands, e-mail: users-help@httpd.apache.org
Re: shtml not working [ In reply to ]
Do you have 'Options Includes' for the target directory?

--
Pete Nelson, Web Developer
<pete.nelson@ci.stpaul.mn.us>
http://www.ci.stpaul.mn.us/

>>> fernando@admijui.unijui.tche.br 02/22/02 11:48AM >>>
Hello,

I have enabled the shtml support on the httpd.conf changing the following
lines:

AddHandler server-parsed .shtml
AddType text/html shtml

but just now, i m testing the server, and it s not working...
I forgott something, any mystake?

Thanks,

+-------------------------
Fernando A. R. Wendt
Webmaster UNIJUÍ
http://www.unijui.tche.br
-------------------------+


---------------------------------------------------------------------
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
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
For additional commands, e-mail: users-help@httpd.apache.org
RE: shtml not working [ In reply to ]
> From: Fernando Reuter Wendt [mailto:fernando@admijui.unijui.tche.br]

>
> I have enabled the shtml support on the httpd.conf changing the following
> lines:
>
> AddHandler server-parsed .shtml
> AddType text/html shtml
>
> but just now, i´m testing the server, and it´s not working...
> I forgott something, any mystake?

1. You didn't check the archive of this mailing list for an extensive
discussion of this exact topic in the last 24 hours.

2. You didn't check the FAQ, which answers this exact question:
http://httpd.apache.org/docs/misc/FAQ.html#ssi-part-i

3. You probably need to check that your Options directives have the keyword
"Includes".

Joshua.


---------------------------------------------------------------------
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
For additional commands, e-mail: users-help@httpd.apache.org
Re: shtml not working [ In reply to ]
Try adding this line in httpd.conf file .

add this line in directive of <directory "path of file">

Options Includes

</directory>








>From: Fernando Reuter Wendt <fernando@admijui.unijui.tche.br>
>Reply-To: users@httpd.apache.org
>To: "apacheUsersList (E-mail)" <users@httpd.apache.org>
>Subject: shtml not working
>Date: Fri, 22 Feb 2002 14:48:45 -0300
>
>Hello,
>
>I have enabled the shtml support on the httpd.conf changing the following
>lines:
>
> AddHandler server-parsed .shtml
> AddType text/html shtml
>
>but just now, i´m testing the server, and it´s not working...
>I forgott something, any mystake?
>
>Thanks,
>
>+-------------------------
> Fernando A. R. Wendt
> Webmaster UNIJUÍ
> http://www.unijui.tche.br
>-------------------------+
>
>
>---------------------------------------------------------------------
>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
>For additional commands, e-mail: users-help@httpd.apache.org
>




_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.


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