Results 1 to 4 of 4
Thread: Apache Set-up
-
04-12-2003, 04:38 PM #1northwindGuest
Seems like somehow, with an apache upgrade my ip re-directs to my main site.
http://66.246.3.222 - www.northwindwebhost.com
By the way, that is my main shared IP. =)
How can I change it so it doesn't do that?
-
04-12-2003, 04:40 PM #2northwindGuest
I looked a bit deeper.
66.246.3.222 is the only ip where it shows that.
How can I fix this problem?
-
04-12-2003, 10:37 PM #3
- Join Date
- Feb 2003
- Location
- Virginia
- Posts
- 426
Find where the default directory is for you site is. It will be before the virtual host section. Look for a DocumentRoot tag to find it. Change this directory to point to where you want it.
Brian Pauley
:: Harbor Networks ::
http://www.harbornetworks.net
:: SoundSource - Your Online Pro Audio Online Web Resource. ::
http://www.soundsource.info
-
04-12-2003, 11:57 PM #4
- Join Date
- Feb 2003
- Location
- Virginia
- Posts
- 426
If your getting a 511 Access error when trying to connect to http://xxx.xxx.xxx.xxx/~username
Edit your httpd.conf file and comment out the following lines
LoadModule bwprotect_module libexec/mod_bwprotect.so
and
AddModule mod_bwprotect.c
Once you do this.. restart httpd and it will work ;-)Brian Pauley
:: Harbor Networks ::
http://www.harbornetworks.net
:: SoundSource - Your Online Pro Audio Online Web Resource. ::
http://www.soundsource.info
Bookmarks