Solved mail to root problem
Seemed to be stupid error.<br><br>Post edited by: hjm, at: 2008/12/13 22:38
Got a problem not covered by the docs? Don't know where to look in the docs or in the forums? All of the other forums over your head? If you're new to Virtualmin, this is the place for you.
Seemed to be stupid error.<br><br>Post edited by: hjm, at: 2008/12/13 22:38
This is the error message:
Mail server Sendmail is installed and configured.
Apache is installed.
Webalizer is installed.
MySQL is installed and running.
Logrotate is installed.
No Ethernet interface could be automatically found on your system. Use the module configuration page to set the interface manually.
.. your system is not ready for use by Virtualmin.
anyone can help me?
Hi ! First, i'm french and i'm sorry for my english language quality.
I would like put my websites in an other partition than /home. It names /sites
After change localisation of home of users to /sites i have a error when i check virtualmin config:
The Suexec command on your system is configured to only run scripts under /home, but the Virtualmin base directory is /sites. CGI and PHP scripts run as domain owners will not be executedHow can i resolv this problem ??
Thanks for youe help, and thanks to be simple in your threads.
We need to create an FTP account with several different users and user permissions.
We created a virtual server and changed the home directory to /home/whatever/ftp so they do not have access to the unneeded web stuff.
But how can we create new ftp users and modify their permissions?
We need to add an account that has upload capabilities, and another account that has only download ability.
The default existing account would be the administrative account that can delete etc.
Please virtualhosting masters and dragons ;o))), can anyone advise me or give me little how to for splitting httpd.conf into different files for every single virtual host.
Can this be done I mean when I setup this in Apache configuration will virtualmin accept this configuration and write every virtualhost into different file ?
It will help me with my mongrel issue and with other things too.
Thanks for any advice.
Is it possible for me to create an ftp login for web developers that can be used to login to any of the virtual servers, by adding the developer username to the virtual server's group and setting all the directories and files in the virtual server public_html directory to group share(umask 002)? I just can't seem to be able to figure out how to create a login that will allow developers access to clients websites. the server keeps denying access to anything i create outside of the virtualmin interface. I use the following to add a user(victory is fictional, of course)
Hi All
I have a fresh net install of Debian Etch and I keep getting this Postfix error when I do the Configuration checking with the vitualmin install.
A problem was found with your Postfix virtual maps : The map source mysql:/etc/postfix/mysql-virtual-alias-maps.cf cannot be used : The MySQL configuration parameter table was not found. Webmin needs this to figure out which table and fields to query.I followed this tutorial
Hi , i have a question regarding apache ... Because my distro doesn't come with mod_suexec for apache i installed xampp ... Then i installer webmin+virtualmin ... I have changed the user and the group of apache web server to apache:apache ... Now , when i create a new virtual host , tells me that i I don't have permission to access / on this server ... because my new accounts are running under other user/group than apache ...
hi guys
it's possibile to get a script like Phpmyadmin installed and ready to use when I create a new virtual server ??
I mean can I put it on a virtual server template or maybe can I install tru the command line to do faster ?
thanks in advance
L.
Where can I set the IPCCommTimeout in VM?
The default of (I think) setting it based on PHP max_execution_time is woefully incorrect. max_execution_time is CPU time and defaults to 30 seconds (reasonable for most environments).
But IPCCommTimeout is wall-clock time. Hence process exit after 31 seconds of clock time if there's been no data. Way too short.
If max_execution_time is to be used as a basis, I'd suggest IPCCommTimeout be set to max_execution_time * 20 or something.