>From a httpd.conf

ServerAdmin [email protected]

#
# ServerName gives the name and port that the server uses to identify
itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address
here.
#

NameVirtualHost *:80
<VirtualHost *:80>
ServerName www.internet.com:80
RewriteEngine On
RewriteRule ^/(.*)
http://127.0.0.1:8080/VirtualHostBase/http/www.internet.com:80/Plone/VirtualHostRoot/$1
[L,P]
</VirtualHost>

-- 
View this message in context: 
http://plone.293351.n2.nabble.com/Can-t-get-Plone-to-run-on-port-80-tp4555065p4947372.html
Sent from the Installation, Setup, Upgrades mailing list archive at Nabble.com.
_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to