Software :: Using Webmin With Lampp?

Oct 27, 2010

Does anyone know if you can reconfigure webmin to use the lampp services instead of the default server services (e.g. apache, mysql, etc.)?

View 1 Replies


ADVERTISEMENT

General :: Fail Webmin Install - E - Package Webmin Has No Installation Candidate

Apr 6, 2010

I have had webmin running previously but i just recently installed Unbuntu server and i am now trying to install webmin. after typing this to install webmin sudo apt-get install webmin it started doing its thing and then it halts.

Giving me the following message: "Package webmin is not available, but is referred to by another package. this may mean that the package is missing, had been obsoleted , or is only available from another source."

The first thing i did after installing webmin was edit the sources.list

Then i tpyed sudo nano sources.list I uncommented everything with "deb" in front of it

I also uncommented

deb cdrom:

I then typed this sudo wget [url]

After getting that i typed this apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl

Then i tryed to install it and got that error.

I also tryed install it using this tutorial [url]

When i got to the part when i need to type

sudo apt-get install update this is what happened

View 10 Replies View Related

Ubuntu Servers :: Webmin Dependency - Install Webmin On Edition 10.04 ?

Apr 3, 2010

I encountered a a dependency issue when trying to install Webmin on Ubuntu Server Edition 10.04 Beta1.

When you try to install webmin, libmd5-perl is not available in any of the lucid repositories:

I resolved the dependency prob by adding the following repository to my /etc/apt/sources.list: deb [url]

Then I did a sudo apt-get update then sudo apt-get install and libmd5-perl installed fine along with webadmin. BTW. I got a GPG error when doing a apt=get update because I did not import the public key for the debian repos I used to get libdm5-perl, which doesn't matter to me as I commented out the repos once I got libmd5-perl installed.

View 1 Replies View Related

Ubuntu :: Lampp For 10.10 ?

Oct 12, 2010

It's been a short while since I had to put lampp on ubuntu 10.04. But, nevertheless I got it running eventually. I cannot seem to get it working on 10.10. Has anybody had experience with this yet? If so, what did you do to get it to work? Also, what differences does anybody know of that is preventing it from installing on 10.10 via the routes it would install on 10.04?

View 3 Replies View Related

Ubuntu :: Lampp Mysql Won't Start?

Aug 4, 2010

I had xampp going, but it got messed up and mysql wouldn't start. I thought reinstalling wou;d fix it, but it didn't.

when i do:

Code:
sudo /opt/lampp/lampp start
i get:
Code:
Starting XAMPP for Linux 1.7.3a...

[Code]....

View 3 Replies View Related

Ubuntu :: Host A Site Using Lampp?

May 4, 2011

i have been trying to host a site with lampp in ubuntu and i am pretty lost and sick of all the error messages, maby somone could give me a step by step guide how to do it. or got a bether option ?

View 8 Replies View Related

Server :: LAMPP, Good For Internal Use Or No?

Jul 7, 2010

We want to build a couple internal web apps for about 150 people to use, maybe 10 concurrently of any one app/site. LAMPP seems to be pretty simple to use for all it does, but their website has the following disclaimer at the bottom of this post, and there's some people here, programmers who like to make things way more intense/"cool" for programmers than they need to be for a small shop, who agrue that it shouldn't be used in production. I'm not really sure our internal 150 people classify as the type of "production" they are referring to below, I think they more mean a public facing site. We're never going to grow any bigger than this people-wise, or ever make these public facing sites. Just looking for some advice, as lampp seems very easy to use, as well as easy to backup and restore the entire lampp folder and get going on another server quickly in the event of a disaster.

As mentioned before, XAMPP is not meant for production use but only for developers in a development environment. The way XAMPP is configured is to be open as possible and allowing the developer anything he/she wants. For development environments this is great but in a production environment it could be fatal.

View 2 Replies View Related

Server :: LAMPP Saying OpenSSL Not Installed?

Jan 18, 2011

I inherited a project that someone built in lampp, and I need create new SSL certs.

So I go to do so and it says that OpenSSL is not installed and to apt-get and install it.(Ubuntu by the way)

So before I did so, I wondered if it would cause any problems...since it was supposed to be part of the lampp stack.

View 3 Replies View Related

Ubuntu :: Changing Permission On Lampp .conf Files?

Apr 14, 2011

How can modify httpd-xampp.conf's permission on my opt/lampp/etc/extra/ directory? I tried chmod-ing it on terminal, there's no error message whatsoever on the terminal but it still can't be modified.

View 1 Replies View Related

Ubuntu Installation :: Mysql Won't Start After Running Lampp/security

Jan 11, 2010

I have ubuntu 9.10, and installed the latest lampp with default options. Apache/Mysql/Proftpd would start and stop fine. I then did:

...which I got from here...[url] Although I'm pretty sure I was never prompted for the mySQL password. At any rate, now mySQL will not start (Apache and ProFTP are OK). Where can I start debugging this? Where is the conf file for mySQL?

View 1 Replies View Related

General :: Lampp Won't Start Apache 'another Web Server Daemon Running'

Mar 7, 2010

I installed LAMPP a couple of weeks ago and was working fine. Today when I try to start lampp, it will only start MySql and ProFTPD. It says "XAMPP: Another web server daemon is already running." How can I find out where this other server is located and stop it?

View 2 Replies View Related

Ubuntu Servers :: How To Change Mysql Data Directory Location In Lampp

Aug 23, 2011

I use dual boot with windos 7. i use xampp in win7. want to use lampp for ubuntu 10.04. i want to use one local server directoy for both . i successfuly changed htdocs location in lampp. but could not change mysql data directory location.

View 4 Replies View Related

Fedora :: Install Lampp But It Gaves An Error That The Operating System Doesn't Support 32 Bit?

Apr 11, 2010

I am a newby in linux. i wanted to install lampp (xampp) but it gaves me an error that the operating system doesn't support 32 bit. I am using at this moment Fedora 12 x86_64.

I looked in another thread and they sad that i need to run yum whatprovides missing_lib_name but it don't show anything is there another way to get 32 bit support in linux because i really need xampp.

View 2 Replies View Related

Ubuntu :: Move Xampp's Root Directory From /opt/lampp/htdocs To /home/private/htdocs

Dec 2, 2010

i was trying to move xampp's root directory from /opt/lampp/htdocs to /home/private/htdocs (in order to use Ubuntu One) but when i restarted apache i got "permission denied" when i tried to load the index page.so i said to my self...hey..let's chmod
i entered this three commands in terminal:

Code:
sudo chmod -R 755 /home/private/htdocs
sudo chmod 755 /home/private
sudo chmod 755 /home
('private' is my username)

after a couple of seconds everything begun to disapper, shortcuts on my desktop, my wallpaper...all.i even tried to execute another command with sudo but i got a nice error message that said i don't have permissions to execute bla bla.now i can't even log into my user.

View 4 Replies View Related

Ubuntu :: Webmin: Tunneling Over The SSH?

Mar 7, 2011

I tend to not use webmin, but there's just some things I dont want to deal with via command line. I know that having Webmin require an SSH tunnel is possible, but i'm not sure how to approach it.

View 1 Replies View Related

Server :: Dansguardian Through Webmin?

Jun 2, 2011

linux i have configured squid with dansguardian but not able to block the sites and url.. i am accessing dansgaurdian through webmin.. please help me out in the above (with screen shots)

View 2 Replies View Related

Server :: Regarding The Ubuntu And Webmin?

Aug 9, 2010

I am current following this how to guide: [URL] I completed it and I am in the testing phases before I make it a public server...I plan to use webmin as my administrative tool on my 2 web servers...Should I install webmin on my load balancers as well? The reason I ask is I want to know if there is any benifit to put it on the load balacers...Would I get any added features?

View 1 Replies View Related

Server :: Securing SSH Via Webmin ?

Jan 26, 2010

I installed OpenSSH via tasksel and am using Webmin for administration. I'd like to be able to SSH externally and want to setup the necessary public/private keys to use in FileZilla.

In Webmin, under Servers > SSH Server I can click 'Host Keys' and see an RSA key. Is this the public or private key for my server? Do I need to copy this into a text file to import it into FileZilla on my remote PC (that I want to connect from)? Is that all that needs to be done (aside from opening the port on my router/firewall)?

Is there an automated way to set this up via Webmin?

View 3 Replies View Related

Fedora :: Can't Get Webmin To Work In Virtualbox

Apr 24, 2011

I am doing a project for school to set up a Linux network in virtual-box. I have very little Linux experience and am struggling to make anything work. I am trying to get webmin to work but it won't connect. I followed the install instructions perfectly and everything seemed to work fine. I've opened any ports that it said to open. but I still can't get it to connect. When I enter https://myservername:10000/ it just try to load until it times out. When I try to ping that address it says not valid network address. I'm at a loss and this is due in a few days.

View 3 Replies View Related

OpenSUSE :: Setup SAMBA With Webmin?

Dec 17, 2010

i am tring to setup SAMBA with webmin. the problem im having is that i can not login to the shared areas like homes and users. i can see them when i search my network i double click on them and it asks for user name and password. i have already set up a user using the convert unix user to samba user and have set a password. i have set teh Use encrypted passwords? to yes. when i try and log in it say login unsuccesful login or password my be incorect.

setting up SAMBA with webmin? Samba Configuration: i fould this one but didnt help. in uesing suse 11.3 and windows vista

View 5 Replies View Related

OpenSUSE :: Webmin CronJobs Not Running?

May 5, 2011

I setup a backup cronjob via webmin and it is not working. I'm using OpenSuse 11.4 and Webmin 1.550.I can run the job manually in Webmin and the backup succeeds and I have made sure to include direct paths to the folders I'm backing up. When I put "crontab -l" in the terminal I get this:

Code:
myusername@linux-pb0l:~> crontab -l
no crontab for (my user name)

[code]....

View 4 Replies View Related

Ubuntu :: How To Remotely Login Into Webmin

Feb 28, 2010

How to login into webmin remotely from a different network?

View 1 Replies View Related

Ubuntu Servers :: Webmin - How To Add New Domain

Apr 4, 2010

I'm just getting familiar with my new VPS. I have webmin installed. I'd like to host more than 1 website on my server and I just can't figure out how to add a new domain (addon domain) to my server.

View 1 Replies View Related

Ubuntu Installation :: Installing The Webmin On 10.04?

Apr 30, 2010

Trying to install webmin on Ubuntu 10.04 I get a problem with libmd5-perl.It says that the package is not available.

View 7 Replies View Related

Ubuntu Servers :: EC2 10.04 EBS AMI & Webmin No Working

Jun 17, 2010

I recently started with Amazon's EC2, and it's been smooth sailing up to this point. I installed the official EBS AMI ( ami-714ba518 ) for Ubuntu 10.04 and installed LAMP, etc. All this worked fine. However, Webmin is a bust. I cannot fathom why I can't get Webmin working after adding the webmin repo and installing via apt-get. This worked just fine on my physical server, but on Amazon it gives me "Firefox can't establish a connection to the server at xxxxxxx:10000." I made sure my security group allowed port 10000 through to my IP, and MySQL client connections work fine, so that can't be the problem.

View 9 Replies View Related

Ubuntu :: Webmin/Squid - Allows Only Certain Sites?

Aug 9, 2010

Using 10.4, got the webmin installed and squid. Got my access control list setup.Within the acccess control list setup, I can not go to sites likemethodistmd.org or mollimd.org for whatever reason. But I can go to votekirkland as well as google. Why would webmin and/or squid only work with certain sites within the the defined access control list?

View 9 Replies View Related

Ubuntu Servers :: Run Two Sites With Webmin?

Sep 5, 2010

Webmin running two websites from one server, i've made a second virtual server for my second site including its own document root with it's own index.html file ,but for some odd reason they both run the same site. And i use a Static ip address.

Sites:

[URL]

View 7 Replies View Related

Ubuntu :: Webmin To Create A VH - Getting An Error

Sep 7, 2010

Alright so my apache files are compleatly new, just installed, i placed my server name in http.d file, but now i want webmin to create a VH and i cant figure out how to do it, i keep getting an error like

Code:

View 3 Replies View Related

Ubuntu Servers :: Unable To Use The Webmin

May 4, 2011

I have just done a fresh install of server 11.04 32bit.I installed webmin. I can hit webmin , but it doesn't take my login. I tried with both my users but it refuses to log me in as if my username or password is wrong.

View 5 Replies View Related

General :: User Management Possible In Webmin ?

Apr 7, 2010

I'm was wondering if there is such a feature in webmin (or perhaps any other webgui) that would solve the following problem:

I need a few people to disable/enable users in a specific group, any only in that group.

Ex: Employee A logs in to webmin to enable an user account for employee B that is a member of the group "disabled by default".

Employee A are not able to disable/enable any accounts outside the "disabled by default"-group.

Would that be possible in webmin or any other webgui?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved