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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to