|
cvs: pearweb / pearweb.php: msg#00015php.pear.core
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> |
|---|---|---|
| Previous by Date: | cvs: pearweb / package.php package.xml: 00015, Greg Beaver |
|---|---|
| Next by Date: | cvs: pearweb /include/Damblan/Mail pearweb_account_request.tpl.php: 00015, Arnaud Limbourg |
| Previous by Thread: | cvs: pearweb /include/Damblan/Mail pearweb_account_request.tpl.php /public_html account-request.phpi: 00015, Arnaud Limbourg |
| Next by Thread: | cvs: pearweb /include/Damblan/Mail pearweb_account_request.tpl.php: 00015, Arnaud Limbourg |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |