Still learning abc of apache webserver
Installing websvn on apache 2.2 on windows
I saw this http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg737009.html and fixed my multiviews issues with websvn
I have apache in D:\apps\apache and default folder is D:\apps\apache\htdocs
and websvn in D:\sharedapps\websvn
So i had to
1) set apache config properly
Alias /websvn "d:/sharedapps/websvn/"
(or try Alias /websvn "d:/sharedapps/websvn/wsvn.php")
Alias /templates "d:/sharedapps/websvn/templates/"
<Directory "d:/sharedapps/websvn">
Options Indexes FollowSymLinks MultiViews ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
2) configure websvn
include\config.php
$config->useMultiViews();
(Optional)
wsvn.php
$locwebsvnhttp = '';
Installing websvn on apache 2.2 on windows
I saw this http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg737009.html and fixed my multiviews issues with websvn
I have apache in D:\apps\apache and default folder is D:\apps\apache\htdocs
and websvn in D:\sharedapps\websvn
So i had to
1) set apache config properly
Alias /websvn "d:/sharedapps/websvn/"
(or try Alias /websvn "d:/sharedapps/websvn/wsvn.php")
Alias /templates "d:/sharedapps/websvn/templates/"
<Directory "d:/sharedapps/websvn">
Options Indexes FollowSymLinks MultiViews ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
2) configure websvn
include\config.php
$config->useMultiViews();
(Optional)
wsvn.php
$locwebsvnhttp = '';
No comments:
Post a Comment