Recently I faced a problem when I have installed Apache2Tried (http://www.apache2triad.net/) package. I want to use my existing Apache 1.3’s ‘htdocs’ directory instead of Apache2Tried’s Apache2 “htdocs” directory.
I followed the following steps to resolve my problem:
STEP 1
Open “D:\apache2triad\conf\httpd.conf” using notepad or Wordpad
STEP 2
Open Edit > Find
STEP 4
And search “DocumentRoot”
STEP 5
Change
DocumentRoot “path/to/your/php/tried/htdocs”
To
DocumentRoot “path/to/your/old/htdocs”
STEP 6
Add these lines:
Options Indexes FollowSymLinks +Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
STEP 7
Now configure Apache2Tried Administration panel
Alias /apache2triadcp “path/to/apache2tried/htdocs/apache2triadcp”
Options Indexes FollowSymLinks +Includes ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Now you can use your OLD htdocs directory and Apache2Tried administration panel as well.





Recent Comments