I'd check DNS to make sure it points to where you want it (nslookup, ping, 
traceroute, mtr). Then I'd look in the apache access and error logs to see what 
is happening.  I believe you have the virtual host directive setup properly, 
except I usually do `ServerName www.mysite.com` and `ServerAlias mysite.com` 
but I don't think the order matters.

Brett Taylor
Systems Administrator
Center for Systems and Computational Biology

The Wistar Institute
3601 Spruce St.
Room 214
Philadelphia PA 19104
Tel: 215-495-6914
Sending me a large file? Use my secure dropbox:
https://cscb-filetransfer.wistar.upenn.edu/dropbox/[email protected]

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of CS DBA
Sent: Thursday, January 10, 2013 6:14 PM
To: [email protected]
Subject: Apache config question

Hi all;

I'm setting up a new web server, and I'm pretty good with Linux in general but 
I am not an apache expert.

Here's the overall problem:

I have a website (mysite.com)

I've installed Scientific linux & configured a base apache install.

I setup a virtualhost entry in the http.conf file to include a ServerName and a 
ServerAlias

I added a conf.d/myhost.com.conf file with a Directory entry

I've also setup a static IP address and a dns entry via noip.com so mysite.com 
and www.mysite.com both resolve to our static IP

At this point I can go to www.mysite.com and my web browser goes to the site as 
expected,

However if I point my browser to mysite.com I get redirected to the default 
scientific linux apache test page.

Thanks in advance for any help/advice...   Se the config details below:


===============================================


Our /etc/httpd/conf/http.conf file includes this:


<VirtualHost *:80>
     DocumentRoot /var/www/html/mysite
     ServerName mysite.com
     ServerAlias www.mysite.com
</VirtualHost>



And our /etc/httpd/conf.d/mysite.conf file looks like this:

<Directory /var/www/html/mysite>
   Order Deny,Allow
   Allow from all
   AddHandler cgi-script .cgi
   Options +Indexes +ExecCGI +FollowSymLinks
   DirectoryIndex index.cgi
   AllowOverride Limit Options FileInfo
</Directory>




Thoughts?

--
This email was Anti Virus checked by Astaro Security Gateway. 
http://www.astaro.com

Reply via email to