Tagged Questions
-1
votes
0answers
6 views
Apache (httpd) server how to force redirect to a non-www domain under while under https [closed]
On a default installation of CentOS (on AWS), I have the following configuration in my conf.d directory. So, besides for this configuration, I just have the default conf/httpd.conf file.
What I am ...
0
votes
1answer
9 views
RewriteRules stop working when I add a VirtualHost
I have a bunch of RewriteRules that are working fine, and must exist to every hostname that the server replies to. An example:
RewriteRule ^/file\.js /home/y/share/pear/Pacakge/file\.js [QSA,L]
...
1
vote
2answers
37 views
Symfony2 production; Apache VirtualHost not working
I'm a novice to Symfony2 and MVC frameworks but have some experience with PHP and Apache.
I developed a project on an Apache server on my workstation. I'm trying to deploy my first Symfony2 project ...
0
votes
1answer
8 views
Why are all virtual hosts pointing to the first virtual host?
After reinstalling a development environment on my windows 7 laptop all subdomains are pointing to the first virtual host in the .conf file!?
hosts (c:/windows/system32/drivers/etc/hosts)
127.0.0.1 ...
0
votes
0answers
17 views
.htaccess and custom site configuration on localhost
I'm trying to create development version of the working website locally.
I need this: web (index.php) will be accessed by url localhost/mysite.com, so if enter this url to browser, It will be ...
0
votes
0answers
14 views
Include a second CONFFILE in httpd
I am trying to include a CONFILE in /etc/init.d/httpd, for this i use the
htttpd -f /etc/httpd_new/conf/httpd.conf command, but when i use it i got this error :
httpd: apr_sockaddr_info_get() ...
-1
votes
2answers
22 views
host many domain to the same server [closed]
i have this domain:
site 1: /var/www/portail1
with this conf:
/etc/httpd/conf.d
what i want to do is to add this domain to the same server:
site 2: /var/www/portail2
But my question ...
0
votes
0answers
11 views
How to configure a subdomains in Acrylic?
In my AcrylicHosts.txt file I have current configuration:
127.0.0.1 localhost
127.0.0.1 *.domain.vh
127.0.0.1 *.vh
127.0.0.1 *.*.vh
Unfortunately, if I'll create a directory blog.domain this will ...
-1
votes
1answer
18 views
Setting up virtual hosts, Apache [closed]
I want to learn more about virtual hosting and maybe start my own business, today I set up Apache HTTP-virtual-hosts configuration file and hosts file in C:\Windows\System32\drivers\etc
but this only ...
-1
votes
1answer
28 views
Virtual Hosts - site redirects to xampp index page [closed]
I have setup the following virtual hosts on XAMPP - site.dev works except it goes to the XAMPP root (the same page as if I enter http://localhost in the browser).
<VirtualHost *:80>
...
0
votes
2answers
30 views
How to set file permissions for root in OS X / Terminal?
I'm having issues with getting Apache working with my virtualhosts, and I've narrowed it down to the fact that I'm adding manually-created virtual hosts (vs. the others which are created by a python ...
0
votes
1answer
16 views
Using multiple sites in virtual hosts (apache)
I have installed XAMPP on my windows box - I am trying to run multiple websites in the virtual hosts file but no matter I seem to do I can only run one site at a time. e.g to run site three i need to ...
0
votes
0answers
22 views
How do I use https (SSL) in XAMPP while using virutal hosts
I am writing a php app on my local machine and would like to test to see if SSL is working. Bear with me because this is the first time I've ever used SSL.
So far this is what I've done:
Created a ...
-1
votes
1answer
38 views
XAMPP another webserver is using port 80 [closed]
I just attempted to install a virtual server following this tutorial. I'm at the stage where I'm supposed to restart Apache and I'm getting the following message when I try to turn Apache back on.
...
0
votes
1answer
22 views
Using iRedMail with a django site on the same server
I am trying to create a small django site and use iRedMail for e-mail. I installed iRedMail first, and ensured that it worked. I could go to both www.domain.com/iredadmin and www.domain.com/mail and ...
0
votes
0answers
25 views
Apache: block file access outside Document Root
I manage with easyphp numerous sites locally, for convenience and speed.
I config with Apache an Alias for each site:
Alias "/site.com" "C:/Work/site.com/Dev"
<Directory "C:/Work/site.com/Dev"
...
-1
votes
0answers
17 views
Configuring vhosts in WAMP on Windows 7 [closed]
I've been looking at other people's answers to this problem, but none of them seem to help me. I'm trying to set up a vhost on another drive on the local machine, accessible by port, rather than name. ...
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
0answers
13 views
Mail domain pointed to another website when typed in a browser
I have my Apache server configured for name-based virtual hosts and have multiple domains pointed to the same IP that is owned by my server.
Before I started a mail server on one of those domains. ...
0
votes
0answers
15 views
Apache 2.2 SSLCADNRequestFile Option
I'm configuring my Apache server on RHEL5 with httpd 2.2.3. Users authenticate using a smartcard with several certificates, but we want to limit the choices to browser displays to a specific one. ...
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
1answer
20 views
Apache virtualhost directive: only ServerName, nothing else
If I create a vhost directive, it will always catch all requests on this IP address. Even if I set a ServerName, all other requests will be redirected to the DocumentRoot of this entry.
How can I drop ...
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 ...
0
votes
1answer
22 views
Resolving virtual hosts apache 2
I'm trying to setup my apache server to access certain folders when I type addresses like test1.example.com test2.example.com etc.
So far I read and did many things but with no success yet. I'll be ...
1
vote
1answer
37 views
Setting up subdomain in apache ubuntu [closed]
I try to add a new subdomain new.domain.in to my site domain.in.
I did the following
Create new file new.domain.in in /etc/apache2/sites-available/ based on the existing domain.in configuration ...
0
votes
1answer
22 views
VirtualHost configuration overwriten the main domain
I configure apache to the main domain in my server and it works just fine if just that domain:
in httpd.conf:
Listen maindomain.com:80
DocumentRoot "/home/webserver/maindomain/html"
but add a ...
0
votes
0answers
30 views
php file operations permission denied
I have two Virtual Hosts on Redhat Enterprise server, one of which functions as desired. The second I a have problems when using PHP to do any kind of file operations. As far as I can tell both ...
0
votes
0answers
49 views
apache VirtualHost configuration goes Fedora Test Page
I configure VirtualHost in apache as follows:
Listen xx.xx.xx.xx:80
<VirtualHost myDomain.com>
DocumentRoot /home/webserver/myDomain/html
ServerName myDomain.com
ServerAlias myDomain.com
...
1
vote
1answer
56 views
Setting Rewrite Rules for Zend Skeleton
I use an opensuse 12.2 os, apache 2.2, zend framework 2.
In order to have the skeleton app of the framework i set a virtual host in apache's files.
Here is definition
<VirtualHost 127.0.0.1>
...
-1
votes
0answers
36 views
Infinite loop with VirtualDocumentRoot, .htaccess and mod_rewrite [closed]
I want to set up robust multiuser development environment with apache2.
So I placeed the following file to etc/apache2/sites-available/mydomain.com
<virtualhost *:80>
ServerName ...
0
votes
0answers
34 views
mod_rewrite: multiple domains on one server, mod_rewrite refuses to work on one
I have a server that serves several domains from a single IP address using Apache's Virtual Host shenanigans. Three of the sites are required to redirect to www if it's omitted from the URL.
I have ...
1
vote
0answers
39 views
Multilanguage site by virtual subfolder (Apache)
I want to have an architecture like that on a multilingual site :
www.mydomain.tld/en/mypage
www.mydomain.tld/fr/mypage
I have multiple Rewrite rule like that :
RewriteRule ^mypage$ ...
0
votes
3answers
68 views
VIrtualHost Options returns an index of the site folder
I am not sure why this is happening as I am not very knowledgeable when it comes to Apache. Below is a copy of my VirtualHost.
If this gives any extra help as to how to get it to work, I am trying ...
0
votes
2answers
22 views
VirtualHosts not working?
I can't seem to get my virtualhosts working... Think I'm clueless to what I'm doing.
httpd.conf
NameVirtualHost *
<VirtualHost *>
ServerName localhost
DocumentRoot ...
0
votes
0answers
39 views
localhost Virtualhosts & VirtualBox
On my Mac I'm using MAMP & I use Virtualhosts for my local development, I wanted to access my localhost on VirtualBox to test. I know that you can access your localhost on Virtualbox through ...
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
20 views
Programming Apache VirtualHosts to make site accessible from two ports
I have my server side at http://example.co.uk, which is accessible in a web browser (or via a normal http request) to http://example.co.uk. However, for my app to be able to access the server side, ...
0
votes
1answer
41 views
Wildcard on DocumentRoot for virtualhost
I use this snippet for wildcard subdomain and works good:
<VirtualHost *:80>
DocumentRoot /var/www/subdomains
ServerName subdomains.example.com
ServerAlias *.example.com
...
2
votes
0answers
87 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
1answer
22 views
unable to get virtual hosts on apache to work
I'm really struggling with configuring virtual hosts for an apache server in windows 7.
I've read as many posts as I can and I think I've done everything right but I cant get my browser to go to ...
0
votes
1answer
38 views
Writing a proper Apache virtual host script, for a Django app using WSGI
I have here a virtual host script for a Django app that I'll eventually deploy into the real world. Right now it seems to be working fine; however, I'd like to know if there's anything wrong with this ...
0
votes
0answers
76 views
Can't access virtualhost with ServerName on Apache/2.2.15 (Unix)
My vhost.conf
NameVirtualHost 111.111.111.111:80
<VirtualHost 111.111.111.111:80>
DocumentRoot /var/www/vhosts/blog.xxx.jp/wordpress
ServerName blog.xxx.jp
AddOutputFilterByType DEFLATE ...
1
vote
0answers
16 views
Adding VirtualHost breaks all other server folders
I am trying to run designer-school.com on my server. I have added this VirtualHost
<VirtualHost *:80>
DocumentRoot /var/www/html/backendtwo
ServerName www.designer-school.com
<Directory ...
0
votes
1answer
35 views
Create a URL like “teach.joshhornby.co.uk”
I am trying to create a URL on my server such as the one above teach.joshhornby.co.uk
When people type in the address I want them to access a folder on my server called backend.
I have tried this in ...
0
votes
3answers
29 views
Both virtual hosts go to default
I'm trying to add a virtual host to xampp server but it seems I'm missing something because the second site does not show up, localhost is displayed instead. I don't know what is wrong with these ...
5
votes
2answers
170 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 ...
0
votes
0answers
157 views
apache virtual host configuration not working. redirecting from dns name to ip address [closed]
I have following virtual host configuration.
Environment is : ubuntu 12.04, apache2.
wiki.entintra.com : 192.168.0.108
inform.entintra.com :192.168.0.109
forums.entintra.com : 192.168.0.110
...
1
vote
1answer
35 views
Apache 2 Virtual Hosts Sharing 1 Common Directory
I have 2 virtual sites that go to the same directory outside of the specified directory. For example.
example1.com -> /var/www/example1
/var/www/example1/index.html meta redirects to ...
1
vote
1answer
43 views
Setup virtual hosts file to host the source code from remote server
I would really appreciate your support for the below inquiry
Current Situation:
I have a web app (contains a module to upload documents) on a Linux Apache server "A" that can only be HTTP-ed through ...