I have the Apache server up and running with php and mysql but I have one thing that really bothers me...when I create a new folder I have to open the httpd.conf and add access to that folder before users can gain see it. Is there a easyer way for this to be added without having to open the httpd.conf with every new folder creation.
Name:
Anonymous2006-01-25 4:21
Use lighttpd
Name:
Anonymous2006-01-25 4:30
Unless specified otherwise the folders get their access settings from the parrent folder they reside in. So setup the access settings suitably for that and you'll not need to add new folders anymore.
Name:
Anonymous2006-01-26 20:48
Learn how to write your httpd.conf file. It's really not hard and there is plenty of documentation.