Apache :: Install Webmin On A Cloud VPS
Apr 25, 2013
I've just created a "droplet" (a VPS) from DigitalOcean with the latest version of Ubuntu Server and I have SSH access. While creating the droplet I needed to enter a hostname (a domain), which is registered at Godaddy, but I haven't touched its configuration yet.
I've installed the Webmin control panel through SSH and at the end of the installation I was told to access it through mydomain.com:10000. However, as expected, that didn't resolve in my browser (since probably the domain is not properly configured). I've tried with [the droplet's IP]:10000, but this didn't work either, the following message was displayed:
This web server is running in SSL mode. Try the URL mydomain.com:10000/ instead.
View 3 Replies
ADVERTISEMENT
Apr 6, 2008
How do I install Webmin on a Linux server?
I am using Putty to remotely access the server which runs RedHat Enterprise OS and Apache.
I mean I have downloaded the .rpm file from Webmin and just need to know what are the commands for installing a .rpm file on Linux and then how to configure webmin for proper operation and usage?
View 4 Replies
View Related
Jan 12, 2008
I am running ubuntu server 6.
I'm just wondering if I should install webmin under root using the sudo command or should I create seperate user space for it?
View 0 Replies
View Related
Apr 9, 2014
I'm in the process of installing PPA on infrastructure running Parallels Cloud Server. Each container has 2 interfaces, one public facing and a private interface for inter-server communication.
No problems installing PPA 11.5 (specifying IP's on commandline) or adding service nodes however, the firewall rules the documentation speaks of are nowhere to be seen? i.e.:
Important: After the installation, PPA creates the special firewall chain PPA-SN-Rules-INPUT used for communication with service nodes. Do not change it, otherwise, you will not be able to add service nodes to PPA.Click to expand...
Has this been dropped from PPA 11.5 ? (I recall seeing the firewall settings in 11.1) There is also no sign of the ppa.firewall tool that is also mentioned.
The only rule I see inserted is for Postgres on the management node, and 2 for pleskd on all of the nodes (open to world!).
View 2 Replies
View Related
Jul 16, 2008
I started using some dedicated server and I have Webmin as control panel. There is also Apache that I turned on and it worked.
But since I didn't find anything to access server via ftp, I searched on net and understood that I need to install some module for it on Webmin.
In list of inactive modules I found Proftpd and install it. And then I made problem: somewhere in Webmin where is administration of users I edited user "ftp" since when logging I went to directory /var/ftp and I wanted to go to /var/www/html.
But when I changed accessing directory from /var/ftp to /var/www/html it didn't work so I again moved to /var/ftp. After that I again couldn't access but noticed in file manager under Webmin that content of /var/www was moved to /var/ftp and previous content of /var/ftp disappeared. I created new directory www in /var and copied in file manager content from /var/ftp but again when access from public address I receive error 403 forbidden. I rebooted system but again same.
View 0 Replies
View Related
Apr 16, 2009
i need to install Deflate and Cache mods how can I manually add them to my httpd.conf file
RedHat Apache/2.2.11
View 1 Replies
View Related
Sep 15, 2007
I have a VPS with cPanel/WHM version 11,and since 2 days ago for now apaent reason I cant access the WHM/cPanel interface.I contacted my webhost and they suggested to reinstall the Apache.Could someone tell me the command to do so via SSH?
View 9 Replies
View Related
Jan 19, 2013
I have installed Apache 2.2.23 on RHEL 64 bit, but missed to enable ssl at time of ./config. Now i have enable SSL, how to install mod_ssl now?
View 8 Replies
View Related
Jan 4, 2008
how to install an SSL certificate on this server but really haven't a clue. I searched all over the internet and the ensim site with no luck. give me a little direction in my journey from hell.
View 10 Replies
View Related
Nov 6, 2007
I have installed mod_security2 with apache2.x with success
but when I try to restart apache I have this wrong Msg:
PHP Code:
httpd restarthttpd: Syntax error on line 34 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/modules/mod_security2.so into server: /usr/local/apache/modules/mod_security2.so: undefined symbol: msc_alert
PHP Code:
[root@secure modsecurity-apache_2.1.3]# ls -la /usr/local/apache/modules/mod_security2.so-rwxr-xr-x 1 root root 52541 Nov 6 16:26 /usr/local/apache/modules/mod_security2.so[root@secure modsecurity-apache_2.1.3]#
View 5 Replies
View Related
Mar 2, 2015
I have been running into the following fatal error issue while compiling apache2.4 version on Solaris. Config command ran successfully, however the make command fails with recording name conflict error for libapr-1.so.
ld: fatal: recording name conflict: file '/soft/oracle/product/apache24/httpd-2.4.12/srclib/apr/lib/libapr-1.so' and file '/soft/oracle/product/apache24/httpd-2.4.12/srclib/apr/.libs/libapr-1.so' provide identical dependency names: libapr-1.so.0 (possible multiple inclusion of the same file)
ld: fatal: file processing errors. No output written to .libs/httpd
*** Error code 2
make: Fatal error: Command failed for target `httpd'
Current working directory /soft/oracle/product/apache24/httpd-2.4.12
*** Error code 1
The following command caused the error:
otarget=`echo all-recursive|sed s/-recursive//`;
list=' srclib os server modules support';
for i in $list; do
[code]....
View 3 Replies
View Related
Apr 6, 2015
I'm about to install mod-pagespeed on my webserver. i followed a tutorial but then i got an error message.
View 4 Replies
View Related
Dec 6, 2013
I need to speed up my website to be faster because of search engines.
Now, how to install G-zip compression on my VPS.
CentOS
View 7 Replies
View Related
Nov 25, 2014
I am trying to deploy siteminder web agent on apache web server.They have a pre-req which says that while installing apache server, "install as a service, available for all users" "When an Apache-based web server is installed using a single user account, the Agent configuration cannot detect the Apache-based web server installation."
I don't see any msi installer anymore for apache web server, which had this option to select while installing.Now all i see is a zip file and i just have to unzip as part of installation. With this when I install httpd as a service, it is not detected by siteminder agent.So how can I set this "install as a service, available for all users" after installing from zip file?
View 1 Replies
View Related
Jan 14, 2007
Is there a way to tar a compiled apache/php installation and move it to another identical server?
If on the first server I specify all the configure options for both apache and php to point to /usr/local/apache2 for example, and then tar apache2 dir and untar it on another server will everything work just like it should? Or do I need to compile apache/php from scratch on the second server.
It would be nice to just be able push the apache/php tar file on to the new provisioned server and be ready to go.
Has anyone done this before, what is the best way to do this and are there any issues to look for.
View 3 Replies
View Related
May 18, 2015
I am unable to locate the MSI install package for 2.4.12.
View 2 Replies
View Related
Feb 11, 2013
I can't get MAMP to work. I sadly uninstalled and AppZapped MAMP and reinstalled it. Now I can't get WordPress to install. I can make a DB on PHP MyAdmin but I get "not found" when I try the WordPress install. I can't get the PHP info? line to work either. How do you troubleshoot MAMP?Â
View 4 Replies
View Related
Jan 8, 2013
installing an apache server in Linux centos and run it on any port between 2110 to 2250. I dont have much idea about the installation.
I have logged in to SU and install apache by " yum install httpd"
now how to I host on port betwwen 2110 to 2050 forwarded ports.
View 2 Replies
View Related
Jul 22, 2009
I've just bought a VPS with [url], and they only offer cPanel (of which costs extra money per month). so I decided to install Webmin, which I have never used before.
how I set up my DNS servers in Webmin? I'm completely lost here.
View 2 Replies
View Related
Nov 2, 2009
with webmin can I use it to add FTP users to say pure ftpd? and does it work with lighttpd? If I'm thinking about it right webmin just allows us to control the service and modify the configuration files right?
View 1 Replies
View Related
May 30, 2009
we have problem with webmin and iptables
we must STOP iptables service to work webmin !
also when iptables running seems apache goes down we must STOP iptable service to work apache.
View 4 Replies
View Related
Jun 1, 2009
I want to use whmcs with webmin as its a free utility. though i am not getting how to setup a cron job and email piping on the same. I have tried using php -q /var/www/pipe/pipe.php in my scheduled cron jobs in webmin. But it everytime results in an error. Also i have tried using /usr/local/bin/php -q /var/www/whmcs/pipe/pipe.php . But still shows error.
View 2 Replies
View Related
Jul 7, 2008
I recently purchased a VPS and was wondering which control panel I should ask my provider to install. Both are free, but I was wondering which one you guys preferred?
Also, which one uses less system resources (like RAM, etc)?
View 14 Replies
View Related