Tagged Questions
0
votes
0answers
33 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
1answer
100 views
subdomain virtual host show wrong directory
I have problem with subdomain virtual host, it's pointing to my /var/www instead of /var/www/info.
I have domain, let's it be xyz.com, created dynhost to this domain, and subdomain cname to this ...
0
votes
0answers
54 views
Ubuntu Apache httpd.conf virtual host deleted
I accidentally uploaded the wrong httpd.conf file with one from another server now losing all my 301 redirects and website domain settings.
i have not yet re-started the Apache service, so for now i ...
0
votes
1answer
21 views
show my localhost in someother pc via ip
I have a site in my local which is running under xampp.Now in another Mac I want to access the local site.It can be done via sharing the ip? or something to write in host file.The source machine is ...
0
votes
0answers
54 views
New PHP Session created on each request with vhost
I developed web application who use PHP session stored in database.
I work with Windows 7 & Wampserver.
I deployed it on my linux server. On this server I have subdomains like:
...
0
votes
1answer
43 views
Hosting Multiple websites on apache2?
I'm using Ubuntu Server with Apache2 to host my websites.
I have two domains, www.test.com and www.domain.com (not real names)
Inside of my sites-available I have the default that is pointed to my ...
1
vote
0answers
56 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: ...
1
vote
0answers
51 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
18 views
is there any way that a web server can be aware of the identity of a host and a virtual machine?
Environment:
a host(my laptop); a virtual machine running in VMWare on the host(the same laptop);
the host visits the server directly, while the virtual machine visits the server using a VPN ...
0
votes
0answers
37 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"
...
-1
votes
1answer
183 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
264 views
Confuguring Apache to Act as a Proxy Server
Okie...was discussing this with a person doing a security review for a resturant chain.
The cafes have household wifi routers with common passwords and router setup un protected.
Is there a ...
0
votes
2answers
95 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
0answers
118 views
Using Kohana on a site with host-header-based site? htaccess?
First of all let me say thank you for taking the time to read my question.
I've just started using Kohana, I started developing on a virtualhost running on my local PC, using wamp.
Once my project ...
1
vote
1answer
611 views
Setting up a virtual host in Webmin
I set up a virtual host in a Linux server running Webmin 1.580. I gave it a server name and a document root directory. How do I access the website under the virtual host from the internet?
Am I ...