Ubuntu Servers :: How Apache + Ubuntu + Cloud Computing Works Together?

May 24, 2010

how Apache + Ubuntu + Cloud computing works together.Right now, I have [url].... set up to go from my DNS to the cloud server. httpd.conf currently looks like this:

Code:
NameVirtualHost 173.203.100.72:80
<VirtualHost *:80>[code]...

But when you go to 'elliesdev.com' it shows you the EHCP page. I have followed this thread to uninstall EHCP as well as deleting the index.php and its image files from /var/www but I still see the "default web site page" by EHCP. So I'm pretty sure its something with Apache that is causing the site to display that page? What should I do to get ride of it the EHCP default page?I also have a magento ecommerce running at elliesdev.com/magento and I would like to have Apache display it as the default page that you see when you go to elliesdev.com. I have tried changing the DocumentRoot in Apache to /var/www/magento but it makes magento display wrong. How do I make Apache referre to /var/ww/magento as the default for elliesdev.com without displaying wrong?Also, when you go to elliesdev.com/magento, the URL will turn into IP-ADDRESS/magento. How do you make Apache keep my domain name in the URL and not change it to my IP address?I have a feeling that what I am doing is correct, but there is some config file from EHCP that I have not deleted yet that is causing all of this.

View 4 Replies


ADVERTISEMENT

OpenSUSE :: Ability To Do Cloud Computing?

Dec 5, 2010

I was wondering, being a former Ubuntu user I was able to do cloud computing using Ubuntu One. Is there anything similar in OpenSUSE?

View 9 Replies View Related

Server :: Platform For Cloud Computing In Open Source?

Nov 9, 2010

I have a plan to deploy a private or public cloud computing. And I've been considering Eucalyptus, OpenNebula, Nimbus, vSphere, abiCloud and Joyent.

I'm very interested in Eucalyptus and OpenNebula, since they are both open source, they have many features, they both support Amazon EC2 and Amazon APIs and they seem to be able to work with different hypervisors, such as KVM, Xen, VMWare ESXi, etc.

Eucalyptus seem to be very supported by Canonical, because it can work with Centos Server, so I bet it will grow more and more, and we have a good experience with Linux and in particular redhat.

On the other hand, many people told me that right now OpenNebula is better. So the question is:

- which one between Eucalyptus and OpenNebula? The other three choices? vSphere is probably free (if we use ESXi and not ESX) but it's not open... abiCloud seems to be similar to Eucalyptus and OpenNebula... about Joyent, many people say very good things, but I want to know more, and then, is it open source? I mean here, can I use it as free ?

After having built the private cloud, we probably want to also use an external service and create an hybrid cloud. If for private cloud we chose OpenNebula,Eucalyptus, abiCloud or Nimbus I guess the best thing is to use Amazon EC2.

- Is it also possible to use VMWare solution?

- And if we chose abiCloud or Joyent, what can we use to create an hybrid cloud?

About Microsoft Azure and Google App Engine, it seems to me they have many limitations and I prevent it because it could be have a highly cost, so I'm not considering them.

View 5 Replies View Related

Ubuntu Servers :: Apache Reverse Proxy Redirecting To Eucalyptus Cloud Settings

May 26, 2010

I am having a few websites running in a Reverse Proxy scenario on Ubuntu Server 10.04. The configuration is like this:

Code:
|--------------192.168.1.1
| (site1.abc.com)
|
|--------------192.168.1.2
| (site2.abc.com)
|
|
|
|
|--------------192.168.1.3
| (site3.abc.com)
|
|
|
|
|--------------192.168.1.4
| (site4.abc.com)
(Public IP ) |
A-------------------|
(reverse proxy server) |
(192.168.1.25) |
|--------------192.168.1.5
| (site5.abc.com)
|

Except one all websites are running properly and being redirected to their respective domains.
Following is the configuration which I used for each site define on server A a vhost file which contains following

Code:
# ProxyPass / http://<Ip of Server>
# ProxyPassReverse / http://<Ip of Server>

So if I have 5 websites then I have 5 vhost file on the gateway in above diagram A and in each of those file as above root of site is redirected to internal IP. 4 of them are running properly. The fifth website is running on port 8080:/keyword. So in its vhost file on gateway I defined

Code:
# ProxyPass / http://<Ip of Server>:8080/keyword
# ProxyPassReverse / http://<Ip of Server>:8080/keyword
I can see on Lan http://<Ip of Server>:8080/keyword but when from internet I try to see:
http://site5.abc.com
I get redirected to a page is https://site5.abc.com:8443/ and it says

Code:
The webpage at https://site5.abc.com:8443/ might be temporarily down or it may have moved permanently to a new web address. The site5.abc.com has a requirement to be run at port 8080 internally and it is not a Ubuntu server.(Red Hat based server). While rest all are Ubuntu servers including gateway A.

View 1 Replies View Related

Ubuntu Servers :: Network Between Cloud Controller And Nodes Is Required For A Proper Cloud Installation?

Jan 12, 2010

what kind of network between cloud controller and nodes, is required for a proper cloud installation? I mean, Does all machines needs to be in same network, in same lan, or may be in MAN or WAN ? how much should be network throughput? 1Mbit/sec , 10Mbit per sec, or 1Gbit/sec? I ask because I need to know the possibility of running nodes on different locations.

View 1 Replies View Related

Ubuntu Servers :: Apache 'It Works' Page Keeps Coming Up

Aug 20, 2010

when I try to view my root directory of my website.if I go to URL... on my computer, it always loads the "It Works!" page. I deleted the original index.html page, and even replaced it - but if I go to URL... it KEEPS coming up.If I specify the page I want to view, ie.URl... it loads the right file.Is there a setting in the conf file that Im missing?

View 3 Replies View Related

Fedora Servers :: Apache - DNS Setup That Works Over Internet

Mar 15, 2011

I know what I need to do I just cant seem to achieve it and that is correctly setup a DNS server that works over the internet, I'm using BIND9 with webmin. I have Fedora 14 - Apache is install its all working locally, so this final step I just can't grasp to be honest.

View 14 Replies View Related

Fedora Servers :: Apache - Can't Acces Http Remotely But Https Works

Jan 17, 2010

I have 2 web server in my office : http and https. You will find attached the httpd.conf and ssl.conf. I can acces the https server from home, but not the http one.

What I did :
configure the router to forward port 80 to my fedora 11 machine
open port 80 with system-config-network
created a virtualhost

The same exact steps have been done for port 443

I can access both server locally but only the https server remotelly.

Here are my iptables :

Code:

you can try to acces my servers using [url]

I made httpd to listen to port 8080, and done all the port forwarding/opening stuf, and it works. so is it a bug ?

Finally found my error seams like turning off UseCanonicalName to off did the trick

I really think it's a bug now. It was definitively working last week, I just added content to the main host of my website, and now i can't acces it from port 80. If someone think it's not a bug or find someting missing/wrong in my conf file.

View 2 Replies View Related

Fedora Servers :: Setting Up A Cluster For Scientific Computing?

Mar 2, 2010

I want to set up a cluster for scientific computing (mainly statistical stuff with R). I have a few conceptual questions. First, is there a difference between a Beowulf cluster and a cluster that has single-system image ("SSI," e.g. using openSSI or LinuxPMI)? If so, what's the difference? Second, if there is a difference between Beowulf and SSI, which one is better for scientific computing? Third, does using Eucalyptus make sense for scientific computing or is this more suitable for IO-oriented operations such as web service or databases

View 2 Replies View Related

Ubuntu Servers :: What Is The Enterprise Cloud

Sep 19, 2010

I have read just about every page about the UEC project, and I now know everything about it, except... WHAT IT DOES! I can't seem to find a coherent example of what it does. To the best of my understanding, it runs a virtual machine across multiple servers. Allowing the VM to use the RAM, CPU, and HDD resourced on all servers involved.

View 6 Replies View Related

Ubuntu Servers :: Can VM's Use More Than One Node In Cloud

Jun 7, 2011

Can a Virtual Machine, instantiated in the Ubuntu Cloud (UEC), use resources from more than one node?

View 5 Replies View Related

Ubuntu Servers :: Error When Adding Cloud Node?

Jan 4, 2010

First time setting up Ubuntu Cloud system.

I get error during install when searching for and trying to add node from the Cloud Controler: New node found on 192.168.1.182:add it? [Yn] y Connecting to 127.0.0:8774...failed: Connection refused. Error: you need to be on the CC host and the CC needs to be running.

View 4 Replies View Related

Ubuntu Servers :: Run The Eucalyptus Cloud Images Using Elastic Fox?

Mar 19, 2010

We do have a problem on running the images on the cloud server.. how we can use or how we can run the eucalyptus cloud images using elastic fox? or there is another simple way to activate those images provided by eucaplypus... thanx in advance... and were trying to activate the private cloud only..

View 5 Replies View Related

Ubuntu Servers :: 10.04 Desktop Vs Cloud Server Edition

Jul 15, 2010

What's the difference in terms of scalability? We would be hosting videos and FOSS collaboration tools (wiki, forums, etc.) on 4 separate servers. If I install the cloud server, I will need to install the GUI anyways. The servers are all brand new

- 2x Intel Xeon quad cores 2.4 GHz
- 12 GB DDR3 RAM
- 4 Ethernet ports

What benefits would cloud server provide over desktop and vice versa?

View 3 Replies View Related

Ubuntu Servers :: Difference Between Cloud And VMWare ESXi

Sep 4, 2010

differences between Ubuntu Cloud and other virtualisation systems such as VMWare ESXi, and why one would be used in preference to another?

View 7 Replies View Related

Ubuntu Servers :: Test Website In Private Cloud?

Oct 15, 2010

I have installed Ubuntu enterprise cloud on two machines(Cluster and node)and trying to set up an image and test my internal website in private cloud. if there is any documentation or any steps?

View 1 Replies View Related

Networking :: IP And Port Forwarding From Cloud To Cloud?

Oct 24, 2010

So best if you take a quick look at this image, which describes a network topology: [URL]

I am behind a firewall in the university dorm and many ports are banned. Well pretty much everything besides 80, 8080, 110, 21, 22 and the most basic ones. So I'd like to get around that.

I have a home server that is connected and reachable on the internet. So if you type in 90.90.90.90:80 into a browser it's reachable.

The task would be to set up a port forwarding or how you call it in a way that if I access my home server from the dorm or anywhere, it would act as a forwarder and forward that packet or connection to the 80.80.80.80 server on a specific port, say 2083 so that I can even access my hosting Co's admin user interface.

To sum it up: I'd like to access the 80.80.80.80 server from the dorm on port 2083 which is blocked by a firewall, but I have a home server that is reachable on non blocked ports. The home server has no ports blocked.

View 5 Replies View Related

Ubuntu Servers :: Setup My Own Mini-cloud Storage System?

Jan 26, 2010

I have collected a number of computers over the years, and now I would like to put them to good use. I considered UEC, but many do not support hardware virtualization and all I really need is storage. Over all the machines, I estimate that I have 4-5 terabytes of storage, all going to waste because each one has relatively low storage space. Is there any way I could setup a redundant storage solution that utilities these machines in a networked system?

View 4 Replies View Related

Ubuntu Servers :: How To Switch Clients From A Normal Server To A Cloud

Feb 4, 2010

what cloud computing is and i think it can help me with some of my clients i want to switch my clients from a normal ubuntu server to a ubuntu cloud. as of right now i have to send out a bill to them and if they dont pay i have to shut down there service till they pay. what i would like to do is to have a cloud where i can sell them based on what they use not a set price like it is now. and have them be able to pay there bill on the cloud and if they miss the bill then the cloud can shut off there service till its payed.

i dont know if this is possible and i have looked everywhere and all i can find is info on other businesses billing and now how to set up a cloud to do this. i wish there was some kind of tutorial for this. if anyone can direct me to some good notes/tutorials that would be very helpful. this could be a big changing point in my business if i can do this. it would save a lot of time and cash.

View 4 Replies View Related

Ubuntu Servers :: Enterprise Cloud Services Not Running On Boot?

May 7, 2010

I downloaded the latest 10.4 server CD with the intention of running a small Ubuntu Enterprise Cloud. I am following the directions here: [URL] Ive got 2 laptops that are capable of the tasks assigned to them. Both have dual core Intel chips that are VT enabled, 4GB of RAM, 250GB hard drives. Ill use one ( "server" ) as the front end server running cc, clc, walrus and sc.The other one ( "node1" ) will be the only node controller on my little network. Ive also got another laptop as a client, running euca commands to make instances and what not.These three laptops are connected to a switch. server is 192.168.1.100, node1 is going to be 192.168.1.110, the client laptop is 192.168.1.120.

the server seems to install fine, I select Install Ubuntu Enterprise Cloud, use it as the Cluster, give the cluster a name and 10 IPs to assign, 192.168.1.150-192.168.1.160 After the server is done installing and reboots, I boot the node machine off the CD and again select Ubuntu Enterprise Cloud. It's at this point the install craps out, because it does not recognize a cloud computer on the network.

Indeed, as I go to the server I run

Code:

ps -aux | grep euca

and see nothing running. So I start the eucalyptus service, and run

Code:

sudo euca_conf --list-clusters

and nothing shows up. Ive done some googling, ran some more euca_conf commands, registering the cluster, enabling walrus, cloud and sc. I can access the web gui on the client laptop, then restart the node install on the node laptop. This time it does see the server as a cluster controller, but when it tries to fetch the preseed file, it seems to not know the cluster's IP, as the red box that complains about the lack of a preseed file lists the URL as [URL] ( or whatever the file is called, I dont have the error in front of me. )

View 8 Replies View Related

Server :: Multiple Streaming Servers In A Cloud?

Aug 9, 2010

I have multiple video streaming servers(Red5 running on machines internally on LAN. For different subdomains.Ubuntu 10.04 The front end to the is apache2 on a Bastion Host. To be able to reach the streaming server I embed a javascript in HTML pages as follows

Code:

<embed .....
var="rtmp://site1.my_domain.com"
>

[code]....

how will I make sure this rtmp request is mapped to a port different than 1935 as there are three other streaming servers which are also to respond to their respective requests.

View 1 Replies View Related

Ubuntu Servers :: Access Virtual Instances Running On The Cloud From Remote Desktop?

Aug 8, 2010

I am a novice in the world of cloud and recently managed to configure Ubuntu 9.04 Cloud (using kvm, eucalyptus and other packages) successfully at my college for my project work. The problem is that i can only manage to view the running instance using rdesktop from any remote machine. Is there any way to do this other than rdesktop/logs? Secondly, I want to develop a application on the lines of google docs as a part of my project. Is it possible to install apache server on this virtual instance, and host a website? How will the client access this website? Which frameworks would be required or do I have to develop one?

View 3 Replies View Related

Server :: Process Of Setting Up A Couple Of Virtual Servers In A Cloud Environment?

Mar 17, 2011

I am in the process of setting up a couple of virtual servers in a cloud environment. I am currently working on my application server (Server 1) and am stuck on the creation of my ruleset for this server.

I need to allow SSH, FTP, HTTP, HTTPS, and PING on this server. This server will also need to be able to talk with a couple of database servers as well as a memcache server (all internally within my cloud environment)

I have been reading on iptables, since I have never messed with them before, and have come up with the ruleset I will paste below. I have taken other steps to secure my server...changing ssh port, not allowing root to login via ssh without logging in as a user, turning off unnecessary daemons, editing my hosts allow/deny files, just to name a few.

I am a newbie to iptables, so I would love a bit of helpful advice, criticism, and even a good explanation why I should add or remove or edit something. I really want to know the how AND the why!

[Code]...

View 4 Replies View Related

Fedora Networking :: Apache Localhost Works But Not The Ip?

Mar 29, 2009

I have installed apache. The problem is that localhost works but not the ip for viewing my hosted sites.

How can i rectify this error?

View 5 Replies View Related

OpenSUSE :: Unable To Run Php On Apache Even Though PhpMyAdmin Works

Jul 27, 2011

I've downloaded and installed Apache, mySQL and PHP via YAST. The web server is up and running and I am able to create and modify databases in phpMyAdmin. What's strange is that I am working on some other websites which use php includes to deliver my stylesheets, scripts etc. However, these includes do not work. I can view my website but all I see is the output from the html within the php file. Anything that is being delivered through includes does not display or run so all my content is unstyled.

View 3 Replies View Related

General :: Apache Works Locally But Not Globally?

May 20, 2010

I set up apache (apache2) to create a moodle server, but I can't get it to work globally. Here is the rub: http://192.168.0.150 works beautifully, showing me the index page at /var/www [URL] (my dyndns) or http://96.49.75.14 (my current IP address) doesn't work.ssh works well globally, i.e. ssh -l myname [URL] works. pinging [URL] works without a problem. Ports 22, 80 and 443 are open on my router (checked my router's settings).I use ubuntu 10.4. Is it an iptables problem, as in http://www.linuxquestions.org/questi...achine-750157/ ? But I couldn't figure out the iptables manpage.

View 14 Replies View Related

General :: System That Works Best For Apache , PHP And Oracle11g?

Jan 7, 2010

Being a long time Unix/Solaris user, but relatively new for Linux, I am looking for suggestions as to which Linux would be best suited for running Apache, PHP and Oracle 11g - among Ubuntu, GNU-Linux, Debian and RedHat ?

View 3 Replies View Related

Ubuntu Servers :: Creating Virtual Apache Servers?

May 3, 2010

I have Webmin installed on an Ubuntu server. I currently have a successful apache server running on port 80, however I want to create a virtual host on port 81. When I try I go to servers->Apache Webserver-> Create Virtual Host I change the port to 81 and the document root to /var/port81www then I click create. How ever when I goto 192.168.1.5:81 (local ip, I know I have to port forward but its not even working local) it does not work.

View 5 Replies View Related

Ubuntu :: Show The All Computing Activities On 11.04?

May 4, 2011

how to show all program running (( computing activities )) on ubuntu 11.04 , like mac or this picture [URL]

View 5 Replies View Related

Ubuntu :: Distributed Computing: More Cycles Or More Cores?

Sep 1, 2011

I'm planning on setting up a new Linux box expressly for distributed computing (BOINC, SETI@home, etc.). All things being equal, what's better- More clock cycles or more cores?

View 4 Replies View Related







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