Shaun,
Take a look at this link for changing your Proxy port from 3128 to something else.
http://www.lth5.k12.il.us/e-smith/tips.htmNote: In step 2, you should probably make the change in the templates-custom directory, rather than the templates directory. SO, step 2 should actually read:
"mkdir -p /etc/e-smith/templates-custom/etc/squid/squid.conf"
"cd /etc/e-smith/templates/etc/squid/squid.conf"
And continue from there.
I haven't tried changing the www port, but I suspect the process will be similar. I'll outline what I would try:
1. Create a custom template for httpd.conf
("mkdir -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf")
2. Search the template fragments of /etc/e-smith/templates/etc/httpd/conf/httpd.conf for the fragment that specifies something like "Listen 80"
3. Copy that fragment to your custom diretory and make any necessary changes.
4. restart httpd - ("service httpd restart")
Hope this helps,
Abe