Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to make Apache support shtml to realize include file parsing

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)05/31 Report--

Most people do not understand the knowledge points of this article "how to make Apache support shtml to achieve include file parsing", so the editor summarizes the following contents, detailed contents, clear steps, and has a certain reference value. I hope you can get something after reading this article. Let's take a look at this "how to let Apache support shtml to achieve include file parsing" article.

1. Confirm that the include.so module is loaded and remove the comments:

Loadmodule include_module libexec/apache2/mod_include.so

2. Remove these two comments in the addtype section:

Addtype text/html .shtml

Addoutputfilter includes .shtml

3. Find it in the permissions of directory directory

Options indexes followsymlinks

Add includes and modify it to:

Options indexes followsymlinks includes

4. Restart apache and test:

Holle wordstones, this is the middle content

The following are the supplements of other netizens:

What is ssi?

Ssi is the abbreviation of English server side includes, which translates into Chinese is the meaning contained on the server side. Technically, a ssi is a command or pointer that can be called through a comment line in an html file. Ssi has a powerful function, as long as a simple ssi command can be used to achieve the entire site content update, time and date dynamic display, as well as the execution of shell and cgi scripts and other complex functions.

How to make your apache server support ssi?

Apache does not support ssi by default, so we need to change the httpd.conf to configure it. Let me take apache 2.0.x of the windows platform as an example. Open the httpd.conf file in the conf directory and search for "addtype text/html .shtml". The search results:

The copy code is as follows:

# addtype text/html .shtml

# addoutputfilter includes .shtml

Remove the # in front of these two lines.

Then search for "options indexes followsymlinks"

Add "includes" after the line found

Change the line to options indexes followsymlinks includes

Save httpd.conf and restart apache.

The above is about the content of this article on "how to make Apache support shtml to achieve include file parsing". I believe we all have a certain understanding. I hope the content shared by the editor will be helpful to you. If you want to know more related knowledge, please pay attention to the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report