Frontpage gives error on FreeBSD 5.x
If you get the following error when installing the Frontpage Extensions to a domain: Error setting up your web: /usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.4: Undefined symbol “_flockfile” or …
If you get the following error when installing the Frontpage Extensions to a domain: Error setting up your web: /usr/libexec/ld-elf.so.1: /usr/lib/libc_r.so.4: Undefined symbol “_flockfile” or …
An issue with php/apache is causing apache not to start in FreeBSD. It segfaults and core dumps, logged in the /var/log/httpd/error_log. Try removing –with-openssl from …
edit: /usr/local/lib/php.ini Search for ; Maximum allowed size for uploaded files. upload_max_filesize = 2M Change the 2M to whatever new value you want, then restart …
If you need to go back to apache 1.3 after installing apache 2, you’ll need to do the following: 1) Restore the old httpd.conf file: …
There are several ways to accomplish this task, but the simplest to understand is to use php. To do this, you need to create the …
Create an .htaccess file in your public_html directory with the following code: RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^https://(www.)?domain.com.*$ [NC] RewriteRule .(gif|jpg)$ – [F] …
If you want to list all files in a directory that doesn’t use an index.html (or index.php) file, you can create an .htaccess file with …
If you wish to change the setup of the VirtualHosts for all domains, you can do so by creating your own custom templates. cd /usr/local/directadmin/data/templates …
check for /usr/local/directadmin/data/task.queue It should be deleted every minute. If it exists, check it’s contents. If there are more than just 1 or 2 lines, …
Go to Reseller Panel -> Manage User Backups and make a backup of the user who owns the domain you want to transfer. Login as …
Cron is the tool used to control the update frequency of the stats. You can easily change the frequency by modifying the cron job. Cron …