The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
Im trying to disable the open_basedir but Ive been following several tutorials but none tells me where do I do each thing.
This has been so frustrating for me when is so simple so please help :up: Im trying to follow this one: Create /srv/www/vhosts/$domain.com/subdomains/$subDomName/conf/vhost.conf with the following content: Code:
<Directory /srv/www/vhosts/$domain.com/subdomains/$subDomName/httpdocs> <IfModule sapi_apache2.c> php_admin_flag engine on php_admin_flag safe_mode off php_admin_value open_basedir "/srv/www/vhosts/$domain.com/httpdocs:/srv/www/vhosts/$domain.com/subdomains/$subDomName/httpdocs:/tmp" </IfModule> <IfModule mod_php5.c> php_admin_flag engine on php_admin_flag safe_mode off php_admin_value open_basedir "/srv/www/vhosts/$domain.com/httpdocs:/srv/www/vhosts/$domain.com/subdomains/$subDomName/httpdocs:/tmp" </IfModule> </Directory> Execute the following command on the command line to update the Plesk configuration: Code:
/usr/local/psa/admin/sbin/websrvmng -u --vhost-name=domain.tld And this: Final and last step is to restart apache apache2ctl restart I already created the file, now I just need to know where to execute that comand and how, and I guess that will help me solve this issue |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|