Results 1 to 6 of 6
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
09-16-2005 #1
Need to change apache port number
This is secondary, but I need help configureing FTP access to the htmldocs folder.
Making passwrd protected directories with .htaccess would be nice to do to.
-
09-16-2005 #2
- Join Date
- Aug 2005
- Location
- Hell
- Posts
- 514
Re: Need to change apache port number
Originally Posted by yourname3232
Originally Posted by yourname3232
-
09-16-2005 #3
Thanks for the .htaccess info.
I tried making apche run on port 8000 like abyss was (after disableing abyss of course) but I get
Starting httpd: [Thu Sep 15 21:47:13 2005] [warn] The Alias directive in /etc/httpd/conf/httpd.conf at line 512 will probably never match because it overlaps an earlier AliasMatch.
(13)Permission denied: make_sock: could not bind to address [::]:8000
no listening sockets available, shutting down
Unable to open logs
[FAILED]
I sorted out the port problems but ut seems to be apache not a blocked port.
Ok, it seems that I can only NOT access apache, everything else that is avalible to access from the web works just fine!! Please help.
-
10-01-2005 #4
- Join Date
- Oct 2005
- Posts
- 2
I too have this problem
I am having the same problem with apache on FC 4.. Does anyone know how to fix this
-
10-01-2005 #5
- Join Date
- Jul 2005
- Location
- Turn Around
- Posts
- 202
look thru httpd.conf for something concening a port number. try "cat /path/to/httpd.conf | grep 80"
if where is says 80 (default port) seems to be in context of wha you're doing... change it. httpd.conf has some great comments in there to help you. btw.. always make a backup of config files when you're toying with them!. "cp /path/to/httpd.conf /path/to/httpd.conf.bak" (.bak for backup).
luck!
Edit: also make sure your router of firewall will allow traffic through that port.
-
10-01-2005 #6
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
also, if you use a router make sure you change your port forwarding information from 80 to 8080, or whatever port you wish to use...
Operating System: GNU Emacs