This forum is no longer active. Please post your questions to our new community site
Stop Trac using port 80
|
|
Hi, I am evaluated various bug defect management tools and recently installed Trac. I have now finished evaluating Trac and want to unistall it and try something else out. I need to now stop Trac from using port 80, but I have been able to do so. Does anyone know how to stop Trac from using port 80? as while it is using it I cannot install anything else that needs apache. Thanks in advance for your help. |
|
|
Hi, Are you using Trac on Windows, Linux or OS X? You should stop the Apache server using the service shortcut on Windows or running the following script on Linux or OS X:
Then modify the following line in Apache configuration file to use a different port: /apache2/conf/httpd.confbq. Listen 80 And start the Apache server again. I hope it helps. |

