Jump to content

Edit History

prestol

prestol

hello 

 

what variables do i edit to change the location of the log files and cache folder 

i want to update 

/var/www/html/var/log --> /var/log

/var/www/html/var/cache ---> /var/cache


 


my php.ini file
-------------------

Server Root = /etc/httpd

DOCUMENT_ROOT = /var/www/html

CONTEXT_DOCUMENT_ROOT = /var/www/html

docref_root = no value

doc_root = no value

$_SERVER['DOCUMENT_ROOT' ] = /var/www/html

$_SERVER['CONTEXT_DOCUMENT_ROOT'] = /var/www/html

 

prestol

prestol

hello 

 

what variables do i edit to change the location of the log files and cache folder 

i want to update 

/var/www/html/var/log --> /var/log

/var/www/html/var/cache ---> /var/cache

 

my php.ini file

Server Root = /etc/httpd

 

DOCUMENT_ROOT = /var/www/html

CONTEXT_DOCUMENT_ROOT = /var/www/html

 

docref_root = no value

doc_root = no value

 

$_SERVER['DOCUMENT_ROOT' ] = /var/www/html

$_SERVER['CONTEXT_DOCUMENT_ROOT'] = /var/www/html

 


 

 

prestol

prestol

hello 

 

what variables do i edit to change the location of the log files and cache folder 

i want to update 

/var/www/html/var/log --> /var/log

/var/www/html/var/cache ---> /var/cache

 

 

 

 

 

×
×
  • Create New...