Re: [users@httpd] replace an ip @ by a "normal" URL

2012-08-27 Thread Ijlal EL HAZITI
hi I tried to activate the ProxyPass like in this toturial: http://library.linode.com/web-servers/apache/proxy-configuration/multiple-webservers-proxypass-centos-5 so in my http.conf I have: * ProxyRequests On Order deny,allow Deny from all Allow from .example.com # # Enable/dis

Re: [users@httpd] replace an ip @ by a "normal" URL

2012-08-27 Thread Ijlal EL HAZITI
Tnahk you Ben & Richard for your answers Well, I tried to prepend "/var/www/cmcf" as my DocumentRoot path and also I created a symbolic link between it and /opt/apache-tomcat-7.0.029 (where I deployed the webapp), in the console, there is no errors but when I try to reach sakai from the browser, I

[users@httpd] replace an ip @ by a "normal" URL

2012-08-27 Thread Ijlal EL HAZITI
Hello everybody I've just installed a webapp (sakai precisely) in a CentOs 6.2 server. sakai is accessivle via *@ip:8080/portal, *and I need to replace that adresse by a normal URL: www.exapmle.com/sakai I've already replaced: *# # ServerAdmin webmas...@dummy-host.example.com # DocumentRoot /www/