You should be able to fix that recursion with something like: RedirectMatch 301 (xmlui){2,}/(.*) http://localhost:8080/xmlui/$2
On Thu, Dec 22, 2016 at 4:39 PM David Brian Holt <holt9...@gmail.com> wrote: > Thank you so much for responding! > > I'm getting a 404 error when I try that: > > Problem accessing /xmluixmlui/. Reason: > > Not Found > > > Here is what I entered into the 000-default.conf file: > > > <VirtualHost *:80> # The ServerName directive sets the request scheme, > hostname and port that # the server uses to identify itself. This is used > when creating # redirection URLs. In the context of virtual hosts, the > ServerName # specifies what hostname must appear in the request's Host: > header to # match this virtual host. For the default virtual host (this > file) this # value is not decisive as it is used as a last resort host > regardless. # However, you must set it for any further virtual host > explicitly. #ServerName www.example.com ServerAdmin webmaster@localhost > DocumentRoot /var/www/html # Available loglevels: trace8, ..., trace1, > debug, info, notice, warn, # error, crit, alert, emerg. # It is also > possible to configure the loglevel for particular # modules, e.g. #LogLevel > info ssl:warn ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog > ${APACHE_LOG_DIR}/access.log combined # For most configuration files from > conf-available/, which are # enabled or disabled at a global level, it is > possible to # include a line for only one particular virtual host. For > example the # following line enables the CGI configuration for this host > only # after it has been globally disabled with "a2disconf". #Include > conf-available/serve-cgi-bin.conf ProxyPreserveHost On # Servers to proxy > the connection, or; # List of application servers: # Usage: # ProxyPass / > http://[IP Addr.]:[port]/ # ProxyPassReverse / http://[IP Addr.]:[port]/ > # Example: ProxyPass / http://localhost:8080/xmlui ProxyPassReverse / > http://localhost:8080/xmlui ServerName localhost > </VirtualHost> > > > Also, I noticed that libapache2-mod-proxy-html no longer exists on Ubuntu > 16.04. According to this page, it is now included in apache2-bin: > > > http://stackoverflow.com/questions/40263153/couldnt-find-package-libapache2-mod-proxy-html-ubuntu-16-04 > > -- > You received this message because you are subscribed to the Google Groups > "DSpace Technical Support" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to dspace-tech+unsubscr...@googlegroups.com. > To post to this group, send email to dspace-tech@googlegroups.com. > Visit this group at https://groups.google.com/group/dspace-tech. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googlegroups.com. To post to this group, send email to dspace-tech@googlegroups.com. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.