logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: config question: 2 domains / 1 site: msg#00041

Subject: Re: config question: 2 domains / 1 site
I've got two VirtualHosts entries, one for each domain.  No joy.

I think there's a bug in the CVS version of Drupal in its handling of anonymous users when the content requires an autheticated user before allowing it to be displayed. Drupal should just display the login block, but instead it gets a 404-not found error, which for some reason in the hosting environment I'm in, causes a 500-server error.

Thatguywhowon'tgivehisname wrote:
That's what I did and it seems to work fine.


--- Bob Doyle <editor@xxxxxxxxxxxxx> wrote:

Hi Chris,

This looks like a setting in the
/etc/httpd/conf/httpd.conf file.

You need either two VirtualHosts or one with a
ServerAlias entry like this....

<VirtualHost 206.253.4.15>
  ServerName www.cms-forum.org
  ServerAlias cms-forum.org
  DocumentRoot /var/www/drupal.skybuilders.com
  ServerAdmin bobdoyle@xxxxxxxxxxxxxxx
  ServerSignature email
  DirectoryIndex index.php index.html index.shtml
index.pl
  AddType application/x-httpd-php .php .php4 .php3
.phtml .html \
.xml
</VirtualHost>


--
[ Drupal support list | http://list.drupal.org/ ]




Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>