The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
13 views

virtual host in apache zend

I'd like to ask you if anyone can tell me why I can't get vhost in apache to work. My vhostconf looks like: NameVirtualHost *:80 <VirtualHost _default_:80> ServerAdmin ...
1
vote
1answer
30 views

Apache vhost rewrite goes wrong with existing folders

I want my vhost to rewrite urls such as: http://dev.example.com/cool/story/bro To: http://dev.example.com/index.php?url=cool/story/bro Unless specifying an existing file such as: ...
0
votes
1answer
9 views

Phusion Passenger set Environment for subdomain using same document root

I have a subdomain "staging.website.com" and "website.com" which I want to use the same app for but in different environment modes "closed" and "staging". I have the following vHosts set up in ...
0
votes
1answer
23 views

Apache2 multiple name-based virtual hosts on one machine with rails/rack

Am stuck on configuring apache to serve up two different sites with Name based virtual hosts at: http://experimental/ and http://api.experimental/ On one machine this setup works fine, and ...
1
vote
2answers
60 views

How to set document root to be a subdirectory using .htaccess and not VHost

On my local machine the following works perfect: <VirtualHost *:80> ##ServerAdmin postmaster@dummy-host2.localhost DocumentRoot "C:/xampp/htdocs/website_1" ServerName ...
0
votes
0answers
38 views

Laravel Pagodabox v-hosts

OK I have a site works find locally when I set up vhosts as so: <VirtualHost 127.0.0.7> DocumentRoot "C:\xampp\htdocs\mySite\public" ServerName myServer <Directory ...
0
votes
0answers
11 views

Website on local server via router

I am trying to access my local website through router. I set up subdomain in this site - http://freedns.afraid.org/ After that i edited my C:/wampp/bin/apache/conf/extra/vhost.conf like this ( the ...
0
votes
1answer
23 views

How do I troubleshoot a 404 error on a webapp accessed via apache vhost?

In my development system ( macos ) I have a webapp running in a jetty container on port 8080 Part of this webapp is a REST service I can hit the REST service as follows curl ...
1
vote
0answers
10 views

Apache vhost config with ssl redirect and two sites [migrated]

I am running an apache webserver for a while now with a secure server. All traffic was rerouted to https://first.some.com (example names). Now I want to add a second site for testing purposes on the ...
1
vote
1answer
27 views

apache vhosts https/ssl subdomain always redirected to main non-https page

my vhosts configuration file looks like this <VirtualHost *:443> ServerName api.example.com DocumentRoot /var/www/example.com/live/api/ <Directory ...
0
votes
0answers
15 views

Lighttpd's Simple VHost default host and paths

I have the following as my simple vhost configuration. Very standard setup. But now if someone goes to sdfiobn.el-abid.com/sdogj they will get a traditional 404 instead of my 404 page. # ...
0
votes
1answer
28 views

Building Virtual Host on Mac - Is not working

I'm trying to build an Virtual Host on my Mac OS, but it's not working. The apache2/error_log recorded the follow message httpd: Could not reliably determine the server's fully qualified domain ...
0
votes
2answers
33 views

How to point all subdomains to index.php [closed]

I'm trying to host a site on which user profile pages come with unique subdomains, such as username.sitename.com. I would like an Apache/VirtualHost solution for pointing *.sitename.com to ...
0
votes
2answers
29 views

How to build Rewrite rules to a expecific condition

we want a subdomain to the register form. The project is a Code Igniter website. Our idea is to use register.domain.com I'm trying to build a rewrite rules to make this. If the domain is ...
0
votes
1answer
37 views

How to point two domains to the same root directory in order to run multiple drupal sites

I am trying to point two domains to the same root directory. They both shared the same nameserver and ip address. Now I created a file: vhost.conf I put this file in the http://firstdomain.com conf ...
0
votes
2answers
130 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 ...
0
votes
1answer
28 views

I don't want my VirtualHost responds to IP and domain

I'm trying to configure my virtualhost. The behaviour I would like to have is the following : when I type "http://www.mydomain.com", I display the "mydomain" page. When I type the IP ...
0
votes
1answer
47 views

While using dynamic vhosts with dnsmasq, fixing phpmyadmin open_basedir restriction in effect

I'm running Kubuntu with apache and virtual hosts on my ~/server-dev/hosts/% thanks to dnsmasq. This time hopefully I'll find a way to stay in Linux. However, I installed phpmyadmin and trying to ...
0
votes
1answer
16 views

Apache: using vhosts

I've added a new entry to vhosts, d3test. When I go to d3test/ in Google Chrome, the page isn't found, Oops! Google Chrome could not find d3test. All of my other entries work fine, for example ...
0
votes
1answer
25 views

Erro Setting up VirtualHost for folders belonging to same domain

Noob Here.. I have the following folder structure on my Ubuntu Machine /var/www/ /folder1 /folder2 Now i want to redirect my url xyz.com to folder1 & xyz.com/blog to folder2. I ...
0
votes
1answer
20 views

Apache2 Ruby and Python load default website when *.domain.net is set in vhost file

5 sites setup using named vhosts. site1.domain.net (PHP) site2.domain.net (Python) site3.domain.net (Ruby) site4.domain.net (PHP) site5.domain.net (PHP) In the vhost for site1 I also have the ...
0
votes
0answers
66 views

Virtual Hosts not working properly using homebrew php dnsmasq mysql

I spend a couple of days trying to figure out how to setup a local dev environment. Using homebrew I installed php, mysql and dnsmasq. Now I want any folder I add to my sites folder to automatically ...
0
votes
0answers
33 views

EC2 Loading first vhost no matter which domain

I have a new install of Ubuntu running on EC2. Everything is working perfectly other than I can't load more than one vhost at a time. Both domains are set in my hosts file as well. I have the ...
1
vote
2answers
50 views

run external programs on virtual server

I want to install small programs accessible through the command line (of linux OS) to a server and run them with PHP. I want to install Apache, vhost on my machine... Is there a way to run these ...
2
votes
1answer
53 views

Display virtual hosts from a php script?

I am looking to be able to build a script that will display all the virtual hosts running under my Apache (Ubuntu) development machine. To date, I've not found any examples or anything close to what ...
0
votes
1answer
54 views

Virtual hosts with two servers on localhost

I have two apache web servers running on my laptop running on windows 7. One on port 80(XAMPP) and the other 81(Zend CE). I use the Zend Server one to develop sites. I want to setup my virtual hosts ...
0
votes
0answers
37 views

auto .htacces rewrite on wilcard domain (XAMPP)

I would like this question a little step further. I've setup my host file to redirect all request for *.lan (as a tld) to my server. I've setup my httpd-vhosts.conf file like this: <VirtualHost ...
0
votes
0answers
241 views

“No such file or directory - config.ru” with Passenger + Sinatra + Apache

I can't seem to pinpoint where the issue is, but I can't seem to get my app deployed to a sub URI. My gut says it's between my vhost config and my symlink, but this is my first time working with ...
0
votes
1answer
78 views

How to configure apache for subdomain on Mediatemple (dv)

I have a mediatemple (dv) account and when i setup a rails app, i normally create a file in /var/www/vhosts/mysite.com/conf/vhost.conf and put the following contents in it: ServerName mysite.com ...
1
vote
1answer
86 views

Two servers with mod_proxy, second server host is local ip and shows /proxy/ in url?

I am having some issues in regards to sessions with a second server I am running on my home network. I do this as a hobby and to develop new applications before they officially go live. I have a ...
0
votes
1answer
119 views

open_basedir restriction cant set to none, plesk cpanel

I got Plesk on a dedicated server. I had open_basedir restriction in effect error in my PHP website, so i have edited the php.ini files in server root and also created one within each domain. In ...
2
votes
3answers
255 views

Automation of Dynamic Virtual Host in Apache httpd-vhosts.conf and .htacces (XAMPP)

I am trying to set up some automation on my local dev machine. Normally I start all my projects like this Open Hosts file, set up a DNS entry like 127.0.0.1 example.com www.example.com Open ...
0
votes
2answers
84 views

Unsigned operation need signed variable or what in VHDL

I am facing an problem ...in which p3,p6,p9 ,p1,p4 p7 are 8 bit std_logic_vector. I want to do operation like (p3+2*p6+p9)-(p1+2*p4+p7) without multipier but by shift operation.(by two=>left shift by ...
0
votes
1answer
18 views

How do I create an apache vhost that catches domains not hosted on the server?

What would an apache2 vhost look like that catches domains that aren't explicitly hosted on my web server in any other vhosts?
1
vote
1answer
39 views

Apache vhost overriding config?

I have Apache installed on my VPS. It is hosting one site on it, lets call it demo.com (located in /var/www/html/demo.com), but I also have files in /var/www/html that I want to view by pointing my ...
0
votes
0answers
23 views

Apache: Can I base DocumentRoot on the ServerName in my vhost file?

My local httpd-vhosts.conf file currently looks something like this: <VirtualHost *:80> ServerName foo.localdomain DocumentRoot "/WWW/foo" </VirtualHost> <VirtualHost *:80> ...
4
votes
1answer
61 views

Can I serve one django app from 2 different apache vhosts?

I've got a django app that's currently available at dev.mydomain.com, and I'm about to move it to clientsdomain.com. I'm on Ubuntu so I'll run a2dissite dev.mydomain.com and then a2ensite ...
0
votes
0answers
128 views

redirect a folder to https and proxypass to ajp url

I am using Linux centos 5.6 with parellel plesk. and I am trying to connect apache to ajp connector to talk with jboss 4.x AS webui. Usually what works is redirecting http://mysite.com/server1 to ...
0
votes
1answer
129 views

How to proxypass a folder /abc to domain on different port

Not sure how to define it correctly but the problem is... I have a situation where i need to proxypass a directory (/abc) on apache 'vhost_ssl.conf' i.e /abc https://1.1.1.1:4443/abc (1st ...
0
votes
1answer
11 views

URL Redirecin Vhost

How can i redirect something.some.* to something.some in vhos I tried various rewrite rules but none worked so no use pasting them..
0
votes
2answers
51 views

Enabling multiple domains with httpd

I'm trying to enable multiple domains in my environment Development, but am not succeeding the way I tried below, at which point I'm wrong? I installed httpd and changed DocumentRoot in httpd.conf ...
0
votes
1answer
74 views

Apache virtual host uri with a dir

I can not manage to setup a virtual host on url with a subdir ... I need to run my project on address like this: http://www.projects.loc/project1/ This should mimic installation on a web server where ...
3
votes
2answers
108 views

One Magento installation with two websites, on separate vhosts

I have a client that maintains two different websites, each of which is set up as a separate virtual host in Apache. I installed and configured a Magento store within one host at domain1.com/store. ...
2
votes
1answer
84 views

Moving Joomla SEF rules from .htaccess to vhosts.conf

I have a joomla install which uses the built in SEF urls, and the stock .htaccess file to rewrite them. I presume that it would be much more efficient to set the rules in the apache config rather ...
1
vote
1answer
91 views

using vhost templates

I use nginx on Debian. So besides the main configuration file /etc/nginx/nginx.conf there are folders /etc/nginx/sites-available/ with the vhost config files and /etc/nginx/sites-enabled/ with the ...
1
vote
1answer
225 views

how to configure cakephp in nginx

Currently i am working on cakephp with nginx. I setup a cakephp environment on a Centos server running Nginx with Fact CGI. The problem is that I cannot get the rewrite rules to setup correct in my ...
0
votes
0answers
24 views

apache2 // vhost.conf // new entries not recognized

I've got some kind of strange problem with my VirtualHost settings. I think maybe some wrong file is loaded, or anything - I'm not sure and I can not spot the problem - or have found an appropriate ...
1
vote
1answer
87 views

gwan: vhost with underscore does not work

Who can explain or having the same experience of the following gwan behaviour: whenever the name of a vhost has the underscore character, it can not be reached. gwan will jump to show the root host. I ...
0
votes
1answer
69 views

Twig generates too long URL resulting in a browser crash

I've got a really weird issue. I'm developping localy a portfolio based on Silex and Twig through a VM. At first I was accessing it like this: 192.168.56.2/pfsilex and everything was working fine. ...
0
votes
1answer
27 views

Is there a command to display apache vhost config?

I work on a development system that has hundreds of virtual hosts and vhost configs. Manually identifying which file path, hostname and vhost configs are related can be time consuming and may not ...

1 2 3 4 5 6