Search results

  1. R

    Change public to private

    Hi, I need to change my public DirectAdmin adress to private. Is it possible ? I found this: https://www.directadmin.com/lan.shtml but this is helpfull when DA isn't installed yet. My already running :( When I will change IP to private, the public adress which is NAT to private will change...
  2. R

    FilesMatch in htaccess

    Hi, From some time i need to use FilesMatch in htaccess to change php version like this: <FilesMatch "\.php$"> AddHandler x-httpd-php55 .php </FilesMatch> I'm sure that couple months ago it wasnt requierd, just AddHandler x-httpd-php55 .php was worked. Why it is required ? My...
  3. R

    Symbolic link not allowed

    Hi, When i try to access to webmail which is symlink to roundcube-0.2 o got: Symbolic link not allowed or link target not accessible: /var/www/html/webmail Try to change everything but no luck . Anyone can help? Any method to trace it ? LogLevel debug dosent help. SELINUX=disabled...
  4. R

    Proftpd - can't login to unix shell account

    After new installation i can't login to normal account(/etc/passwd) over proftpd. My debug information: host.domain.com - host.domain.com - Config for ProFTPd: host.domain.com - PassivePorts host.domain.com - TimesGMT host.domain.com - TimeoutLogin host.domain.com - TimeoutIdle...
  5. R

    Change user name and statistics DA page

    Hello, I change username using: /usr/local/directadmin/scripts/change_username.sh and everything works OK. But now the new and old username dosn't exist in Show All Users in DA panel ? From where this page is creating ? Thanks
  6. R

    ips.conf generate from template

    Hi, I'm trying to generate ips.conf from template: ips_virtual_host.conf i copy it into custom folder but nothing, always my ips.conf look like this: NameVirtualHost IP NameVirtualHost IP NameVirtualHost IP .... but should look like this: <VirtualHost |IP|:80> ServerName...
  7. R

    Over quota and squierrmail

    Hello, When user is over QUOTA he can't browse over all pages in squierrmail. Is it only I have this problem? Is there any solution for this ? Thanks
  8. R

    Incremental backup to FTP

    Hello, I found unofficial incremental solution for backup but it work's only over rsync. Is there any solution to create incremental backup but to FTP freenas ? Thanks
  9. R

    Quota exceed inform sender

    Hello, I have only those two setting about quota in my exim.conf quota = ${if exists{/etc/virtual/${domain}/quota}{${lookup{$local_part}lsearch*{/etc/virtual/${domain}/quota}{$value}{0}}}{0}} quota_warn_threshold = 85% And the problem is when someone almost exceed his mailbox quota. Then...
  10. R

    Add record to named from shell

    Hello, Is there any script or other way to add/delete some records into named files but not using DA? I want to do it using shell. Thanks
  11. R

    Charset and autoresponder

    From where I can read which charset is set in DA panels? Is there any default setting to exactly setup charset which I want ? I need this beacuse there is problem with exim and autoresponder config. I need to set exactly in which charset autoresponders files are. But DA somtime use iso-8859...
  12. R

    File created from PHP

    Hello, Can anyone tell me who should be owner of files created from PHP files from apache ? I thought it should be domain owner, but it isn't. :eek: Owner of files created using WWW is apache:apache. I have setup Suexecusergroup with domain owner user:group. What about quota? If...
  13. R

    Httpd can't start on Centos 4.5 64bit

    Hi, I can't start httpd service on Centos4.5 64bit after DA. Error in log: [error] mod_ssl: Init: Failed to generate temporary 512 bit RSA private key cat /dev/urandom and /dev/random work OK. I have try those settings in httpd.conf: #SSLRandomSeed startup builtin #SSLRandomSeed...
Back
Top