A accassar Active Member May 17, 2012 #1 May 17, 2012 #1 Hello, Some websites are expecting $_SERVER[DOCUMENT_ROOT] to be available, and when testing under LSAPI it appears LSWS does not pass this variable to LSAPI hence DOCUMENT_ROOT is not available. How can I make this available? Last edited by a moderator: May 18, 2012
Hello, Some websites are expecting $_SERVER[DOCUMENT_ROOT] to be available, and when testing under LSAPI it appears LSWS does not pass this variable to LSAPI hence DOCUMENT_ROOT is not available. How can I make this available?
N NiteWave Administrator May 17, 2012 #2 May 17, 2012 #2 access domain.com/phpinfo.php in browser, _SERVER["DOCUMENT_ROOT"] is there.
A accassar Active Member May 17, 2012 #3 May 17, 2012 #3 Hello, mine doesn't have it in there. Using TCPDUMP I can't even see LSWS passing this through. Is there some setting I am missing?
Hello, mine doesn't have it in there. Using TCPDUMP I can't even see LSWS passing this through. Is there some setting I am missing?
N NiteWave Administrator May 18, 2012 #4 May 18, 2012 #4 can you post the output of domain.com/phpinfo.php
A accassar Active Member May 18, 2012 #5 May 18, 2012 #5 OK this was my mistake, I overwrite one of the variables in my code. Sorry to waste your time.