Tagged Questions
1
vote
1answer
70 views
Virtual Host on AWS EC2 Running Ubuntu
I'm trying to configure a virtual host to my EC2 instance. I'm using ubuntu on my EC2 instance and apache2 as web server.
I have 3 applications (web-based) in 3 different folders in /var/www:
- ...
1
vote
2answers
22 views
httpd virtualhost - subdomains
I'm having some issue with setting/adding sub domains.. to my apache2(httpd)..
I have this in my httpd.conf
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin stitofte@homiecraft.pro
...
0
votes
0answers
51 views
Apache virtual hosts not working when using subdomain
I am trying to setup a virtual host. I have done this many times before on different servers with no problem, however, I have never tried it using a subdomain.
For some strange reason when I go to ...
1
vote
1answer
36 views
How to do virtualhost redirection with appended querystring the right way
i am confused about some redirect rules that i needed to do in production. I've seen a lot of examples in stackoverflow already and they have build a little bit my knowledge about redirection. However ...
0
votes
0answers
29 views
refreshing browser multiple times causes server to hang
I run virtual server on apache2 and debian with 700mb memmory. I noticed that after hitting ctrl+f5 multiple times (10 - 15) causes server to hang. There is no info in logs. By just plain watching ...
0
votes
1answer
68 views
Configure VirtualHost for a perfect Wordpress Environment [closed]
I'm trying to install wordpress in a Cloud Server with rackspace.
But my lack of knowledge in server configuration (LAMP , etc) is making me do a lot of miss configurations .
First I think the ...
0
votes
2answers
128 views
Apache Multiple VirtualDocumentRoot for Single Wildcard domain *.dev
I'm working with Virtualhosts and a local catch-all domain TLD and I need 3 use-cases to work simultaneously, but so far, I've only been able to get two to work at a time.
I need for three different ...
2
votes
0answers
85 views
How to tell Apache to use just one .htaccess file and not request any other ones? [closed]
Can I tell Apache that I have just one .htaccess file on my application?
For example, if I have a .htaccess file inside my public_html and I have AllowOverride not set to none on my Virtual Host, the ...
0
votes
0answers
17 views
Based on UserAgent routing the request to two internal sites mapped to different ports of Apache2 server
I have two sites hosted using VIRTUAL_HOST, if a request comes from a mobile "Useragent" the request should be forwarded to site 2, which is on port 81 without changing the URL in the browser, ...
5
votes
2answers
169 views
speed up apache redirects by putting dns in hosts file
i am using apache and have a domain e.g.: www.example.com.
I redirected example.com to www.example.com by using this:
http://stackoverflow.com/a/1100363/441907
I also have a virtual host entry for ...
-1
votes
2answers
42 views
Apache ignores virtual host that matches server hostname [closed]
I have an interesting problem on a debian squeeze based server.
there is a default virtual host with < VirtualHost *:80 >
then there is a virtual host with a ServerName "foo.bar"
Whatever i do ...
0
votes
0answers
34 views
Apache2 - Automatic redirecting of subdomains to subdirectories
I need a help with the Apache2 mass virtual hosting configuration. I read the other answers but I just don't get it...:(
I have the following root directory:
/opt/bitnami/apache2/htdocs
Now I want ...
-1
votes
1answer
21 views
Can I remove the default Apache2 sites? [closed]
I'm setting up my first Apache2 server and having a bit of an issue. I want to have several VirtualHosts that are pointed to by separate domains, which I have working correctly. However, when you ...
0
votes
1answer
77 views
Can't access my website through ip. Is something wrong with my httpd settings?
I just set up a fresh apache/mysql install on CentOS on remote server.
Right now I just want to be able to access my server through ip on my server
let's say the ip is 64.123.myip.whatever
Here is ...
1
vote
0answers
336 views
Apache2 Ubuntu 12.10 Only Default Virtual Host is recognized
I've ran into this problem before with other flavors of Linux and typically it's something dumb but I think I've ruled out all those possibilities. I an using multiple virtual hosts on apache2 Ubuntu ...
0
votes
1answer
1k views
Ubuntu 12.10 Forbidden - You don't have permission to access / on this server [closed]
I'm trying to configure my local server, in the same way I always do but not working, says I have no excuses, but if I give the same permissions to the www folder remains the same and if I point to ...
0
votes
0answers
54 views
Subdomain configuration using apache2 and virtual hosts
I'm setting up a webpage in a server that runs ubuntu 12.04.
I have deactivated the default sites ( a2dissite default default-ssl ) and I have created a new one, the one that I need up and working ...
0
votes
0answers
29 views
URL is adding the root folder
I'm using Ubuntu Server with Apache2 to host my websites.
I have two domains, www.test.com and www.domain.com (not real names)
Inside of my sites-available I have the default that is pointed to my ...
-1
votes
1answer
57 views
Multiple VirtualHosts files for subdomains in apache2 [closed]
I'm new with apache2 and virtualHosts and all these things, I'm trying to set multiple subdomains, each in one file.
For example, I'll have
quentin-dommerc.com file in site-available :
...
0
votes
1answer
120 views
set up multiple virtual hosts on apach2 local mac
I'm trying to set up multiple virtual hosts on my local apache2 server. My goal is to be able to go to "zf2-tutorial.localhost" in the browser for my Zend project and then go to "symfony.localhost" ...
0
votes
0answers
56 views
Apache on Mac fails with virtual hosts included
Have troubles with MAMP installation on my OS X 8.3.
Without httpd.conf editing, apache runs well and I see localhost index page in browser.
If I uncomment "include vhosts.conf" string, it fails with ...
0
votes
0answers
55 views
Usage of VirtualHost and mod_proxy
I am newbie to Apache configuration. Below is what i have configured in httpd.conf file. But testapachevirtualhost.com or testapachevirtualhost.com:8090/ results in nothing. Any clue that whats wrong ...
1
vote
2answers
168 views
Apache2 Option index on centos 6.3
On a newly installed Centos 6.3
I imported the config from Ubuntu for a virtualhost. Here is the piece of config
DocumentRoot /otherhome/test.cofares.net
ServerName test.cofares.net
<Directory ...
0
votes
2answers
217 views
How to get .htaccess files working with Apache VirtualHost
My problem is that my .htaccess file on my local server is not being read. The settings in the VirtualHost file seem to always take precedence.
I have tried the following:
Enabled mod_rewrite
...
0
votes
1answer
123 views
Configure one virtual host handling specific subdomain (or directory) and another virtual host catching all others
I want to configure a VirtualHost for subdomain.mydomain.tld with own DocumentRoot.
and another VitualHost with own DocumentRoot catching all others.
I tried
<VirtualHost *:80>
ServerAlias ...
0
votes
1answer
91 views
Apache configuration / Catch-all subdomain / Specific subdomain exception
Startting with some simple domain setup :
<VirtualHost *:80>
ServerName site.com
ServerAlias *.site.com
DocumentRoot /path/to/site.com
<Directory ...
0
votes
1answer
79 views
Pinging virtual host results in request for timeout
I have apache2 setup with several virtual hosts, but I have it setup so that if you visit the IP address in your browser you get an error 403. When I ping the domain name of one of my virtual hosts, ...
0
votes
0answers
17 views
Can Apache be set to recognise access to a folder an rewrite it to act the same as my vhost
I have a local test site set up as a vhost, 'http://site.local' which works fine, however now the rest of the company need to be able to look at it.
They can access my site at ...
0
votes
2answers
418 views
Apache2 VirtualHost (ProxyPass and Alias) configuration works in Ubuntu but not on OSX
I have been using an Ubuntu machine for my development environment for years and am attempting to migrate to OSX (Mountain Lion). The only hiccup at this point is the apache2 configuration.
On the ...
0
votes
0answers
44 views
django mutiple sites virtualHost configuration Error
I have two sites and both were working fine in Embedded mode, I like to change them to Daemon mode configuration in Apache2
The problem is if I try to access site-2, it is showing site-1 only. why it ...
0
votes
1answer
629 views
Apache Virtual Host Configuration with Passenger
Currently, I'm wanting to setup apache2 to host "/var/rails/test_rails/public/" on the domain "domain.com" with all other domains pointing to the IP address of my server going to "/var/www/(insert ...
1
vote
2answers
232 views
Apache2 virtual host not working
After few days of trying to setup apache2 virtual hosts on my localhost I am seriously loosing my patience. Can you guys help me? Everything seems ok, but when I am trying to access local.droidbb.com ...
1
vote
0answers
62 views
DAV SVN config for server hosting multiple domains
I have an apache2 webserver configured to serve multiple domains (I did it with virtual hosts).
After installing Subversion and enabling DAV SVN, the repository can be accessed through all the ...
-1
votes
1answer
87 views
How to have different subdirectories for a website on Apache2? [closed]
I have an Apache2 server that is configured to provide a website which is located in different folders as follows:
/var/www/main contains the homepage file index.html
/var/www/sub contains another ...
0
votes
1answer
327 views
Apache2 Setup Virtual Hosts with Subdomains using Django Projects
I'm using Django 1.4 with Python 2.7 on Ubuntu Server 12.04. I'm trying to host multiple websites on a single server. I'm new to Apache and seem to have written something incorrectly when setting ...
0
votes
1answer
39 views
Direct url-acces to my pojects on vmWare/Debian 6 / Apache2 from Windows7
I am a web-programmer and I was looking for a solution to host my local projects on Linux, working from Windows 7.
So I installed VMWare Workstation, and created a virtual machine with OS Debian 6 ...
0
votes
2answers
220 views
Apache - virtualhost - works only one
I need a couple of virtualhosts on my local dev machine.
Unfortunately it needs to be windows.
httpd-vhost.conf
<VirtualHost *:80>
ServerAdmin mateusz.tracz@vd.pl
DocumentRoot ...
4
votes
1answer
268 views
VirtualHost files all pointing to first VirtualHost in Ubuntu 12.04 [closed]
So I set up 2 virtual host files, example1.com and example2.com with the following information:
--first file
<VirtualHost 127.0.0.1:80>
ServerName example1.com
ServerAlias ...
0
votes
0answers
203 views
Rails in subdirectory: not finding config.ru
I'm trying to deploy a simple Rails 3.2.8 app to a subdirectory on a remote Apache2/Passenger server.
I've followed the relevant Passenger instructions: on the server, the Rails app is stored in ...
0
votes
1answer
83 views
Ubuntu 10 Apache Virtual Hosts suddenly missing
I have a bunch of apache virtual hosts set up on an Ubuntu machine. They were working for a long time and now they're not:
$ a2ensite /etc/apache2/sites-available/somesite.com
ERROR: No site found ...
0
votes
0answers
111 views
Mapping subdomains to django projects using dynamic vhosts or rewrite [closed]
So I want to be able to dynamically determine the django wsgi script based on the subdomain.
test.example.com -> /djangopath/test/django.wsgi
test2.example.com -> /djangopath/test2/django.wsgi
...
0
votes
2answers
890 views
Create an Alias Directory inside a Virtual Host
I checked here, here, here, here, and here before asking this question. I guess my search skills are weak.
I am using the WampServer version 2.2e. I have a need like, I need a virtual path inside a ...
0
votes
2answers
221 views
Apache IP Virtual Hosts
Server has two IPs, fresh centos min install. Apache is working, both ips load Apache test page. both www.domain.com and domain.com resolve to second IP.
I'd like for the first IP (192.168.0.1) to ...
0
votes
0answers
109 views
VirtualDocumentRoot for Third-Level domain supporting Navigation to Second-Level domain
This is a question regarding to Apache 2.2 running on an Ubuntu 10.04 LTS system. I have defined the following virtual host to support mod_vhost_alias:
<VirtualHost *:80>
UseCanonicalName Off ...
0
votes
2answers
52 views
How do I configure vhost to read system path when enabled
I'm trying to set up a vhost to allow a specific file system path beneath the public directory.
Current Configuration:
<VirtualHost *:80>
ServerName mysite.com
DocumentRoot ...
0
votes
0answers
290 views
apache2 virtualhost serveralias config [closed]
My problem is like this. When I try to reach my site via example.com it works fine, but when i try to reach it via www.example.com all i get is error "Check that the address is spelled correctly, or ...
0
votes
0answers
94 views
local ssl site not working when pointed from a virtual machine
I have a local site which i have enabled ssl. The virtual host looks like
<IfModule mod_ssl.c>
<VirtualHost dev1.local.com:443>
SSLEngine on
SSLCertificateFile ...
0
votes
1answer
565 views
Apache 2.2 VirtualHosts URL not found
I'm hoping you can help. I have an existing Apache 2.2 server which serves a website I maintain. I am attempting to add additional websites for a colleague. Having done so, I get the following when I ...
1
vote
1answer
519 views
Apache2 Configuration That Allows a Subdomain Point to an Machine:Port
I own the domain, "peterlee.com.cn", and I added an A Record in my domain control panel:
RR Destination IP TTL
rs.peterlee.com.cn 10.50.10.75 1 hour
I have an RoR (Ruby on ...
1
vote
0answers
30 views
Apache, grouping subdomains
I'm trying to set up some basic virtualhosts in Apache2, within the domain
nosoftpatents.com (invented). I'm supposed to have two subdomains, friendly
and previous, each of them accessible from two ...
