RE: Sentora Transfer Domain
10-14-2017, 12:43 PM
(This post was last modified: 10-14-2017, 12:45 PM by sathish2009.
Edit Reason: Added Edit Note....
)
The files are moved to the following location /var/sentora/hostdata/zadmin/public_html/ and host files are also updated to reflect the changes
And waited for the daemon to update also manually run the daemon and getting following error in chrome
Edit : Moved back to the old account everything works fine
Code:
################################################################
# DOMAIN: samat*************.tv
<virtualhost *:80>
ServerName samat*************.tv
ServerAlias www.samat*************.tv
ServerAdmin zadmin@localhost
DocumentRoot "/var/sentora/hostdata/zadmin/public_html/samat*************_tv"
php_admin_value open_basedir "/var/sentora/hostdata/zadmin/public_html/samat*************_tv:/var/sentora/temp/"
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate,$
ErrorLog "/var/sentora/logs/domains/zadmin/samat*************.tv-error.log"
CustomLog "/var/sentora/logs/domains/zadmin/samat*************.tv-access.log" combined
CustomLog "/var/sentora/logs/domains/zadmin/samat*************.tv-bandwidth.log" common
<Directory "/var/sentora/hostdata/zadmin/public_html/samat*************_tv">
Options +FollowSymLinks -Indexes
AllowOverride All
Require all granted
</Directory>
AddType application/x-httpd-php .php3 .php
ErrorDocument 403 /_errorpages/403.html
ErrorDocument 500 /_errorpages/500.html
ErrorDocument 510 /_errorpages/510.html
ErrorDocument 404 /_errorpages/404.html
DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
# Custom Global Settings (if any exist)
# Custom VH settings (if any exist)
</virtualhost>
# END DOMAIN: samat*************.tv
################################################################
And waited for the daemon to update also manually run the daemon and getting following error in chrome
Code:
This page isn’t working
samat*************.tv is currently unable to handle this request.
HTTP ERROR 500
Edit : Moved back to the old account everything works fine