[Vtigercrm-commits] [vtiger-commits] r9119 - /vtigercrm/trunk/pkg/apache/conf/lin_httpd.conf
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Aug 24 06:15:51 EDT 2006
Author: saraj
Date: Thu Aug 24 04:15:48 2006
New Revision: 9119
Log:
directory name removed, this will appended in the variable
Modified:
vtigercrm/trunk/pkg/apache/conf/lin_httpd.conf
Modified: vtigercrm/trunk/pkg/apache/conf/lin_httpd.conf
==============================================================================
--- vtigercrm/trunk/pkg/apache/conf/lin_httpd.conf (original)
+++ vtigercrm/trunk/pkg/apache/conf/lin_httpd.conf Thu Aug 24 04:15:48 2006
@@ -25,8 +25,8 @@
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path. If the filenames do *not* begin
# with "/", the value of ServerRoot is prepended -- so "logs/foo.log"
-# with ServerRoot set to "VTIGERCRM/vtigerCRM5_rc/apache" will be interpreted by the
-# server as "VTIGERCRM/vtigerCRM5_rc/apache/logs/foo.log".
+# with ServerRoot set to "VTIGERCRM/apache" will be interpreted by the
+# server as "VTIGERCRM/apache/logs/foo.log".
#
### Section 1: Global Environment
@@ -47,7 +47,7 @@
#
# Do NOT add a slash at the end of the directory path.
#
-ServerRoot "VTIGERCRM/vtigerCRM5_rc/apache"
+ServerRoot "VTIGERCRM/apache"
#refer http://www.faqs.org/docs/securing/chap29sec245.html
MinSpareServers 16
MaxSpareServers 64
@@ -311,7 +311,7 @@
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
-DocumentRoot "VTIGERCRM/vtigerCRM5_rc/apache/htdocs/vtigerCRM"
+DocumentRoot "VTIGERCRM/apache/htdocs/vtigerCRM"
#
# Each directory to which Apache has access can be configured with respect
@@ -336,7 +336,7 @@
#
# This should be changed to whatever you set DocumentRoot to.
#
-<Directory "VTIGERCRM/vtigerCRM5_rc/apache/htdocs">
+<Directory "VTIGERCRM/apache/htdocs">
#
# Possible values for the Options directive are "None", "All",
@@ -554,9 +554,9 @@
# We include the /icons/ alias for FancyIndexed directory listings. If you
# do not use FancyIndexing, you may comment this out.
#
-Alias /icons/ "VTIGERCRM/vtigerCRM5_rc/apache/icons/"
-
-<Directory "VTIGERCRM/vtigerCRM5_rc/apache/icons">
+Alias /icons/ "VTIGERCRM/apache/icons/"
+
+<Directory "VTIGERCRM/apache/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
@@ -568,9 +568,9 @@
# the manual, even if you choose to move your DocumentRoot. You may comment
# this out if you do not care for the documentation.
#
-AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru))?(/.*)?$ "VTIGERCRM/vtigerCRM5_rc/apache/manual$1"
-
-<Directory "VTIGERCRM/vtigerCRM5_rc/apache/manual">
+AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru))?(/.*)?$ "VTIGERCRM/apache/manual$1"
+
+<Directory "VTIGERCRM/apache/manual">
Options Indexes
AllowOverride None
Order allow,deny
@@ -592,7 +592,7 @@
# The same rules about trailing "/" apply to ScriptAlias directives as to
# Alias.
#
-ScriptAlias /cgi-bin/ "VTIGERCRM/vtigerCRM5_rc/apache/cgi-bin/"
+ScriptAlias /cgi-bin/ "VTIGERCRM/apache/cgi-bin/"
<IfModule mod_cgid.c>
#
@@ -603,10 +603,10 @@
</IfModule>
#
-# "VTIGERCRM/vtigerCRM5_rc/apache/cgi-bin" should be changed to whatever your ScriptAliased
+# "VTIGERCRM/apache/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
-<Directory "VTIGERCRM/vtigerCRM5_rc/apache/cgi-bin">
+<Directory "VTIGERCRM/apache/cgi-bin">
AllowOverride None
Options None
Order allow,deny
@@ -922,7 +922,7 @@
# Alias /error/include/ "/your/include/path/"
#
# which allows you to create your own set of files by starting with the
-# VTIGERCRM/vtigerCRM5_rc/apache/error/include/ files and copying them to /your/include/path/,
+# VTIGERCRM/apache/error/include/ files and copying them to /your/include/path/,
# even on a per-VirtualHost basis. The default include files will display
# your Apache version number and your ServerAdmin email address regardless
# of the setting of ServerSignature.
@@ -930,9 +930,9 @@
# The internationalized error documents require mod_alias, mod_include
# and mod_negotiation. To activate them, uncomment the following 30 lines.
-# Alias /error/ "VTIGERCRM/vtigerCRM5_rc/apache/error/"
-#
-# <Directory "VTIGERCRM/vtigerCRM5_rc/apache/error">
+# Alias /error/ "VTIGERCRM/apache/error/"
+#
+# <Directory "VTIGERCRM/apache/error">
# AllowOverride None
# Options IncludesNoExec
# AddOutputFilter Includes html
More information about the vtigercrm-commits
mailing list