I am not familiar with DirectAdmin, will you able to post virtual host entry for your web site ?
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
Could really do with some help here please.
D
This can be a server permission related issue. php, perl scripts running as different user or some thing. Ask your server admin which system user runs perl and php scripts. By deault it is run by user nobody. There are option to run it as the user that owned the site (suexec). If php and perl are run by different users, there will be problem with finding length of the uploded file.
vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
[email protected]
Bumping for help please
Bookmarks