Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
163 views

Automatically Host User Domains in Rails/Apache

I'm currently developing a user facing web application that gives each new user their own subdomain on the site, which is fine (using subdomain_fu), but is there a way to let a user map their own ...
3
votes
2answers
434 views

Add new virtualhosts on Apache without restarting server?

I've got Apache working properly, virtual hosts work as expected. My operating system is Windows 7. However, I've got one problem, which I'm trying to find the answer to, and Google didn't yield much ...
3
votes
3answers
395 views

Apache Vhost Directives Optimized for Pagespeed

I currently use this setup in my vhost: <Location /> SetOutputFilter DEFLATE BrowserMatch ^Mozilla/4 gzip-only-text/html BrowserMatch ^Mozilla/4\.0[678] no-gzip BrowserMatch \bMSI[E] ...
3
votes
1answer
349 views

Multiple Domains on a VPS with Apache

I am planning on getting a VPS soon and have two sites I want to host. I have my local vhosts setup for my development environment using host file to port it correctly. My question is hopefully ...
2
votes
0answers
359 views

How can I make ISPconfig 3 use SSL?

I've been trying to get ISPconfig 3 to accept my ssl certificates, and it seems to go fine, except that it doesn't change the vhost-files to enable ssl, even when ticking the 'SSL' box in ISPconfig. ...
2
votes
1answer
228 views

XAMPP (WIN7) port change and vhosts

I've decided to change the ports for Apache to clear up some conflicts with other applications, and maybe even give IIS a shot in the future. I've run into the problem described below. The basic ...
2
votes
3answers
215 views

IP based VirtualHost and Apache

I have this webserver that have an IP address xxx.xxx.xx.x, I also have a website I want to publish, but I do not have any domain for my website yet. So in my httpd-vhosts.conf file I have this ...
2
votes
1answer
1k views

How can I force 'www' subdomain w/ Apache2 + Rails + Phusion Passenger?

My clients want to use 301 redirects to force the 'www' subdomain on their sites. So 'example.com/something' resolves to 'www.example.com/somthing' etc. What I'm trying to do is simply add this to my ...
2
votes
3answers
377 views

Apache setup for multiple sites with common files

I have approx 50 sites that all use the exact same files other than CSS and IMAGES, i currently duplicate the files each time i create a new site and upload different css and images. What I want do ...
2
votes
1answer
205 views

mod_rewrite: Rewriting / to cgi script

Is there any way to rewrite a GET / to a cgi script with a parameter? Basically redirect / to /cgi-bin/scipt.cgi?123. This does not work: RewriteEngine On RewriteRule ^/$ /cgi-bin/script.cgi?123 [L] ...
1
vote
0answers
72 views

Apache named vhost not catching requests that should go to it

I have an Apache server with a group of name-based virtual hosts on it. Requests are sent to the server via an Apache reverse proxy, which forwards all requests for these site names to port 80 on the ...
1
vote
0answers
99 views

ssl certificate for several domains, one IP

AFAIK, SSL is assigned to a single domain name (maybe several subdomains via wildcard). On the other hand i heard that the webserver does not see the domain before it serves the ssl? If I have ...
1
vote
0answers
63 views

Is it possible to have PHP create an alias in IIS (Internet Information Services)?

Is it possible to have PHP create an alias in IIS (Internet Information Services)? An example of what I'm trying to achieve using Apache would be using PHP to edit httpd-vhosts.conf and append the ...
1
vote
1answer
158 views

CentOS VM with Bridged Network Vhosts Can't Be Accessed

I’ve created a VM (with VirtualBox) of CentOS on my MacBook Pro with the ethernet set to Bridged. So, the VM has it’s own static IP address of 192.168.1.111 Within the “hosts” file on the VM, I’ve ...
1
vote
2answers
474 views

Amazon EC2 Apache Symbolic Link Not Allowed

I have created an Amazon EC2 instance and installed Apache and PHP on it: $ sudo yum install apache2 $ sudo yum install php $ ls -al /var/www/services/ lrwxrwxrwx 1 root root 42 Jun 22 21:13 ...
1
vote
2answers
236 views

400 Bad Request with Symfony2 and html5boilerplate redirect rules

I've recently moved over to using the Symfony2 PHP framework, and wanted to include all of the awesomeness of the html5boilerplate from the outset, however having a few problems with merging the ...
1
vote
0answers
66 views

Move .htaccess content into vhost, for performance

I was wondering if performance can be increased if I move .htaccess file content into a vhost file of apache2? This is the content of my .htaccess Options +FollowSymLinks +ExecCGI <IfModule ...
1
vote
1answer
115 views

Switching two virtual host (configured with httpd.conf) using .htaccess

I have configured tow virtual host for two domains www.domain1.com and www.domain2.com: <VirtualHost *> ServerName prod.domain.com ServerAlias www.domain1.com DocumentRoot ...
1
vote
2answers
241 views

How to redirect to a different domain using NGINX?

How can I redirect mydomain.com and any subdomain *.mydomain.com to www.adifferentdomain.com using NGINX?
1
vote
2answers
115 views

A different document root for beta users?

I have a wordpress based php application running on apache on ubuntu server. I have developed a new version of the application, and I'd like only certain users to access this beta. My server's ...
1
vote
3answers
269 views

Django StaticFiles APP and Wsgi

It's not so easy questions as others.. at least. it's not a problem to setup simple one-dir-based static files location.. https://bitbucket.org/sirex/django-starter/src There's such an interesting ...
1
vote
1answer
236 views

Eclipse PDT, how to setup 'Run Configurations'?

Eclipse PDT is very slick, but here's my issue, Re: Launcher (run configurations) I'm trying to keep things very clean, concise on my local machine (with WAMP stack) and I have a number of virtual ...
1
vote
1answer
132 views

How do you read Apache vhost information (PerlSetVar) in CGI scripts?

Is there a sane way of accessing vhost (PerlSetVar) information from a CGI script? Can't find anything when I do a search.
1
vote
1answer
125 views

How to make mod_rewrite *not* perform home directory expansion when using .htaccess

Filepath: /Users/user_name/Sites/example.com Browseable at: http://localhost/~user_name/example.com/ In a child directory (chrome) I got a .htaccess like this: Options +FollowSymLinks RewriteEngine ...
1
vote
1answer
428 views

Where do MediaTemple (dv) vhosts configuration files live?

This question is specific to MediaTemple Dedicated-Virtual servers. When I add a new vhost through the Plesk Panel, where is the vhost configuration saved? There is no ...
1
vote
2answers
458 views

vhosts not working on windows 7 using wamp

i'm having trouble setting up vhosts on windows 7. i'm running wamp. my host file includes: 127.0.0.1 local.tribune.com i've included httpd-vhosts.conf from within my httpd.conf. my ...
1
vote
1answer
204 views

Getting UUIDs in a CouchApp with active vhost

I am looking for the right way for loading new UUIDs or accessing the _session object in a couchapp behind a vhost. I have written a couchapp and everything workes well with the normal but ugly urls. ...
1
vote
1answer
466 views

Differences between the way WAMP and XAMPP handle vhosts?

I'm switching from WAMP to XAMPP and XAMPP has broken my vhosts. It won't allow access to them. "You don't have permission to access the requested directory. There is either no index document ...
1
vote
1answer
106 views

Rewrite Logic, is there a better way to do this?

I'm curious, is there a more efficient way to do the the following? Right now it works great, just seems like overkill... RewriteEngine On RewriteCond %{REQUEST_FILENAME} ...
1
vote
1answer
113 views

Nginx server matching too many URLs

I've got a domain example.com and an "alternative" of some-example.com. I'm trying to direct traffic from some-example.com to example.com using a simple server declaration in nginx as follows: server ...
1
vote
2answers
153 views

im confused with apache vhost

I am building a web application with Zend Framework, and I need to point my app to the "public" folder of the application: So basically when I call http://localhost/myapp it should display ...
1
vote
1answer
623 views

How to configure VirtualHost for a Sinatra App with Passenger?

I run a Rails app on Passenger and it all works like it should. I want to add a Sinatra app to run as a Rack application with Passenger, but I get a routing error. My VirtualHosts File looks like: ...
1
vote
2answers
1k views

Rewrite subdomain to subdomain/folder in vhost situation

I'm trying to rewrite abc.example.com/path to abc.example.com/index.php/abc/path using the following .htaccess: RewriteEngine On RewriteBase / RewriteCond %{HTTP_HOST} ^(abc)\.example\.com ...
0
votes
0answers
27 views

Multiple Django sites on a single SSL certificate using a single IP with Apache [closed]

Is it technically possible to setup multiple Django sites using a single SSL certificate on a single IP address with Apache? Below is an excerpt from my SSL config: Alias /media/ ...
0
votes
1answer
22 views

How to add subdomain on local machine

I have modified my etc/hosts file (under Windows 7), so that www.example.com and demo.example.com both point at localhost. Unfortunately accessing demo.example.com, takes me to localhost's document ...
0
votes
1answer
38 views

Sharing 404 page across node.js apps connected via VHOST

I am sorta new to node.js and web programming in general so excuse if I ask strange questions :D So here is the way I am setting up my express node.js project. I have a top level app.js simply to ...
0
votes
1answer
13 views

modifying URL - whitelabeling/VHosts

I have recently implemented white labeling, and after changing my VHOSTS setting I have found that some of the URL is stripped, for example: <VirtualHost *:8166> ServerAdmin ...
0
votes
0answers
17 views

Wildcard vHost Rewrite not working

I am using fastcgi with apache and trying to get a vhost wildcard to work with my rewrite. This is what I have: <VirtualHost *:80> ServerName mydomain.com ServerAlias mydomain.com ...
0
votes
1answer
33 views

How to run scripts outside the main web directory effectively?

I have Web-Developer Server Suite, with PHP 5.25, which I downloaded from SourceForge. My operating system is Windows 7 Home Edition. I upgraded Apache to the latest version and will be upgrading PHP ...
0
votes
1answer
55 views

Why is my Named Based Virtualhost not working?

My virtual host configuration looks like this: Listen 80 ... DocumentRoot "/www/mysite" ... <Directory "/www/mysite"> Options Indexes FollowSymLinks AllowOverride None Order allow,deny ...
0
votes
1answer
25 views

How do you comment out a block of text in the vhosts file?

How do you comment out a block of text in the vhosts file? Do I have to put pound/hash symbols (#) in front of EVERY line?
0
votes
1answer
27 views

Why is the first vhost overwriting the other [closed]

I am setting up my vhost for the Mac OS X Snow Leopard and all looks great except this....Here are my two virtual hosts <VirtualHost *:80> ServerAdmin something@gmail.com ServerName ...
0
votes
0answers
32 views

How do I set up virtual host directories for sub-subdomains same as subdomains?

I currently use mod_vhost_alias with a wildcard ServerAlias to catch all subdomains for the domain I use to hold development versions of websites. This works great, but I reach an issue when I need ...
0
votes
0answers
129 views

Can't get my Vhosts back running after Mac OS X Lion upgrade

After upgrading my MacBook Pro to Mac OS X Lion I am not able anymore to get my 'Zend Server' running like before. At first the 'Zend Server' gave me servile errors by starting it from the command ...
0
votes
0answers
51 views

password protect apache vhost + reverse proxy

We have a windows reverse proxy with some vhosts (www, static, secure). I wish to create another vhost for selected clients (clients.mysite.com) and I wish to protect it I am not using htaccess files ...
0
votes
1answer
62 views

Apache2 on Debian, fresh install, cant get rid of default

I installed my Debian 6 on my server, and somehow I cannot get rid of the default configurations. I still get pointed to /var/www instead of the directory I actually want. Is there something special ...
0
votes
1answer
120 views

How to allow a single url but restrict the others using htaccess

I am trying to allow a single location (a file which does not exist) to be accessed on my Apache 2.2.3 (Centos) server to be able to implement the paypal ipn listener. The other files should stay ...
0
votes
1answer
61 views

Bulk 301 redirect from htaccess

I have spreadsheet which has column of 404 error link and its respective 301 redirects. for e.g) 404 error page 301 redirect http://www.abc.com/1.php ...
0
votes
2answers
65 views

Cannot browse to dev vhost by hostname, IP

I've got me a new macbook pro last month and i decided to set up my MySQL / Apache / PHP stack manually. I followed several online guides and solved some problems, eventually i got it to work and even ...
0
votes
0answers
50 views

Apache virtual hosts. Link several domains to same webiste

I need to link several different domains to one website on my local machine. I have installed denwer. My website located in folder sitedev.com I change W:\usr\local\apache\conf\httpd.conf Add: ...

1 2 3