Wednesday 07 February 2007 1:43:46 am
Hi, Will need to do some Apache modification, yes. It should likely just be a case of using the Listen directive in httpd.conf to make the server listen on a different port.
http://httpd.apache.org/docs/1.3/mod/core.html#listen for Apache 1.3 or http://httpd.apache.org/docs/2.0/mod/mpm_common.html#listen for Apache 2.0. If you only have Apache listening on one port, you can just use eZ publish as normal, though if you're using it on a port other than 80 and using the Host-based access system you might need to specify the port in the settings/override/site.ini.append.php, like this (assuming you are using port 81):
[SiteAccessSettings]
MatchOrder=host
HostMatchMapItems[]=hostname.example.org:81;siteaccess_1 HostMatchMapItems[]=admin.example.org:81;admin_siteaccess (At least, I have to on one of my sites.) Alternatively, the link that Sébastian supplied will tell you how to have the user siteaccess and the admin siteaccess on different ports. Hope that makes sense!
eZpedia community documentation project | http://ezpedia.org
|