Hello, I am bundling easyPHP with moodle(a CMS) using inno setup, and have run into a few problems. Most importantly regardless of how I change the HTTPD.conf file, I cannot access the apache server from other machines on the network. I can access it from the localhost perfectly. I think there is probably some config file that need to be modified besides that? I have set the permissions for the /www directory to the laxest possible to no effect. Here is an excerpt.
DocumentRoot "${path}/www"
#
# Each directory to which Apache has access, can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# permissions.
#
<Directory />
Options FollowSymLinks Indexes
AllowOverride All
</Directory>
Any Ideas? (The link for this question on the FAQ is dead 404 nevermore)
P.S
I have already installed an earlier version of Apache successfully and turned off my firewall, so that ain't it. Any help would be much appreciated.
Edited 2 time(s). Last edit at 01/10/2008 07:56PM by Tango.