logo       

cvs: pearweb / pearweb.php: msg#00015

php.pear.core

Subject: cvs: pearweb / pearweb.php

cellog Sat Oct 14 19:03:55 2006 UTC

Modified files:
/pearweb pearweb.php
Log:
fix DocumentRoot directive to actually point to the doc root

http://cvs.php.net/viewvc.cgi/pearweb/pearweb.php?r1=1.4&r2=1.5&diff_format=u
Index: pearweb/pearweb.php
diff -u pearweb/pearweb.php:1.4 pearweb/pearweb.php:1.5
--- pearweb/pearweb.php:1.4 Mon Oct 2 04:36:09 2006
+++ pearweb/pearweb.php Sat Oct 14 19:03:55 2006
@@ -221,7 +221,7 @@
$middle[] = ' ServerName ' . $answers['pear'] . $eol;
$middle[] = $eol;
// apache requires all path separators to be "/" even on windows
- $middle[] = ' DocumentRoot ' . str_replace('\\', '/', '@web-dir@') .
$eol;
+ $middle[] = ' DocumentRoot ' . str_replace('\\', '/', '@web-dir@') .
'/public_html' . $eol;
$middle[] = ' DirectoryIndex index.php index.html' . $eol;
$middle[] = $eol;
$middle[] = ' php_value include_path .' . PATH_SEPARATOR .

--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise