• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

IRC Web Page

just thought i'd drop in a Thanks very much m8 - appreciated the effort 🙂 Still trying to figure out what i can use my server for..... 🙂
 
I have no control over the FAQ, and bacause apache refuses to listen on port 8000 I can't change it.

Brendan
 
bkehoe, in the httpd.conf file add the line: Listen your.ip.here:8000 . I tested it really quick on my server and it works just fine.

Brad..


 
Put it down near the virtual host config. I have a Listen entry for the regular port 80 and added 8000 right below it. It defaulted to the main (non virtual) html root directory. If your using Virtual hosts, a <VirtualHost your.ip:8000> seems to work.

Brad..
 
Back
Top