
htaccess files would also do the same thing, something like Redirect 301 / http://localhost:8080/ will redirect all traffic from http://localhost/ (i.e. http://localhost:80/) to http://localhost:8080/ Using this, you don't need the proxy module and you also dont need to change the httpd.conf, but I still aint sure how the Google Bot looks upon htaccess redirects. On Tue, Nov 3, 2009 at 2:13 PM, Musya mike <mmycool@gmail.com> wrote:
Thanks David.
On Tue, Nov 3, 2009 at 12:26 PM, David Njuki <njukey@gmail.com> wrote:
2009/11/3 Musya mike <mmycool@gmail.com>
Hello listers,i would wish to set up the above(subject) servers.Apache is on port 80,while zope is on port 8080.How do i make websites hosted on zope be reached by just typing the url...i.e without the port...alias? Plz help...
Add this to your httpd.conf and make sure apache has the proxy module enabled
<Location /zope> ProxyPass http://127.0.0.1:8880/zope ProxyPassReverse http://127.0.0.1:8880/zope </Location>
Then restart apache, http://127.0.0.1/zope should give you access to your /zope site or add the appropriate alias to your site on zope on the Location config above.
˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙˙ 'spɹɐƃǝɹ ıʞnɾu pıʌɐp
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------ Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke Other lists ------------- Announce: http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks-announce Science: http://lists.my.co.ke/cgi-bin/mailman/listinfo/science kazi: http://lists.my.co.ke/cgi-bin/mailman/admin/kazi/general