Hi,
I have installed apache 2.2.8 and on http://127.0.0.1/ and http://localhost/ the browser is serving /usr/local/apache2/htdocs/index.html but:
1. personal web sharing just hangs waiting when I click Turn On PWS
2. http://127.0.0.1/~macuser/ does not bring up an index.html I placed there (in /Users/macuser/Sites/ )

I am not sure what am I doing wrong, as I am new to this

I run the whole compile and install process several times because it did not work and in the process I had removed the default apache 1.3 that was installed and working

It also seems like my system startup time is significantly longer than before the apache2 installation.

when I run sudo /usr/local/apache2/bin/apachectl start in terminal it says "already running"

still sys pref would not show personal web sharing is on

I am not sure how is this all related but all I want is to be able to serve pages via apache from my Sites directory

any ideas would should I check for?


PPC 10.4.11

Thanks

Recommended Answers

All 2 Replies

The Personal Web Sharing preference pane is only meant for starting the default installation of Apache that comes with OS X -- I've never heard of someone starting a custom Apache installation from there. You'll just have to set up your virtual hosts for your home directory manually.

As far as starting Apache goes... first, make sure that any kind of web serving is disabled in your System Preferences. Next, edit the /etc/hostconfig file and ensure that WEBSERVER=-NO-.

If you want Apache to automatically start when you boot your Mac, you'll have to add the following line to your hostconfig file: APACHE2=-YES- Finally, download ApacheStartupItems.tar and extract it to /Library/StartupItems as described at the end of this article.

To enable PWS with your new installation just: sudo cp /usr/local/apache2/bin/apachectl /usr/sbin/apachectl

But be aware that everytime you make a security update of os x it will change back to default (I don't now how to solve that...)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.