mod_fcgid: read data timeout in 31 seconds
End of script output before headers: index.php, referer:
vi /etc/httpd/conf/httpd.conf
IPCCommTimeout 300
FcgidIOTimeout 300
vi home/username/etc/php5/php.ini
max_execution_time = 300
mod_fcgid: read data timeout in 31 seconds
End of script output before headers: index.php, referer:
vi /etc/httpd/conf/httpd.conf
IPCCommTimeout 300
FcgidIOTimeout 300
vi home/username/etc/php5/php.ini
max_execution_time = 300
If you have issues to import a database using Virtualmin (Webmin) you need to disable or increase quotas:
Total server quota: Unlimited
Server administrator’s quota: Unlimited
By default it was set limit, so that error means: Disk quota exceeded
You can change the username format by going into System Settings -> Server Template -> Default -> Mail for Domain, and change “Format for usernames that include domain” to “user@domain”.
vi /etc/postfix/main.cf
virtual_alias_maps = hash:/etc/postfix/virtual
file=/etc/webmin/miniserv.pem
openssl req -x509 -newkey rsa:2048 -keyout $file -out $file \
-days 3650 -nodes -subj \
"/C=US/ST=Denial/L=Springfield/O=Dis/CN=www.example.com"
openssl x509 -x509toreq -in $file -signkey $file >> $file
/etc/init.d/webmin restart
sed --in-place "s/ssl=1/ssl=0/g" /etc/webmin/miniserv.conf && service webmin restart