Server :: Transporting A Joomla Website To A Virtual Server
Dec 4, 2010
I've got a Joomla website made for me. It is hosted with a hosting company. Here and there i change some of its content, but i want to practice it locally on my computer before i do bigger things on the web, so that if things get into a serious problem it is close at hand to fix it up. I've installed apache2 php5-mysql libapache2-mod-php5 mysql-server on my Ubuntu 10.04 desktop. also, I've installed Joomla up and running.
My question is: how do i transport/copy my website from the web into my computer?
I know that I need to transfer the database, where do i put it in my local file system, and what additional commands are required for that?
I know that I need to transfer the public_html, where do i put it in my local file system, and what additional commands are required for that?
View 7 Replies
ADVERTISEMENT
Jun 28, 2009
I am having a time at trying to get a simple FTP setup to my Var/www/html folder for my canned Joomla website. I can log in anon with no write permissions, but it will not log in using any users I have setup on the server. I've googled a bunch, but nothing to correct my 530 authentication failure when I try to log in as one of my user accounts for the server.
View 2 Replies
View Related
Dec 11, 2010
I have just joined this respective forum and I have a issue with website hosted on Virtual Redhat Server. Scenario is like this I have three virtual redhat server(R1,R2,R3) 5.0 on VMware workstation 7.0 installed on window 7(physical machine), on R1 I have DNS server , On R2 I have Apache web server and I have hosted a website called "geekgadget.com" just for testing purpose, R3 is just a normal server nothing installed on it yet..
Problem : I can access my website [URL] from all of my three virtual redhat server but when I try to access it from some of my physical XP,window 7 machines as well as from virtual XP machine present on my local LAN, website cannot be accessed so I am not getting the point why it happens because I checked that my port 80 is listening.
View 1 Replies
View Related
Oct 15, 2010
I have installed Joomla on an Ubuntu 10.04 Server pc. The Ubuntu server is connected to my Novell NetWare network via static IP. I need the Ubuntu server to send mail to my mail server through smtp, my entire network has static IP's. The Ubuntu server does not need to receive mail only send, I have found that I could try use sendmail, postfix or exim4. I tried Exim4 but I am battling with the setup. For my situation what would be the best to use? What config's are most important to set?
View 2 Replies
View Related
Dec 3, 2009
I have my own server that I am trying to install joomla on... (i have done to types on installs, One Via FTP (Joomla 1.5.15) and One Via SSH (joomla 1.5.10)) both installed with out issue and runs. the issue I am having is that the templates being installed dont look right [url] I have installed it on a DreamHost Server with out issue. I am thinking its my server, After installing debian (with Apache2, PhP5, Mysql, PhPMyAdmin, Webmin) I had to change two things, add modrewrite and add virtual host (to home more then one domain).
View 1 Replies
View Related
Mar 1, 2011
I want to install joomla on apache
View 6 Replies
View Related
Nov 15, 2009
I have just installed joomla and proceeded to do the web install. Got the interface up and running and its now complaining it does not see the mysql server running. I do in fact have it running. Veryfied it with mysql command on command line and it complained with missing attributes.
I read a thread that it needs php-mysql installed. So went to proceed to install it. Well, I did not have that and went to install it. Verified it. Package mysql-server-5.0.77-3.el5.i386 already installed and latest version
I then did a service mysql reset.
Checked back at the joomla web install interface and still, it says there is no mysql support! What is next? Im running centos OS. Also, I am running LAMP
View 3 Replies
View Related
Apr 18, 2010
My task is to set-up a dedicated LAMP server to host a site with joomla (this is basically LAMP + joomla which is a PHP-based content management system). Beside the basic web content, the site will hold a large amount of sample videos and similar large files (2TB on a RAID is available a lot of them will be used).
I googled a lot, and I read a lot about all the virtualisation solutions such as kvm, xen, virtualbox, vmware, openvz and vserver, I more or less understand their properties, but I cannot decide which one to choose.
I tried a few of them but I have no experience about its long term usage, stability etc.
In short I need an advice from people who successfully running real-word sites with some virtualisation solution. Basically I would like to know which one to use for the more robust, stable server.
Only read further if you have a similar system.
I would like to use some kind of virtualisation solution for the joomla server, becauseI have no trust in such systems, so if it is hacked I will just recover from a backup (or reinstall) the guest, but I do not need to go to the server-park. (after it, I have to find out how it was hacked) perhaps later we would like to use some other services which is also good if they are separated
I would like to use Slackware as a host and a guest.
I would like to put one file-system to the large raid array, and share it among the virtual-servers if it is possible (there is only one server now but there could be more with different applications). Or do I need to use lvm on the raid for the different servers?
Here is what I think:Because I want to "run linux on linux", first I thought that a container based solution (vserver, openvz) is perfect for the job, because of the low overhead and because I can use the whole file system for the storage, and I can share free space with other services in the future. The problem is vserver and openvz are big patches for the kernel, but I would like to change slackware as small as possible. So I would like to stay with the kernel of slack-13.0. openvz does not even support 2.6.29 while vserver is, but I have to compile a new patched kernel. So the the options here are to use a different kernel with openvz, or use the same but patched kernel with vserver.
Another option is to use "real" virtualisation solutions such as kvm, xen, virtualbox and vmware. It seems that kvm is the future, because it is already in the official kernel and "powered" by Red Hat, so it will be well supported. I likely will choose kvm.
As i wrote I tried a few of them but I have no experience about its long term usage, stability, so I want here about which one is used in real word servers, what kind of problems (stability) they have, etc.?
View 4 Replies
View Related
Feb 2, 2011
I try to config my apache server to list all my files: c/c++, php, java files, like the txt file on my server,
e.g /var/www/mydomain/pub
i want to dump all my c/c++, php, java file under the pub directory and I can access it from my domain name,
if I dump txt file, I have no problem to view it, but when I dump c/c++ or php files under pub directory, then I can't view it like regular txt file,
Q: is there anyway I can configure my apache server to view all the c/C++, php, java file as like txt file?
View 1 Replies
View Related
Feb 23, 2011
config my apache server to list all my files: c/c++, php, java files, like the txt file on my server, e.g /var/www/mydomain/pub i want to dump all my c/c++, php, java file under the pub directory and I can access it from my domain name, if I dump txt file, I have no problem to view it, but when I dump c/c++ or php files under pub directory, then I can't view it like regular txt file, Q: is there anyway I can configure my apache server to view all the c/C++, php, java file as like txt file?
View 1 Replies
View Related
Aug 17, 2011
how do i able to allow some users that are able to create content in directory of http server. For example: i have configured a web server which have default document root /var/www/html, now i want to extend my web server through virtual hosting , i have enable virtual hosting, but i want that user sumit is able to create content in /var/www/html/secret. which is the document root for my virtual site?
View 5 Replies
View Related
Jun 5, 2011
In the past I found some great help on this forum, so here goes. Bare with me because it's a long story. I'll try to be as complete as possible. I've installed and configured OpenLdap on a virtual machine with ip 192.168.39.134. I've added 2 users via LAM. In the ou WikiUsers and the domain is wiki.local.
I've then created another host with ip 192.168.39.133 with mediawiki installed on it. Then I added the extension LDAPAuthenthication. In the LdapAuthentication file I added this code (only the last paragraph is mine, I added the others to show it's location in the script):
Quote:
$path = array( $IP, "$IP/includes", "$IP/languages" );
set_include_path( implode( PATH_SEPARATOR, $path ) . PATH_SEPARATOR . get_include_path() );
[code]...
I know I'm close because I can't register any new users or accounts on the mediawiki site. Although I could before I added the LDAP service. This is indeed all just to test and get to know how LDAP works. That's why it's all virtual in VMWare. I did not really configure anything on the LDAP, i just installed it and chose a domain (wiki.local).
View 5 Replies
View Related
Mar 29, 2011
suppose i have a website named www.site.net now i want to access this website using proxy server(squid,or etc...) under my personal server named www.anotherwebsite.net:8080, means that www.site.net.
View 1 Replies
View Related
Jan 26, 2010
I have a debian machine with an apache2 webserver. I am able to start the machine from the internet (power plug board with webinterface) but I don't know how to shutdown the server automatically if nobody uses the website anymore. It is a homeserver which should only run if needed.
Unfortunately I don't know much about Linux, apache, php, cgi-scripts, cronjobs and other things that might be useful. But I googled a lot and have now an idea how it could work. It seems complicated to me and so I want to ask you guys what you think about it and if perhaps you could give me a hint.
The idea: A cronjob starts every ten minutes a php script that checks when the index.html of the welcome-page was opened the last time (fileatime()). Lets say it was opened last time at 3pm. Then the php script adds for example 60 minutes to that time (=4pm) and calculates how much time is left to 4pm. This time is saved in the variable $timeleft. Now the php script compares if $timeleft is less then 10 minutes (=600 seconds). If it is, the php script starts a cgi script that will shutdown the server. The cgi script will login as root (I think that can be done with the "expect"-command url and then enter the command "shutdown -h now"
Is all this realizable? Isn't there a better and/or easier way to do?
View 2 Replies
View Related
Oct 25, 2010
How can I view server signature on my website.
View 7 Replies
View Related
Jul 19, 2009
Just something that struck me while working on our virtual servers today.
I have bonded 3 NICs at the host in Ubuntu Server 8.04 LTS. They are using mode 0 for Round-robin. Point is to increase the speed/performance of all the servers, but mainly the fileserver. The fileserver is a virtual server running Ubuntu Server 8.04 LTS on VMware Server 2.0.
1) I noticed the NIC in the slave OS reported link speed as 1000 and Im unable to change it as the NIC (virtual one) doesnt support it. Does this not really matter, as the NIC doesnt exist, and it will run at higher speeds anyway? Or do I have to remove the bond on the host, bridge all 3 interfaces from the host to the slave OS, and then make a bond in the slave OS?
2) While at it, does mode 0 only increase performance on data being sent from the host or does it also increase the available incoming bandwidth?
View 1 Replies
View Related
Apr 17, 2010
I installed apache server on my Fedora 12. Its showing the test page 127.0.0.1, but when I give the address 97.168.234.76 (0r www.chaalu-kam.com), it tells that the requested url could not be retrieved.
I have made the following additions to the /etc/httpd/conf/httpd.conf file
Code:
In addition to this, I have added this to my /etc/hosts file
Code:
I wanted to test the Apache server on my laptop only by putting an html file in /var/www/html and naming it as index.html. I want this index.html page to be displayed when I put www.chaalu-kam.com in my browser. What should I do? My firewall is off too
View 10 Replies
View Related
Feb 9, 2011
Having a problem on all of my Ubuntu machines when i goto this address: [URL]... i get a "server not found Firefox cant find the server [URL]... this is only happening on Linux i have a dual boot on an epc with vista and it loads the site. normally i wouldn't even care but my girlfriend will be taking on line classes here and i need to get this to load.
View 5 Replies
View Related
Jul 3, 2009
apache virtual host to limit the concurrent connections of virtual hosts? Taking into account the host of each virtual user's home directory can also have more than one subdirectory, which should be restricted to a subdirectory. Is beyond the control of the operation of these sites in a subdirectory. Best local restrictions or limitations to the overall situation.
View 1 Replies
View Related
Apr 21, 2010
I'm having an issue with setting up the virtual hosts on my web server. I have 2 virtual hosts (example1.com, example2.com). example1.com works but example2.com is sent to the index file of example1.com. I did some searching on google and it seems the problem might be with my /etc/hosts file.
First virtual host that the second is also directed to...in sites-available/sites-enabled (note port 80 is blocked by my isp so I use 8080)
Code:
Second virtual host file
Code:
And my hosts file
Code:
# The following lines are desirable for IPv6 capable hosts
Also I'm using a dyndns.org...would that make a difference?
View 2 Replies
View Related
Nov 3, 2010
I just recently purchased a vs from a company and i am trying to set up a web site on it with kloxo and set up the mail for it upon setting up the mail settings it says:
"It is very essential that you set the my name to a properly resolvable hostname, since otherwise, many public mailservers like hotmail will reject mails from your server"
Now this is my first time setting up a vs before i have set up linux vm's to get email access but that was about a year ago.
View 6 Replies
View Related
Jul 18, 2010
i am using windows xp and i virtualy running centos 4 by using microsoft virtual server 2007. i need to install webmin in centos but i having rpm package in windows xp how i share the folder for linux. i dont know how to share a folder for virually installed centos in microsoft virtual pc 2007.
View 3 Replies
View Related
Jan 8, 2010
Is there anyway for one Virtual Server to access the main host, or another Virtual Server? Or would they be totally 100% independent?
View 5 Replies
View Related
Nov 22, 2010
I want to create a virtual host and virtual ip in proftpd linux centos. can anyone please help me on this,I'm new in linux.
View 8 Replies
View Related
Oct 14, 2010
I've got a working Virtual Postfix server running with mysql doing user authentication. I have a support email address set as support@hostname.com, which has 5 aliases associated; user1, user2, user3, user4, and user5. When an email is sent to support@hostname.com, all 5 users receive the email, just as planned. What I'm looking to do is when an email is sent to support@hostname.com to have it rotate through the members of the alias group. That way all members of the group get support emails evenly and not everybody all at once. Is this possible?
View 4 Replies
View Related
Jun 27, 2011
To host a web server in our company. We bought the new server which is containing 1000GB. we plan to host Human Resource Information System, Monitoring and evaluation system, and Intranet(web based).
I need to host a web server with virtualizaiton In case i need to extend the Size, i have the feature to extend size of virtualization. What are the setting i have to do mainly LVM in based OS how many GB i have to give ? in the virtualzation how many GB i need to allocate ? when i create the Virtual OS, it will take capacity from based OS or Unallocated space ?
View 7 Replies
View Related
Sep 11, 2010
I want to make virtual name apache server in order to run http and https on my domain, but I found in apache documentation that it is not supported. I ask here because the docs can be old and in the newer version that could be possible.
I use apache vesrion 2.2 and this is waht I want to make:
1. configure my domain name to use http protocol
2. configure subdomain.domain to use https protocol
For now I can start https only in the domain and subdomain but can't do that separately.
View 4 Replies
View Related
Aug 15, 2010
I'm just asking about a script (ex, bash script) that will let me know how many requests to each website on the server? So is there a way to get know from shell how many requests or connections to each web site on the server, in order to determine which website is under flood or DoS/DDoS attack.
View 14 Replies
View Related
Jan 9, 2011
i am using rhe5.4 , in this how to block the particular website ?
View 2 Replies
View Related
Sep 8, 2010
I've been trying to install Ubuntu Server onto Microsoft Virtual Server at the request of my boss, and I've been having an issue I cannot seem to work around. Now my background on Ubuntu and linux in general isnt amazing, I have configured server at home to act as a file sharing platform and a media server, but thats about it.
Now I've gone to install it on the MVS at work and once the install completes, I recieve the following error: Hypervisor error.JPG
I've tried running the install but limiting the resolution, but from what I can rememeber server doesnt install the GUI to start with, so it should just be showing me the standard CLI.
View 1 Replies
View Related