RE: Special configuration for requests that do not match any particular virtual host? Apache 2.2

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>> default server www.t1shopper.com (/etc/httpd/conf/httpd.conf:663)
>> port 80 namevhost www.t1shopper.com (/etc/httpd/conf/httpd.conf:663)
>
>Is this the host that loops?

Yes.  When I uncomment the first <VirtualHost> entry below, the infinite loop happens on the second <VirtualHost> entry but then
again, that's the only domain we tested.

#First virtual host entry
#<VirtualHost *:80>
#	RewriteEngine On
#	RewriteRule 	.* http://www.t1shopper.com%{REQUEST_URI} [L,R=301]
#	ErrorLog 	/var/log/httpd/error_log
#	CustomLog	/var/log/httpd/access_log combined
#</VirtualHost>

<VirtualHost *:80>
   ServerName www.t1shopper.com
   DocumentRoot   /home/.../www
   <snip>
      


---------------------------------------------------------------------
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



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux