Follow us on...
Follow us on Twitter Follow us on Facebook
Register
Results 1 to 3 of 3
  1. #1
    bebox is offline Registered User
    Join Date
    Sep 2001
    Location
    Australia
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Can't serve webpages from Ti since upgrade....

    Hi All,
    Just trying this post again...
    I am trying to allow clients to see webdev stuff that I am working on my Ti. Everything works fine locally (127.0.0.1) and no problems at all. But if I give my IP to a client so they can see their work in progress noone seems to be able to connect at all. They cannot ping the address and I ran Portscan and there are no ports open even though I have port 80 option in httpd.conf in Apache. So that seems to be the obvious problem but I cannot find a way around it!

    Are there some other settings that may have been changed by the OSX upgrade. I used to be just able to give the IP and then away we went. All sharing is enabled and everything obvious seems okay.

    Please help as this is killing me )

    Thanks

  2. #2
    attackwolf is offline Registered User
    Join Date
    Dec 2000
    Location
    N/A
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    try this quick fix

    It seems that apple made a few changes to apache due to the HFS+ bug. Here's the fix that someone generously posted to www.macintouch.com:

    "Replace the existing file "/etc/httpd/httpd.conf" with the file "/etc/httpd/httpd.conf.default". Apple has renamed the HFS Apache module and the configuration file needs to be updated to reflect this change. "

    to do this:
    First turn off web sharing in the System Preferences.
    Then from the terminal you can type:

    mv /etc/httpd/httpd.conf /httpd.conf.pre_macosx10.1
    mv /etc/httpd/httpd.conf.default /etc/httpd/httpd.conf

    The first statement remains your old settings and the second statement renames the new settings so that Apache will use them.
    If you had custom Apache settings and you don't want to retype them all, you can see that apple only made 2 changes to the file. (Again this bit of info I found on Macintouch)

    LoadModule apple_hfs_module libexec/httpd/mod_hfs_apple.so

    to

    LoadModule hfs_apple_module libexec/httpd/mod_hfs_apple.so

    or at the terminal type:
    diff /etc/httpd/httpd.conf /etc/httpd/httpd.conf.default
    and the diff program will show you the differences.

    My apologies for not crediting the original authors but I didn't save their entire messages with names.
    Good Luck
    Chris

  3. #3
    bebox is offline Registered User
    Join Date
    Sep 2001
    Location
    Australia
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hi Mate,
    Thanks for the posting..
    I spose I should have mentioned that I had already fixed that in the httpd.conf and to no avail. The problem seems to be in that something is keeping the ports (particularly port 80) from being open and thereby letting anyone in at all.

    Thanks again and if you think of anything else please let me know )

 

 

Similar Threads

  1. beige MT can't upgrade x.1.5 to x.2.n
    By pry3i in forum Mac OS X System & Mac Software
    Replies: 3
    Last Post: April 4th, 2003, 09:20 PM
  2. Several Questions on OS 10.1.5 upgrade with Beige..
    By Gunk in forum Mac Classic System & Software
    Replies: 4
    Last Post: February 19th, 2003, 01:27 PM
  3. CPU upgrade for G4?
    By garretwp in forum Hardware & Peripherals
    Replies: 8
    Last Post: October 7th, 2002, 01:24 PM
  4. What happens if you never upgrade to 10.2
    By Kona in forum Mac OS X System & Mac Software
    Replies: 3
    Last Post: September 10th, 2002, 02:26 PM
  5. Don't buy iMac RAM upgrade from Mac Mall or Apple. even it's free!!
    By papaya in forum Apple News, Rumors & Discussion
    Replies: 3
    Last Post: September 8th, 2001, 11:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •