Any reply please?
Any reply please?
This is due to cgi setup on the server. It work perfectly on cpanel servers. Are you on plesk server ?
vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
[email protected]
I am on a DirectAdmin server.
I am not familiar with DirectAdmin, will you able to post virtual host entry for your web site ?
vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
[email protected]
Here is the VirtualHost section for this domain. (i have replaced the actual domain/username)
<VirtualHost 208.74.148.102:80>
ServerName www.domain.com
ServerAlias www.domain.com domain.com
ServerAdmin [email protected]
DocumentRoot /home/user/domains/domain.com/public_html
ScriptAlias /cgi-bin/ /home/user/domains/domain.com/public_html/cgi-bin/
UseCanonicalName OFF
SuexecUserGroup user user
CustomLog /var/log/httpd/domains/domain.com.bytes bytes
CustomLog /var/log/httpd/domains/domain.com.log combined
ErrorLog /var/log/httpd/domains/domain.com.error.log
<Directory /home/user/domains/domain.com/public_html>
Options +Includes -Indexes
php_admin_flag engine ON
<IfModule !mod_php6.c>
php_admin_flag safe_mode OFF
</IfModule>
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'
</Directory>
</VirtualHost>
Thanks,
It looks ok.
Have you set path in cgi-bin/ubr_upload.pl ?
vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
[email protected]
I have put the path to the folder templates_c there.
There is a mssg there "# MUST BE DUPLICATED IN THE "UBR_INI.PHP" FILE" but I cannot find any UBR_INI.php file in my installation.
D
Bookmarks