Re: [us...@httpd] mod_vhost_alias and DOCUMENT_ROOT

2009-03-27 Thread Lampa
Hello, that strange, have 2 other machines where DOCUMENT_ROOT points to right location, after migrating to new machine problem occurs 2009/3/26 Eric Covener : > On Thu, Mar 26, 2009 at 3:00 PM, Lampa wrote: > >>       VirtualDocumentRoot /var/www/domain.tld/home/%-3 > >> Everything woks ok (ins

Re: [us...@httpd] mod_vhost_alias and DOCUMENT_ROOT

2009-03-26 Thread Eric Covener
On Thu, Mar 26, 2009 at 3:00 PM, Lampa wrote: >       VirtualDocumentRoot /var/www/domain.tld/home/%-3 > Everything woks ok (installed mod PHP). Excpet that variable > DOCUMENT_ROOT ($_SERVER['DOCUMENT_ROOT'] in php) points to /htdocs. VirtualDocumentRoot causes files to be served from somepla

[us...@httpd] mod_vhost_alias and DOCUMENT_ROOT

2009-03-26 Thread Lampa
Hello, on my one server i've compiled (first tried from packages) httpd 2.2.11 (then tried 2.2.6). With following configuration: ServerRoot "/usr/local/httpd-2.2.6" Listen 8080 LoadModule php5_module modules/libphp5.so User www-data Group www-data HostnameLookups On Timeout 300 KeepAlive On