Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
28 views

why imported database is smaller in phpmyadmin?

I have dumped a database using phpmyadmin and had 390MB and then imported it using command line into new database, then it showed the size 360. Why this imported database is smaller? Thanks.
2
votes
2answers
58 views

run cron job on end of every month

I need to run a script at 2 pm on the end of every month. The reason i set 2 pm is i've a timezone of asia/calcutta and it differs 10 hrs and 30 min. from the server time. I've set ...
1
vote
1answer
191 views

How to setup a wget cron job command

How to setup a cron job command to execute an URL? /usr/bin/wget -q http://www.domain.com/cron_jobs/job1.php >/dev/null 2>&1 Why can't I make this work!? Have tried everything.. The PHP ...
1
vote
1answer
141 views

Edit data in MySQL Database with no Primary Key

I am using Webmin on an Idaq hosting package to manage my MySQL database. I have imported the database from a previous host and now find that I cannot alter any data that is in a particular table ...
1
vote
1answer
534 views

Change root password of instance in Amazon EC 2 & Webmin

I have set up a website with the help of a System Admin on Amazon EC2. After the work, he installed a Webmin for me to handle the things like Control Panel. Now I need to reset the password for ...
0
votes
0answers
15 views

Creating Vhosts with Webmin

I have been messing around with webmin and creating vhosts, now normally I would just shh into the box and create them manually but the other developers in the office are not too confident doing that. ...
0
votes
0answers
39 views

Can't send email with from WPCF7 to Exchange server

I created a new website for a company, they're using Exchange server for emails. After installing Webmin, Apache, MySql, email servers .. I can't send email from WP contact form to sales@domain.com ...
0
votes
1answer
70 views

Subdomains on IP addresses in Webmin

How can I set up a subdomain on an IP address using Webmin? So, if I go to http://directory.127.0.0.1/ it goes to the same place as http://directory.localhost/ (/var/www/directory)?
0
votes
1answer
45 views

Webmin Automatic Backup Cleanup

I am using Webmin to backup automatically every day. I want to automatically delete all backups older then 7 days, unless they are every 15 days. I guess I need to write some sort of bash script to do ...
0
votes
0answers
87 views

How to create multiple websites using Webmin [closed]

Recently installed ubuntu server+lamp+webmin+proftpd. Set static ip. Now wanna publish multiple webistes from seperate ports on local network. Let's say my servers ip is 192.168.2.200 so site 1 will ...
0
votes
0answers
66 views

Webmin “Scheduled Cron Jobs” - blank page [closed]

I was editing a cron job which was added manualy on the shell, edting only the command field, when submited the info, the page went blank ended up only with the left menu of webmin and on the right ...
0
votes
1answer
13 views

Virtualmin User increaing quota

I'll like to know if there is the possibility of a user under a host using virtualmin to increase / decrease his domain quota and if yes can anyone help by explaining. I have tried several things but ...
0
votes
2answers
633 views

Centos - Virtualmin Package Updates - mysql update error because of conflicts with file from different package. Any safe solution?

When I try to apply Virtualmin Package Updates - mysql updates on Centos 5.5 64-bit - it returns install failed because of conflicts with file from different package. When I try yum remove mysql* or ...
0
votes
1answer
225 views

What is phpmyadmin access URL after installed from webmin?

I just installed phpmyadmin module from webmin but I can't find any resources which url can be accessed. My webmin version is 1.550 running on Ubuntu 10.10 with Apache2.
0
votes
0answers
156 views

.htaccess suddenly stopped working on Ubuntu?

I have following rules in my htaccess file for my webiste. <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1/$1 ...
0
votes
0answers
90 views

Webmin Database Permissions

Is there a way that I can set user permissions in webmin/vitrualmin so that only certain databases show up. I've created a Mysql user and set their permissions so that they can perform actions ...
0
votes
3answers
565 views

Setting up a cron job with Webmin

I am trying to setup a Cron job using Webmin to run every 5 min. It needs to target a .php file and run the php script in that file. When I enter the path to the file in the "Command" field, it ...
0
votes
0answers
89 views

Setup Evolution mail clients

I have configured router(192.168.1.2) to serve only one machine with IP - '192.168.1.6' and set up SQUID proxy on '192.168.1.6'. I have defined some rules(ACL) regarding connections to internet on ...
0
votes
0answers
51 views

Problem in SQUID setup

I had set up SQUID through webmin on linux-fedora-14 and created Access Control List like 'home_networks','allowed site' and 'denied site (yahoo.com , facebook.com) ' and add proxy restriction to ...
0
votes
1answer
155 views

Email setup in webmin

I have an email address setup in webmin and when I went to test it I received the email but it was in the form of name@www.domainname.com instead of name@domainname.com. Could someone help me by ...
0
votes
1answer
448 views

Subdomains and webmin - Debian linux

I have dedicated server with webmin interface. I need this settings - i want to all subdomains of .example.com will be server from one Document Root. How can i achieve that? So if i type ...
0
votes
0answers
33 views

Server memory constantly usage at 91%, but the website is still in staging

I have my server on MediaTemple, adn as i can see from their admin panel, my memory usage is always about 91%..it is strange because the only wbesite resident on that server is on staging mode and no ...
0
votes
2answers
224 views

Two tables, with indexes, with the same column names, containing different info… will there be a conflict?

So I have a class that creates a table to be populated with data. Right now I have all the column names the same (product_name, date, etc). I noticed that when I view my tables in Webmin that there is ...
0
votes
3answers
469 views

How can I set up a subdomain to another host?

Hey guys, so I recently purchased a cheap vps for me to play around with, to get used to working with linux, command line, and servers. I also have a shared webhost that I host my site on. For now, ...
0
votes
0answers
127 views

login connection problem using SimpleTest

I am using SimpleBrowser from SimpleTest (http://www.simpletest.org) to login a webmin (http://www.webmin.com/). This login uses https. I've tried two different ways, both fail. $browser = new ...
0
votes
0answers
81 views

unable to install mysql completely on debian 5.0

its been a couple of days that I'm trying to install mysql on my vps which has debian 5.0 with 256mb ram. I've installed webmin also. here is the symptoms : after installing mysql using either webmin ...
0
votes
0answers
220 views

Need Help: Failed to configure Virtual Server on Webmin (mixing * ports and non-* ports with a NameVirtualHost address is not supported)

I have finish configure the Virtual Server to use domain name. Then I try to restart the httpd, but it give me an error message like below: Starting httpd: httpd: Could not reliably determine the ...
0
votes
3answers
537 views

Why can't webmin can't open files in directories that are not world executable?

I'm using an open source Perl package named "webmin" on several servers. It's mostly Perl on the inside. I found a weird behavior on a new 64-bit server: files were getting created empty. I've ...
-1
votes
1answer
28 views

simple ftp manager [closed]

Have just got a new server and loaded Debain and we want to use it to allow 100-200 customers to have a ftp account which cannot be seen by others to upload video files. Each user will gain access ...