Tagged Questions
0
votes
2answers
30 views
Apache Virtual Host not working on .com domain
I have got a strange problem.
I have two domains: mysite.co.uk and mysite.com, which need to point to the same directory on my server. The VHost for mysite.co.uk works perfectly. However, mysite.com ...
0
votes
1answer
72 views
Multiple domains on same virtual hosts in Apache
I'm working on an applicationĀ for my clients that allows them to set up small landing pages for their campaigns. I have a set of templates and views for adding text, photos etc to the templates. ...
0
votes
1answer
161 views
Subdomains problem with Apache configuration
I'm trying to acheive the following:
http:// site.com -> main site (with www.site.com rewriting with no www)
https:// predeploy.site.com -> second site (password protected and SSL)
...
2
votes
1answer
587 views
Apache serving different directory
I have defined a single vhost configuration (see below) for a domain. All HTML files in the root get served properly. But I can't access any files within a particular sub-directory called 'icons'.
...
1
vote
2answers
5k views
Apache virtualhost permission denied with several different DocumentRoots tried. What should I try next?
I have a self compiled version of Apache 2 running under Mac OS X Leopard. It's a default install at /usr/local/apache2 and work fine.
Today I wanted to add a virtual host so I could access a ...