2
votes
1answer
27 views

Setup default page for Apache Virtual Hosts

We are running Apache on a server with multiple VirtualHost entries. Whenever someone access the server by it's IP address (http://198.147.xx.xx), one of the websites that is a VirtualHost comes up. ...
0
votes
1answer
180 views

lighttpd virtual hosting configuration

I need help setting up virtual hosting in lighttpd. i have the lighttpd default webpage in /var/www/lighttpd dir and i have created other dirs for my other websites /var/www/web1.com/public_html and ...
-2
votes
2answers
155 views

How to connect to virtual host via server IP?

I'm migrating from old server into new server. my current domain is pointing to Old server and want to test before go live. The problem is how to connect to New Server for internal test. I dont know ...
0
votes
2answers
212 views

Apache IP based hosting solution shows apache test page and not the website

I am trying to setup my virtual server to host websites based on IP. Currently I am trying to only setup 1 website and using only 1 IP. /etc/httpd/conf.d/example.com.conf file contents: Listen 80 ...
2
votes
2answers
862 views

How to setup virtualhost for domain on CentOs 6.2 using apache2?

First time LAMP and domain setup on CentOs. Previous experience of this is in Ubuntu. Working on a dedicated server package of my local ISP. They installed default CentOs 6.2 and redirected my domain ...
8
votes
2answers
723 views

How to check CentOS 6 Server VM Host after a power falure?

This afternoon, someone at our office decided to pull the plug out of our server because it was storming outside. They didn't shut it down, they just pulled the plug out while it was running. The ...
1
vote
3answers
2k views

Allowing directory view/traversal for a specific VirtualHost in Apache 2.2

I have the following vhost configured: <VirtualHost *:80> DocumentRoot /var/www/myvhost ServerName myv.host.com ServerAlias myv.host.com ErrorLog logs/myvhost-error_log ...
1
vote
1answer
401 views

httpd conf environment variables - how do they work? (Centos 6)

I have the following config included in my httpd.conf... Include ${MODULE_DIR}/utilities/devconf/bo/vhost.conf where ${MODULE_DIR} is an environment variable that I am setting in my httpd init ...