On Tue, Oct 9, 2012 at 3:31 PM, Tom Obrien <[email protected]> wrote: > ________________________________ > Apache/2.2.17 (Ubuntu) Server at 192.168.1.172 Port 8080
That's strange. Apache HTTPD normally wouldn't run on port 8080 as it does in your case. It's the usual setup that Apache Tomcat has connectors on ports 8080 and 8443, which are then proxied via Apache HTTPD to the low ports (80 and 443, respectively). Step 8 here explains how to configure Tomcat connectors: https://wiki.duraspace.org/display/DSDOC18/Installation#Installation-InstallationSteps And here are several options for running/proxying DSpace to standard ports: https://wiki.duraspace.org/display/DSPACE/DspaceOnStandardPorts Regards, ~~helix84 ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

