Is there a limit on how many ServerAlias entries for one VirtualHost?

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

 



I have one java application that I need to access with a bunch of different
aliases.  I currently have 427 aliases set up, and I get an error when I try
to add any more.  The error I get is: Reloading httpd: not reloading due to
configuration syntax issue.

The VirtualHost section looks something like this:

<VirtualHost *:80>
        ServerName www.xyz.net
        ServerAlias xyz.net www.abc.com abc.com
        RewriteEngine On
        RewriteRule ^(.*)/wpg(.*) $1$2 [R]

        ProxyPass / http://www.xyz.net:8080/wpg/
        ProxyPassReverse / http://www.xyz.net:8080/wpg/
        ProxyPreserveHost On
        DirectoryIndex index.html
</VirtualHost>

Any help would be appreciated :)
Christine



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