View previous topic :: View next topic |
Author |
Message |
duby2291 Guru
Joined: 17 Oct 2004 Posts: 583
|
Posted: Mon Jun 12, 2006 12:50 am Post subject: Change port for apache, joomla |
|
|
My ISP blocks port 80, so I'd like to be able to run Joomla on a non-standard port. But when I change the port number apache gives a 404 error. If I put it back to port 80 it works fine. Any ideas? |
|
Back to top |
|
|
hoosierpeschke n00b
Joined: 03 Jun 2006 Posts: 29 Location: Chicagoland
|
Posted: Mon Jun 12, 2006 1:40 am Post subject: |
|
|
You should have to change the listening port in a couple of places.
First is the "Listen" option in /etc/apache2/httpd.conf
Second, is in your /etc/apache2/vhosts/ directory. Typically you'll have a virtual host that has "servername:port" setup. You need to change that port also.
Once those changes are made, restart the apache service and try again.
Hope that helps! |
|
Back to top |
|
|
duby2291 Guru
Joined: 17 Oct 2004 Posts: 583
|
Posted: Mon Jun 12, 2006 2:56 am Post subject: |
|
|
Cool, That worked.
Now the problem I'm having is that all of the menu items that I made arent working. Any Idea here? |
|
Back to top |
|
|
hoosierpeschke n00b
Joined: 03 Jun 2006 Posts: 29 Location: Chicagoland
|
Posted: Mon Jun 12, 2006 10:27 am Post subject: |
|
|
Menu items on your site? HTML or JavaScript? |
|
Back to top |
|
|
duby2291 Guru
Joined: 17 Oct 2004 Posts: 583
|
Posted: Tue Jun 13, 2006 4:15 pm Post subject: |
|
|
hoosierpeschke wrote: | Menu items on your site? HTML or JavaScript? |
Sorry man I figured it out. I had to run webapp-config. I dont know what was wrong, but after I ran that it worked fine. Thanks for all your help. I appreciate it. |
|
Back to top |
|
|
|