On Thursday 09 December 2004 22:12, Don wrote: > 1. In my httpd.,conf file< i uncommented teh following lines: > <Location /server-info> > SetHandler server-info > Order deny,allow > Deny from all > Allow from .lclnav.com > </Location> That "Allow from ..." has to specify an IP address / network range / domain (etc) that will allow your *client* to connect. If you have shell access on the server and you have lynx/links/elinks installed then you should probably only "Allow from 127.0.0.1" and just access it directly from the server rather than through a remote client. > Note: I created the directory 'server-info' off of the directory root after > the error; still errors You don't need to create any directories for the above to work. As this is not PHP-related if you need more info refer to the Apache docs and/or ask on the Apache mailing list. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* BOFH Excuse #116: the real ttys became pseudo ttys and vice-versa. */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php