Tagged Questions
0
votes
1answer
21 views
Set up PHP and Django Virtualhosts on a single Apache2 Server
Here is the problem: I want to host several development projects in Zend, Drupal, and Django on a single Apache2 server. While I have had this working in the past, the method of getting it to work was ...
1
vote
1answer
24 views
Is possible to make virtual host in a NTFS partition?
I am using Ubuntu and Windows. When I use Windows, i can't access my file in var/www of my Linux partition. So I try to make virtual host and DirectoryRoot in my NTFS partition.
I will combine WAMP ...
2
votes
2answers
83 views
Why dont ProxyPass work in Apache hardy box with virtual hosts?
I have an ubuntu hardy server used as a web server with Apache 2.2. I am trying to set it up with named virtual hosts, and in my /etc/apache2/apache2.conf file I have the following lines:
...
0
votes
1answer
1k views
Forbidden - You don't have permission to access / on this server
if I do it this way: it works
DocumentRoot /var/www
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www>
Options Indexes ...
0
votes
1answer
161 views
12.10 403 Forbidden SymLink
I am trying to set up a simple development environment and even after setting all the permissions, I can't get past the 403 error
<VirtualHost *:80>
ServerAdmin webmaster@localhost
...
2
votes
2answers
401 views
How can I watch the current connections on my Apache webserver?
I am hosting quite a lot of virtual hosts using Apache in a basic LAMP set up with the help of Webmin/Virtualmin. I am looking for a top-like tool in which I can monitor current connections. The ...
0
votes
0answers
38 views
Virtual Host Configuration Problem
A noob question: please help: i have Ubuntu running with Apache2, my website shows in browser when www.example.com but doesnt show when example.com, my website is in folder ...
0
votes
1answer
360 views
Symfony2 - Apache vhost for app_dev different port
As I'm using url rewriting to access my Symfony2 application, it is directly available from
http://my_application.my_domain.net
Now I'd like to be able to access the dev environment simply using a ...
2
votes
3answers
112 views
Best solution for a team home server
I created a home server with Ubuntu 12.04 Server (using an old Netbook with an Atom CPU and 512Mb). The idea is just to be used for a small team (maximum 10 persons) that will have constant access by ...
0
votes
1answer
998 views
Virtual Hosts Not Working (12.10)
I'm trying to get virtual hosts up and running on my Ubuntu laptop that has 12.10 installed. I'm running Apache2, and I enabled the virtual hosting module.
When I go to 12.0.0.1, I'm able to get the ...
0
votes
0answers
178 views
a2ensite doesn't create symlink
Could you guys suggest why a2ensite doesn't create symlink in my case even though it says site was enabled ?
I have Ubuntu 12.04.1 LTS and Apache 2.2.22
I created ...
0
votes
1answer
439 views
my localhost/phpmyadmin is being directed to my site with .htaccess
I have a http://domain/ . The LAMP installation guide on the ubuntu site is incredibly easy to follow and I have only experienced my issue this one time...
when I navigate to domain/phpmyadmin I'm ...
0
votes
1answer
300 views
Apache Virtual Host on ubuntu 12.04
I have been trying to setup virtual host on apache2. Most of the answers I have seen have been including steps which include uncommenting the include line in httpd.conf, but my httpd.conf file is ...
2
votes
2answers
2k views
Apache virtual host configuration error
I'm trying to configure Apache2 with Django and mod_wsgi on a virtual host.
I wrote a simple configuration file:
<VirtualHost: *.80>
ServerName gpx
ServerAlias gpx.gpsfte
...
0
votes
0answers
149 views
12.04 virtual host not working if www not placed in url
I have setup my virtual host and I am pretty sure it was working but now it appears it is not. If you type in the url with www the site works however if you type it in without the www it is ...
4
votes
3answers
10k views
Setting up virtual host
I currently have all my websites as directories under /var/www. I would like to set up a virtual host http://foo/ that points to the /var/www/foo/foo directory (and still keep the default localhost ...
0
votes
1answer
320 views
SSL Virtualhosts not working upon reboot, unless Apache2 Manually restarted
I have a few SSL Virtualhosts and they work fine until I restart the box. Then all of the SSL virtualhosts point to the directory listed in default-ssl. If I restart Apache2 service manually ...
2
votes
1answer
1k views
Apache Virtualhost keeps pointing to default directory
I have been trying to set an Apache name based Virtual host(http://test.local) to the directory /var/www/test, but it keps on pointing to the default /var/www directory.
My test.local configuration ...
0
votes
1answer
291 views
Apache2 stops working after running a2ensite command
I had my LAMP server crushed for some reason. That's why I've completely removed it and installed once again. Installation was successful and "localhost" is working fine. However every time I'm trying ...
2
votes
2answers
4k views
403 Forbidden problem with Apache
Strange, I have change folder users/groups to www-data (sudo chown -R www-data:www-data /datos/www) and also have changed permission to 755 (sudo chmod -R 755 /datos/www), but still getting 403 ...
1
vote
4answers
2k views
VHOST not working in Apache
I got a LAMP server working in Ubuntu 11.04. Now the problem is that the websites have to enabled and disabled from the terminal. All all of them have to be accessed from http://localhost which is not ...
6
votes
1answer
3k views
How to setup a Virtual host for local development
Ubuntu 11.04 installed with apache2 and all the relevant packages installed. I have tried most of the blogs and made google and other forums my best friends, yet I'm unable to solve this issue.
I ...
1
vote
1answer
2k views
Alias for virtual host using Apache2
I am attempting to set up the LAMP environment for the first time. I normally use Windows and just install XAMPP.
I have followed the instructions on Ubuntu forums and have duplicated the file in ...
3
votes
1answer
8k views
editing apache vhosts and ubuntu hosts file?
I have just installed ubuntu (11.04).
I have installed apache/mysql/php etc.
I have a few sites sitting in
/var/www/site1
/var/www/site2
/var/www/site3
I want to be able to access these at ...
6
votes
3answers
666 views
Recommended workflows for Apache virtual hosts?
I do a lot of local web development work on my Ubuntu machine, and I'm constantly setting up virtual hosts in Apache. I don't need to do hard core server management, but I am getting tired of the ...
4
votes
2answers
2k views
Running Apache and Tomcat together on different subdomains?
Posted this on ServerFault but didn't get a response. Hoping I will have better luck on the Ubuntu site.
I have been trying to get this working the whole of today. I have a server which resolves to ...
3
votes
1answer
2k views
Custom php.ini for VirtualHost
Is there a way to use a different php.ini file foreach VirtualHost in apache?
I know that there are the php_admin_values
<Location /stat/>
php_admin_value safe_mode off
</Location>
...
2
votes
3answers
838 views
Cannot get 'default' Apache VirtualHost to work
I've changed this from the original VHost but it should still work in my mind:
Listen 80
NameVirtualHost *:80
<VirtualHost *:80>
ServerName localhost
ServerAdmin ross@localhost
DocumentRoot ...

