hello community ok, i did both: 1) i set a new rule for the port 8080 in the /etc/sysconfig/iptables
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT but then the page was just blanc. 2) so i tried to use: ProxyPass / http://localhost:8080/ ProxyPassReverse / http://localhost:8080/ with some other small changes it works now (had to adjust the ServerName variable and changed the org.opencastproject.server.url from localhost to the real server name or ip). so thank you very muche for your help! but one small thing i could not solve: when one clicks on the wellcome page on the button "go to admin tools" or "go to media module" then the link is eg. http://localhost:8080/admin but should now be the changed org.opencastproject.server.url. or have i forgot to change a variable?! g matt Am Donnerstag, den 18.08.2011, 07:35 +0100 schrieb Ali Asad Lotia: > Dear Matt, > So you have a firewall running on the server. If it is a standard install I > believe CentOS runs a firewall. You may want to add a rule to allow incoming > traffic to the port on which the web interface runs (8080 by default). You > can get information on the various configuration parameters at > http://opencast.jira.com/wiki/display/MHDOC/Configure+Matterhorn+V1.1 > > Hope this helps. > Ali > On 17 Aug 2011, at 16:18, matt <[email protected]> wrote: > > > hello comunity > > > > i start here a new topic because my problems are now far from vga2usb. > > > > i use a centOS with preinstalled apache2 resp. httpd. i followed the > > installation documentation in the wiki, everything worked correctly, as well > > no errors with maven2 (perhaps one could change in the wiki that there is no > > apt-get for CentOs and no maven2 via yum!) and felix. i can start and stop > > matterhorn as service but i can't reach the webpage! > > > > is it possible that there is a conflict between maven2+felix and httpd? > > shold httpd be removed or is it needed as service ... ? > > > > thx for your help > > > > g > > matt > > > > -- > > View this message in context: > > http://opencast.3480289.n2.nabble.com/centOs-core-server-tp6695867p6695867.html > > Sent from the Opencast Community mailing list archive at Nabble.com. > > _______________________________________________ > > Community mailing list > > [email protected] > > http://lists.opencastproject.org/mailman/listinfo/community > > > > > > To unsubscribe please email > > [email protected] > > _______________________________________________ > > > > !DSPAM:4e4bdbdd113771347337680! > > > > > > > > _______________________________________________ > Community mailing list > [email protected] > http://lists.opencastproject.org/mailman/listinfo/community > > > To unsubscribe please email > [email protected] > _______________________________________________ _______________________________________________ Community mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/community To unsubscribe please email [email protected] _______________________________________________
