[Vtigercrm-commits] [vtiger-commits] r4136 - /vtigercrm/trunk/pkg/apache/conf/lin_httpd.conf
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Mon Mar 13 04:46:08 EST 2006
Author: saraj
Date: Mon Mar 13 02:46:04 2006
New Revision: 4136
Log:
http conf path modifed for 5 beta
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 Mon Mar 13 02:46:04 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_alpha1/apache" will be interpreted by the
-# server as "VTIGERCRM/vtigerCRM5_alpha1/apache/logs/foo.log".
+# with ServerRoot set to "VTIGERCRM/vtigerCRM5_beta/apache" will be interpreted by the
+# server as "VTIGERCRM/vtigerCRM5_beta/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_alpha1/apache"
+ServerRoot "VTIGERCRM/vtigerCRM5_beta/apache"
#
# The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
@@ -305,7 +305,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_alpha1/apache/htdocs/vtigerCRM"
+DocumentRoot "VTIGERCRM/vtigerCRM5_beta/apache/htdocs/vtigerCRM"
#
# Each directory to which Apache has access can be configured with respect
@@ -330,7 +330,7 @@
#
# This should be changed to whatever you set DocumentRoot to.
#
-<Directory "VTIGERCRM/vtigerCRM5_alpha1/apache/htdocs">
+<Directory "VTIGERCRM/vtigerCRM5_beta/apache/htdocs">
#
# Possible values for the Options directive are "None", "All",
@@ -548,9 +548,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_alpha1/apache/icons/"
-
-<Directory "VTIGERCRM/vtigerCRM5_alpha1/apache/icons">
+Alias /icons/ "VTIGERCRM/vtigerCRM5_beta/apache/icons/"
+
+<Directory "VTIGERCRM/vtigerCRM5_beta/apache/icons">
Options Indexes MultiViews
AllowOverride None
Order allow,deny
@@ -562,9 +562,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_alpha1/apache/manual$1"
-
-<Directory "VTIGERCRM/vtigerCRM5_alpha1/apache/manual">
+AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru))?(/.*)?$ "VTIGERCRM/vtigerCRM5_beta/apache/manual$1"
+
+<Directory "VTIGERCRM/vtigerCRM5_beta/apache/manual">
Options Indexes
AllowOverride None
Order allow,deny
@@ -586,7 +586,7 @@
# The same rules about trailing "/" apply to ScriptAlias directives as to
# Alias.
#
-ScriptAlias /cgi-bin/ "VTIGERCRM/vtigerCRM5_alpha1/apache/cgi-bin/"
+ScriptAlias /cgi-bin/ "VTIGERCRM/vtigerCRM5_beta/apache/cgi-bin/"
<IfModule mod_cgid.c>
#
@@ -597,10 +597,10 @@
</IfModule>
#
-# "VTIGERCRM/vtigerCRM5_alpha1/apache/cgi-bin" should be changed to whatever your ScriptAliased
+# "VTIGERCRM/vtigerCRM5_beta/apache/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
-<Directory "VTIGERCRM/vtigerCRM5_alpha1/apache/cgi-bin">
+<Directory "VTIGERCRM/vtigerCRM5_beta/apache/cgi-bin">
AllowOverride None
Options None
Order allow,deny
@@ -916,7 +916,7 @@
# Alias /error/include/ "/your/include/path/"
#
# which allows you to create your own set of files by starting with the
-# VTIGERCRM/vtigerCRM5_alpha1/apache/error/include/ files and copying them to /your/include/path/,
+# VTIGERCRM/vtigerCRM5_beta/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.
@@ -924,9 +924,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_alpha1/apache/error/"
-#
-# <Directory "VTIGERCRM/vtigerCRM5_alpha1/apache/error">
+# Alias /error/ "VTIGERCRM/vtigerCRM5_beta/apache/error/"
+#
+# <Directory "VTIGERCRM/vtigerCRM5_beta/apache/error">
# AllowOverride None
# Options IncludesNoExec
# AddOutputFilter Includes html
More information about the vtigercrm-commits
mailing list