Editing
NetHere
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== DEPRECIATED INFORMATION == === Webservers === ==== Allowing SSI (Server Side Includes) ==== ***** NOTE: This has been DEPRECIATED, all servers now allow SSI by default ***** We do not allow EXEC permissions for SSI. 1) Check out Apache config for www.domain.tld in /nethere/conf/apache/conf/<vhosts,nvhosts> # co -l www.domain.tld(.common) 2) Add the following lines under the <Directory> directive --cut-- AddType text/html .shtml AddHandler server-parsed .shtml --cut-- 3) Edit the "Options" line to be the following: --cut-- Options Indexes FollowSymLinks IncludesNOEXEC --cut-- 4) Add a DirectoryIndex line above the <Directory> directive with the following: --cut-- DirectoryIndex index.shtml index.html index.htm home.html home.shtml index.php --cut-- ** In summary, the config should look something similar to this ** --cut-- DocumentRoot "/www/www.domain.tld/htdocs" DirectoryIndex index.shtml index.html index.htm home.html home.shtml <Directory "/www/www.domain.tld/htdocs"> AddType text/html .shtml AddHandler server-parsed .shtml Options Indexes FollowSymLinks IncludesNOEXEC Order allow,deny Allow from all </Directory> --cut-- 5) Check in Apache config # ci -u www.domain.tld(.common) < /dev/null 6) Restart Apache # apachectl configtest # apachectl restart More SSI notes can be found here: http://httpd.apache.org/docs/1.3/howto/ssi.html
Summary:
Please note that all contributions to JCWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
JCWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information