Tagged Questions
0
votes
0answers
19 views
Apache virtual host to tomcat server
I would like to set apache to root to my tomcat server in the same machine.Apache is listening to port 80 and tomcat to 9090. The dns name of my service is example.com.gr the machine ip is something ...
0
votes
0answers
24 views
apache virtual hosts - include files on top level?
I'm looking for a way to create virtual hosts with Xampp and give them additional include paths. I can't find anything about how to do such a thing ?
I have several websites with domains:
blah.com
...
0
votes
1answer
71 views
confused about apache server virtual host
So I configured a VirtualHost in the httpd-vhosts.conf directory, but whenever I navigate to the servername, it seems to always give me the page listed in httpd.conf.
I am new to apache web server ...
1
vote
0answers
49 views
How to configure? Jetty + subdomain + apache
Friends, I'm trying to configure the following environment:
I have a VPS server, with debian, apache2, jetty 9 and one, just one, webapp.
The url to access my webapp is something like: ...
0
votes
1answer
51 views
Apache Virtual Host Site Inaccessible
I'm setting up a dedicated server with multiple virtual hosts. The DNS is registered correctly...
$ ping mydomain.com
$ ping 8.8.8.8 (for example)
Both return the IP address as expected and it's ...
1
vote
0answers
46 views
Vhost on Ubuntu VPS
VPS running ubuntu 11.10
Using Webmin Created a virtual host [www.site1.com] all working good.
Using Webmin Create another virtual host [www.site2.com] at this point both www.site1.com & ...
0
votes
0answers
35 views
Configure Virtual Host on apache all domains point to a domain
I set my localhost at "D:/www"
And my vhost.conf looks like
NameVirtualHost *:80
DocumentRoot "D:/www/exam1.com/public"
ServerName exam1.com
DocumentRoot "D:/www/exam2.com/public"
...
0
votes
1answer
74 views
Troubles with apache and virtual hosts
I have a BIG problem.
I have VPS with Debian OS, and LAMP installed. Fresh install.
For control panel i using Webmin.
Now i trying to setup multiple sub-domains on my server using webmin for example:
...
-1
votes
1answer
176 views
virtual host acting weird [closed]
I have configued /etc/apacha2/site-available/mywebsite.com to point to /var/www/web3/public_html
as following config but still don't know why then type mywebsite.com (without www) in the browser it ...
0
votes
1answer
44 views
Apache Virtual Hosts Strange Behavior
I have a virtual - host file containing the following:
# lc.glsamcrm.com
#
<VirtualHost *:80>
ServerAdmin webmaster@lc.glsamcrm.com
ServerName lc.glsamcrm.com
ServerAlias ...
1
vote
1answer
72 views
Apache domain redirect between virtualservers
I've got one dedicated server which I splitted into more virtual servers.
On main server I use standard port for http (80), but for others I was forced to set different ports.
But I've got some spare ...
0
votes
2answers
93 views
apache mod_rewritemap virtual host file
Hi I am very new to all these. my website need rewrite url. I joined godaddy linux based.
i want to use the rewrite map function. and trying to write the syntex for this purpose
However i just ...
0
votes
1answer
308 views
Run different PHP versions on virtual hosts in apache 2.2 [closed]
How can I configure Apache 2.2 server to have PHP 5.3 in all virtual hosts, except one virtual host in which to run PHP 4.4? I have all the php and .dll files.
0
votes
1answer
85 views
Apache virtual host resulting in 403
I am using wamp on windows 7. I have had no issues until I installed zend and set up a virtual host. I am getting a 403 when trying to access my local host now.
In my httpd-vhosts.conf:
...
3
votes
1answer
392 views
mod_rewrite in vhosts configuration
I'm trying to add mod_rewrite rules in the vhost config but it's not working.
For the site "mysite.com" I want to redirect "/webmedia/" to the home page .
Here is what I have:
<VirtualHost ...
0
votes
1answer
331 views
Redirect non-existent dynamic virtual host folders with Apache
Is it possible to redirect to a certain URL if the directory for the virtual host doesn't exist? I have a VirtualHost setup below that lets me host a domain just by creating the folder, and pointing ...
1
vote
2answers
2k views
How do I add virtual hosts the right way while running WHM?
I'm running a dedicated server separating accounts for my clients with WHM and CentOS 5. One of my clients has asked me to install subversion, and have the repository stored beneath the webroot.
...
1
vote
1answer
138 views
Automatic holding page for any sites pointing to my IP
I have loads of domains all pointing to my servers IP but because they are just holding domains I haven't configured them in WHM / Apache. Therefore they just get "can't display website" messages when ...
0
votes
4answers
285 views
SVN branches and virtual hosts
I come from a GIT background and now have to work using SVN.
Usually, when working with GIT, I had Apache virtual host set up to one folder as document root and when I wanted to switch branches I just ...
0
votes
1answer
258 views
Creating Multiple Virtual Sites on a WAMP
I'm trying to host multiple sites on my Wamp server (Windows),
I have added new virtual hosts in "C:\WINDOWS\system32\drivers\etc\hosts" :
127.0.0.1 localhost
127.0.0.1 bitrix
I created a new ...
1
vote
0answers
58 views
API calls within same Host with Apache Virtual Servers
I have 2 (Rails) applications running under Passenger (mod_rails) and Apache Virtual Domains.
These apps talk each other thru a Sinatra+RestClient API IN THE SAME SERVER/HOST/IP.
app1.example.com and ...
1
vote
1answer
108 views
How to set up Apache virtual host such as http://home/, http://office/, etc
So rather than http://localhost, is it possible to set up multiple virtual hosts on the same local computer so I can access:
http://home/
http://office/
http://docs/
for different websites that are ...
0
votes
1answer
686 views
Virtual host with Passenger
Rails app already works correctly on mydomain.com with Apache+Passenger. In addition, I'm going to deploy non-Rails app(wordpress) on blog.mydomain.com. So I modified httpd.conf like
PassengerEnabled ...
0
votes
3answers
515 views
Apache virtual host
i have been struck on this for a looooong time now :-(, Basically my "Alias" tag is not working in my c:\xampp\apache\conf\virtual-hosts.conf. Url http://raghu.tkiportal works OK but ...
2
votes
3answers
738 views
Apache: Virtual Host configuration
As i tried to configure my virtual host in apache. I put something like this,
NameVirtualHost *:80
<VirtualHost *:80>
DocumentRoot /xampp/htdocs/gift
ServerName gift.loc
...
-1
votes
1answer
2k views
Apache on localhost: give virtual hosts specific servers name [closed]
Ok, I ask my question first and below are details of what I have so far trying to solve the thing:
On Apache running on localhost, I want to have different virtual hosts that would be accessible ...
1
vote
1answer
1k views
WAMP Virtual Hosts Not Working
please help me, I am pulling my hair out. I cannot get Virtual Hosts to work with WAMP. I have uncommented out this line:
# Virtual hosts
Include conf/extra/httpd-vhosts.conf
This is my ...
0
votes
0answers
1k views
disable Virtual Directory Support in apache
i am using php and apache for my local system.
when i get my phpinfo details using phpinfo(), i got that my
Virtual Directory Support | enabled
how can i disable this...
any one have idea ...
1
vote
1answer
4k views
Apache 2 Sites-Available Configuration
I am trying to write about 5 websites all on one Apache server which is all on one IP address.
For example:
/var/www/site1
/var/www/site2
/var/www/site3
/var/www/site4
/var/www/site5
However, if ...
0
votes
1answer
584 views
Configuring Mass Virtual Hosting + SSL on development machine
Is there a way to use this, or something like it, for SSL enabled hosts?
VirtualDocumentRoot /www/vhosts/%0/public
I want to avoid having to configure Apache every time I start working with a new ...
1
vote
3answers
3k views
Redirecting an internal path to a virtual host
I have been working on a drupal test site for a while, which has a bunch of virtual hosts set up like this:
<VirtualHost *:80>
ServerAdmin email@example.com
DocumentRoot "/path/to/root"
...
1
vote
2answers
473 views
Virtual Host points to another Virtual Host
HELP! I just setup a virtual host for two sites that have a lot of traffic and I think I just messed something up! Here is the end of my httpd.conf:
NameVirtualHost *
<VirtualHost *>
ServerName ...