G
gtowle
Guest
Trying to Install DigiShop (open_basedir issue)
So I've gone through and created vhost.conf and vhost_ssl.conf in the /var/www/vhosts/<domain>/conf directory. I've run 'websrvmng --reconfigure-vhost --vhost-name=<domainname>' and restarted Apache. The installation wizard said everything was good and I moved on to open the admin cp. But I'm getting a 404 not found message when I try to navigate to the admin directory. and when I try the root (www.<domain>.com) it comes up as "http://127.0.0.1/digishop/cart.php" Object Not Found.
Not sure where I've gone wrong.
I'm not sure if I need both the vhost.conf and vhost_ssl.conf files (httpd.include only includes the vhost.conf file).
Code in my vhost.conf file is as follows:
<Directory /var/www/vhosts/<domain>/httpdocs>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir /var/www/vhosts/<domain>/:/tmp
</Directory>
Is anyone familiar with any of this? (I am not a web server pro, in case you didn't notice.) Thanks in advance.
So I've gone through and created vhost.conf and vhost_ssl.conf in the /var/www/vhosts/<domain>/conf directory. I've run 'websrvmng --reconfigure-vhost --vhost-name=<domainname>' and restarted Apache. The installation wizard said everything was good and I moved on to open the admin cp. But I'm getting a 404 not found message when I try to navigate to the admin directory. and when I try the root (www.<domain>.com) it comes up as "http://127.0.0.1/digishop/cart.php" Object Not Found.
Not sure where I've gone wrong.
I'm not sure if I need both the vhost.conf and vhost_ssl.conf files (httpd.include only includes the vhost.conf file).
Code in my vhost.conf file is as follows:
<Directory /var/www/vhosts/<domain>/httpdocs>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir /var/www/vhosts/<domain>/:/tmp
</Directory>
Is anyone familiar with any of this? (I am not a web server pro, in case you didn't notice.) Thanks in advance.