I have pretty much a plain-vanilla httpd configuration that came with Fedora Core 3 ("Apache/2.0.53 (Fedora) Server"). No extra modules, and the only "special" module I use is mod_rewrite to link in tomcat, because I always had problems getting mod_jk[2] to work, for whatever reason. -------------------------------------------------------------- My httpd.conf has: ... NameVirtualHost *:80 NameVirtualHost *:443 ... -------------------------------------------------------------- Then I have a _default_.domains.conf in conf.d like this: <VirtualHost _default_:80> Options FollowSymLinks DocumentRoot /var/www/html ErrorLog logs/default-error_log CustomLog logs/default-access_log combined </VirtualHost> -------------------------------------------------------------- In addition, I have different files (one per domain) in the conf.d directory that have this pattern: <VirtualHost 192.168.101.48:443 > ... DocumentRoot ..... ServerName ..... ServerAlias ..... ... </VirtualHost> <VirtualHost *:80 > ... DocumentRoot ..... ServerName ..... ServerAlias ..... ... </VirtualHost> Each of these files have a different IP in the https VirtualHost directive for obvious reasons. Some of them do not have ServerAlias directives. I used to have configurations on other servers where a "service httpd configtest" warned me of VirtualHost configurations that were conflicting and therefore creating "unpredictable results" (actually using some other wording I can not remember right now), but this server does not have that. "service httpd configtest" comes back with a plain "Syntax OK". Thanks, MARK > -----Original Message----- > From: Phillip Hamilton [mailto:phillip@xxxxxxxxxxxxx] > Sent: Tuesday, September 18, 2007 11:38 AM > To: users@xxxxxxxxxxxxxxxx > Subject: RE: httpd seems to "forget" ServerAliases > > Whats your configuration? > What other programs/modules do you have installed? > > -----Original Message----- > From: Mark [mailto:msalists@xxxxxxx] > Sent: Tuesday, September 18, 2007 12:04 PM > To: users@xxxxxxxxxxxxxxxx > Subject: httpd seems to "forget" ServerAliases > > Hello, > > I have a weird problem on one of my servers: > I have different domains using different VirtualHost > directives. The virtual > hosts have a ServerName and a ServerAlias directive. > > It seems like after the server has been running for a while, > calling some of > the domains in the ServerAlias for a VirtualHost end up > on the default domain, rather than going the the intended VirtualHost. > Restarting the httpd daemon will fix the problem for a while > (usually a few > days), until at some point it "forgets" the mapping > again. > > Does anybody have an idea what the problemm could be? > I have not figured out yet how to reproduce this problem > (meaning how to > trigger the "forgetting" of the ServerAlias). > > Thanks, > > MARK > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP > Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP > Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx