openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 9c7a4811824caad0333e6b10f97593d456a8e077
parent 0987cbbf68ffef7d9c4ed346f99f4ef2b6fc6273
Author: dankert <devnull@localhost>
Date:   Fri, 16 Feb 2007 00:12:24 +0100

Dateityp auf ASCII ge?ndert.

Diffstat:
doc/examples/htaccess/php-settings-example.htaccess | 138++++++++++++++++++++++++++++++++++++++++----------------------------------------
1 file changed, 69 insertions(+), 69 deletions(-)

diff --git a/doc/examples/htaccess/php-settings-example.htaccess b/doc/examples/htaccess/php-settings-example.htaccess @@ -1,69 +1,69 @@ -# $Id$ -# -# Override PHP Settings. -# -# Here we are doing some useful settings. Just copy this -# file to the OpenRat root directory and rename it to '.htaccess'. -# -# This is not done by default, because there are servers which do not allow .htaccess files. -# - -# Make sure to have "AllowOverride Options" or "AllowOverride All" setting in your httpd.conf -# or virtual domain setting. -# If you get an "Internal Server Error" you are maybe not allowed to have an '.htaccess' file. -# - -# These are only examples. Comment them out if you do not know what you are doing. - -# There is no need for register globals :-) -php_flag register_globals off - -# Change this to anything you like. Must be a valid URL variable name -#php_value session.name jsessionid -php_value session.name oi - -# Parameter separator -php_value arg_separator.output ";" -#php_value arg_separator.output "&amp;" -php_value arg_separator.input "&;" - -# Let this be off -php_flag session.auto_start off - -# Lifetime in seconds of Session cookie. 0 is the browser lifetime. -php_value session.cookie_lifetime 0 - -# Want to use cookies? -# If trans_sid is off, you can EITHER use cookies OR url rewriting -# off = url rewriting -# on = cookies -php_flag session.use_cookies off - -# Transient Urls is needed for url-Rewriting -php_flag session.use_trans_sid on -php_value url_rewriter.tags "a=href,link=href,frame=src,img=src,form=fakeentry" - -php_flag magic_quotes_gpc off -php_flag magic_quotes_runtime off - -# Set this higher if you get errors like "max execution time reached" -php_value max_execution_time 180 - -# Show PHP Error Messages -# 1 E_ERROR -# 2 E_WARNING -# 4 E_PARSE -# 8 E_NOTICE -# 16 E_CORE_ERROR -# 32 E_CORE_WARNING -php_value error_reporting 2047 - -# This limits the file sizes -php_value memory_limit 32M - -# Leave this at 'off'. No need for it. -php_flag short_open_tag off -php_flag asp_tags off - -# Try this, its faster on slow connections -php_flag zlib.output_compression off +# $Id$ +# +# Override PHP Settings. +# +# Here we are doing some useful settings. Just copy this +# file to the OpenRat root directory and rename it to '.htaccess'. +# +# This is not done by default, because there are servers which do not allow .htaccess files. +# + +# Make sure to have "AllowOverride Options" or "AllowOverride All" setting in your httpd.conf +# or virtual domain setting. +# If you get an "Internal Server Error" you are maybe not allowed to have an '.htaccess' file. +# + +# These are only examples. Comment them out if you do not know what you are doing. + +# There is no need for register globals :-) +php_flag register_globals off + +# Change this to anything you like. Must be a valid URL variable name +#php_value session.name jsessionid +php_value session.name oi + +# Parameter separator +php_value arg_separator.output ";" +#php_value arg_separator.output "&amp;" +php_value arg_separator.input "&;" + +# Let this be off +php_flag session.auto_start off + +# Lifetime in seconds of Session cookie. 0 is the browser lifetime. +php_value session.cookie_lifetime 0 + +# Want to use cookies? +# If trans_sid is off, you can EITHER use cookies OR url rewriting +# off = url rewriting +# on = cookies +php_flag session.use_cookies off + +# Transient Urls is needed for url-Rewriting +php_flag session.use_trans_sid on +php_value url_rewriter.tags "a=href,link=href,frame=src,img=src,form=fakeentry" + +php_flag magic_quotes_gpc off +php_flag magic_quotes_runtime off + +# Set this higher if you get errors like "max execution time reached" +php_value max_execution_time 180 + +# Show PHP Error Messages +# 1 E_ERROR +# 2 E_WARNING +# 4 E_PARSE +# 8 E_NOTICE +# 16 E_CORE_ERROR +# 32 E_CORE_WARNING +php_value error_reporting 2047 + +# This limits the file sizes +php_value memory_limit 32M + +# Leave this at 'off'. No need for it. +php_flag short_open_tag off +php_flag asp_tags off + +# Try this, its faster on slow connections +php_flag zlib.output_compression off