Oddly enough ... this morning I moved my developer server to a new
machine and the exact same thing is happening. The VirtualHosts.ini
seems to be read in correctly, but any request made, even though it
matches my virtual hosts file gets sent to my default root ... which
is empty ..

VirtualHosts.ini looks like:
*       @.ecommission.com:8080  *       
/D/Apache_Websites/ecommission/web_eCommission/|eCommission     login.a4d
*       @.3clickadvance.com:8080        *       
/D/Apache_Websites/3clickadvance/web_3Click/|3Click     login.a4d

and the log for it is ...
Mar 25 15:41:41 Active4D: [info] virtual hosts: reading D:\eCommission
Database\Active4D\VirtualHosts.ini
Mar 25 15:41:41 Active4D: [debug] virtual host: ip =
*; host = "@.ecommission.com:8080"; language = ""; root =
/D/Apache_Websites/ecommission/web_eCommission/; virtual host =
"eCommission"; default = "login.a4d"
Mar 25 15:41:41 Active4D: [debug] virtual host: ip =
*; host = "@.3clickadvance.com:8080"; language = ""; root =
/D/Apache_Websites/3clickadvance/web_3Click/; virtual host = "3Click";
default = "login.a4d"

If i put write to console(get request info("*virtual host")) in my On
Request method ... it returns blank.
and write to console(get root) returns /D/eCommission Database/web/

I notice that there is a return after the "ip =" line in the log ...
does that seem correct? or should the entire log be on one line?

Thanks,

Darin


On Mon, Mar 25, 2013 at 10:55 AM, Aparajita Fishman
<[email protected]> wrote:
> That isn't a debug log, it doesn't tell me what I need to know. Please follow 
> the directions in the Debugging chapter of the documentation.
>
>> Mar 25 14:32:54 Active4D: [info] env: log level = info
>
> Regards,
>
>    Aparajita
>
> _______________________________________________
> Active4D-dev mailing list
> [email protected]
> http://list.aparajitaworld.com/listinfo/active4d-dev
> Archives: http://active4d-nabble.aparajitaworld.com/
_______________________________________________
Active4D-dev mailing list
[email protected]
http://list.aparajitaworld.com/listinfo/active4d-dev
Archives: http://active4d-nabble.aparajitaworld.com/

Reply via email to