Welcome Guest, Not a member yet? Register   Sign In
Fresh install won't run
#22

(This post was last modified: 07-11-2024, 03:23 AM by bogus.)

I guess you want to see the part of the configuration file where modules are loaded.
And yes of course it makes sense that C I isn't the issue...

This would be something like this:

Code:
# -- Dynamic Shared Object (DSO) Support ------------------------------------- #
# NOTE: Further modules can be found in '/etc/httpd/modules'.

# --- Authentication --- #
LoadModule access_compat_module modules/mod_access_compat.so

... snip

#--- PHP --- #
# https://wiki.archlinux.org/index.php/Apache_HTTP_Server#PHP
#LoadModule php_module modules/libphp.so

# --- URL, header and file control/manipulation/redirections --- #
LoadModule alias_module modules/mod_alias.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule dir_module modules/mod_dir.so
#LoadModule userdir_module modules/mod_userdir.so

# Apache 1.3.6 up replaced mod_rewrite with
LoadModule vhost_alias_module modules/mod_vhost_alias.so

# But for codeigniter 4.5.3 or higher we still need it
LoadModule rewrite_module modules/mod_rewrite.so
The only absolute knowledge attainable by man is that life is meaningless. (Tolstoi)
Reply


Messages In This Thread
Fresh install won't run - by bogus - 07-07-2024, 11:36 PM
RE: Fresh install won't run - by ozornick - 07-08-2024, 03:14 AM
RE: Fresh install won't run - by bogus - 07-09-2024, 12:25 AM
RE: Fresh install won't run - by ozornick - 07-12-2024, 01:08 AM
RE: Fresh install won't run - by ozornick - 07-09-2024, 03:58 AM
RE: Fresh install won't run - by bogus - 07-09-2024, 07:34 AM
RE: Fresh install won't run - by JustJohnQ - 07-09-2024, 08:44 AM
RE: Fresh install won't run - by captain-sensible - 07-09-2024, 09:28 AM
RE: Fresh install won't run - by bogus - 07-10-2024, 12:31 AM
RE: Fresh install won't run - by kenjis - 07-10-2024, 01:04 AM
RE: Fresh install won't run - by bogus - 07-10-2024, 01:17 AM
RE: Fresh install won't run - by kenjis - 07-10-2024, 02:08 AM
RE: Fresh install won't run - by bogus - 07-10-2024, 04:21 AM
RE: Fresh install won't run - by kenjis - 07-10-2024, 04:32 AM
RE: Fresh install won't run - by bogus - 07-10-2024, 04:59 AM
RE: Fresh install won't run - by bogus - 07-10-2024, 12:06 PM
RE: Fresh install won't run - by kenjis - 07-10-2024, 06:06 PM
RE: Fresh install won't run - by bogus - 07-11-2024, 01:14 AM
RE: Fresh install won't run - by ozornick - 07-11-2024, 01:22 AM
RE: Fresh install won't run - by kenjis - 07-11-2024, 01:29 AM
RE: Fresh install won't run - by bogus - 07-11-2024, 01:50 AM
RE: Fresh install won't run - by kenjis - 07-11-2024, 02:14 AM
RE: Fresh install won't run - by captain-sensible - 07-11-2024, 12:06 PM
RE: Fresh install won't run - by bogus - 07-11-2024, 03:20 AM
RE: Fresh install won't run - by bogus - 07-11-2024, 10:23 AM
RE: Fresh install won't run - by bogus - 07-11-2024, 11:41 PM
RE: Fresh install won't run - by kenjis - 07-12-2024, 01:23 AM
RE: Fresh install won't run - by captain-sensible - 07-12-2024, 02:03 AM
RE: Fresh install won't run - by kenjis - 07-12-2024, 02:23 AM
RE: Fresh install won't run - by captain-sensible - 07-12-2024, 02:58 AM
RE: Fresh install won't run - by InsiteFX - 07-12-2024, 02:59 AM



Theme © iAndrew 2016 - Forum software by © MyBB