
LoadModule auth_basic_module modules/mod_auth_basic.so LoadModule asis_module modules/mod_asis.so LoadModule allowmethods_module modules/mod_allowmethods.so LoadModule alias_module modules/mod_alias.so LoadModule actions_module modules/mod_actions.so LoadModule access_compat_module modules/mod_access_compat.so # LoadModule foo_module modules/mod_foo.so # Statically compiled modules (those listed by `httpd -l') do not need # directives contained in it are actually available _before_ they are used. # have to place corresponding `LoadModule' lines at this location so the # To be able to use the functionality of a module which was built as a DSO you # prevent Apache from glomming onto all bound IP addresses. # Change this to Listen on specific IP addresses as shown below to # Listen: Allows you to bind Apache to specific IP addresses and/or # mutex file directory is not on a local disk or is not appropriate for some # Uncomment and change the directory if mutexes are file-based and the default # for individual mutexes, or change the global defaults # Mutex: Allows you to set the mutex mechanism and mutex file directory # same ServerRoot for multiple httpd daemons, you will need to change at # Mutex directive, if file-based mutexes are used. # ServerRoot at a non-local disk, be sure to specify a local disk on the # Do not add a slash at the end of the directory path. # configuration, error, and log files are kept. # ServerRoot: The top of the directory tree under which the server's # an explicit drive letter in absolute paths to avoid confusion. # If a drive letter is omitted, the drive on which httpd.exe is located # instead of backslashes (e.g., "c:/apache" instead of "c:\apache"). # NOTE: Where filenames are specified, you must use forward slashes # will be interpreted as '/logs/access_log'. # server as "/usr/local/apache2/logs/access_log", whereas "/logs/access_log" # with ServerRoot set to "/usr/local/apache2" will be interpreted by the # with "/", the value of ServerRoot is prepended - so "logs/access_log" # of the server's control files begin with "/" (or "drive:/" for Win32), the # Configuration and logfile names: If the filenames you specify for many # Do NOT simply read the instructions in here without understanding # for a discussion of each configuration directive. # configuration directives that give the server its instructions. # This is the main Apache HTTP server configuration file.

# When using Apache 2.4, use this line (without the "# ") # When using Apache 2.2, use the following line (without the "# ") Not sure why the Proxy mentions port 8009 and not 8888 since it doesn’t work with 8009 but does work with 8888
#XAMPP APACHE ERROR ENTRY POINT NOT FOUND CODE#
Here’s the proxy code if you care to look at it and point me along the right path. This “seems” to be a problem with the ProxyĬode in apache nf but I’ve tried evry method I could find on Google and at this web site but the problem persists…ME !!! (uninstalled everything again then rebooted computer and reinstalled and changed the settings I believe I need to change etc) So after several hours of Googling and looking at logs and trying different things, I made it back to square one. Please note in both cases, I obscured the actual Shared Key for security purposes.

LoadModule proxy_ajp_module modules/mod_proxy_ajp.so

LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so The following lines of interest are uncommented in the nf file > ModCFML_SharedKey "My unique shared key taken from server.xml is here" > LoadModule modcfml_module modules/mod_cfml.so Here is the Proxy section of my Apache nf > Still I’m getting 403 Forbidden errors or blank pages unless I explicitly add the :8888 I have reached the end of my ability to explore and diagnose or correct this problem (I’ve tried everything I know of) I am unable to get my Apache2.4, Tomcat Lucee iinstall to work properly unless I manually add :8888 after the host in every request to the server. I am wondering if I need be concerned with Boncode settings or configuration if I am not using IIS ?
