Can you confirm you don't have a typo? Your ProxyPass has a slash and the URL you posted has a dot.- YOn Wed, Nov 9, 2016 at 6:46 PM, Lou DeGenaro <lou.degenaro@xxxxxxxxx> wrote:Thanks.What am I doing wrong?This is most disappointing, as I had expected to be forwarded to the tomcat server to see localhost:8080/degenaro.com.I'm running apache2 and have defined the following:I've restated the apache server, and visit http://localhost/degenaro.com/ and see this in my browser:
lou@HAL9000:/etc/apache2/sites-available$ cat degenaro.com.conf
<VirtualHost *:80>
ProxyRequests off
ProxyPreserveHost on
ServerName degenaro.com
ServerAdmin lou@localhost
ProxyPass /degenaro/com ajp://localhost:8080/degenaro.com
ProxyPassReverse /degenaro/com ajp://localhost:8080/degenaro.com
LogLevel warn
</VirtualHost>Index of /degenaro.com
Apache/2.4.18 (Ubuntu) Server at localhost Port 80
Name Last modified Size Description Parent Directory - public_html/ 2016-11-08 03:53 - Lou.