I use Ubuntu 12.10 64 bit and I want make convenient environment for backuping of my site and it's database of real hosted site (not dedicated server).
So, I install Ubuntu and make virtual host in my home folder /home/citromon/localhost/:
Code:
mkdir localhost
cd localhost
mkdir site.by
sudo cp /etc/apache2/sites-available/default /etc/apache2/sites-available/phpbb.by
sudo gedit /etc/apache
I have been trying to set up a subdomain on my local development environment, dev.localhost. I'm using Ubuntu 11.10 and Apache2. So far, I've edited my host file to include the line 127.0.0.1 dev.localhost.
I installed apache with apt-get install apache2 then tried wget localhost and got:
--2012-09-21 23:12:29-- http://localhost/
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:80...
hey i have setup my ubuntu 12.04 machine with some virtual hosts for localhost development. i make it listen only to localhost for security. This is my ports.conf and its working fine.
I'm interested only in running mailman on localhost and would like access to the web interface, as per https://help.ubuntu.com/community/Mailman, but am getting 404:
root@dur:~#
root@dur:~# ln -s /etc/mailman/apache.conf /etc/apache2/sites-enabled/mailman -v
`/etc/apache2/sites-enabled/mailman' -> `/etc/mailman/apache.conf'
root@dur:~#
root@dur:~# service apache2 restart
* Restarting web serv
So I created a reverse proxy on the abc.com server where xyz.com/users/sign_in will proxy for "/users/sign_in" so that in url it would show abc.com/users/sign_in. And that worked fine in ubuntu and apache2.
i have a hard drive (1TB) which has a folder named "flvideo2" i need to mount into /home/ivan/public_html/flvideo2/ because my home folder is almost full.
my home folder is on different hard-drive (2tb,full)...
Is this possible, and how can i do it?
The server is running on 64 bit centos6/apache2/php5.
I have installed application called REDMINE on my localhost, using ruby on rails. It is accessible webrick script through localhost:3000, on my PC! Now I want to shift to apache2 passenger, I tried everything. Every possible link of redmine, but couldnt get it running through passenger!
Hi!
I have a problem with rewrite mode on my local web-server (apache2) after ubuntu upgrade and now I have not access to my projects. Localhost and virtual host works fine, I can go to http://localhost myproject and to http://myhost.home.