skip to Main Content

Apache times out when starting and I cannot find any help from error logs

I am running (trying to) apache 2.4 on Rocky Linux 9.3. Here is my httpd.conf file. LoadModule authz_core_module /usr/lib64/httpd/modules/mod_authz_core.so LoadModule wsgi_module /usr/lib64/httpd/modules/mod_wsgi_python3.so LoadModule log_config_module /usr/lib64/httpd/modules/mod_log_config.so LoadModule access_compat_module /usr/lib64/httpd/modules/mod_access_compat.so LoadModule actions_module /usr/lib64/httpd/modules/mod_actions.so LoadModule alias_module /usr/lib64/httpd/modules/mod_alias.so LoadModule allowmethods_module /usr/lib64/httpd/modules/mod_allowmethods.so LoadModule auth_basic_module /usr/lib64/httpd/modules/mod_auth_basic.so…

VIEW QUESTION

Apache – PHP 8.1 won't engage

I'm on Ubuntu 22.10 and I've done a standard apache and php install with > sudo apt install apache2 and the default page appears at 127.0.0.1 on a browser. It works! Then I installed mySQL and starting it works >…

VIEW QUESTION

Using Apache for dynamic path file server

in Apache htaccess, is there a way to use parameters as sub folders, Without redirecting to the real URL? for example: https://example.com/folder1/folder2/a.jpg?version=small to https://example.com/folder1/folder2/small/a.jpg I have tried various things for this but it didn't work. for example: RewriteCond %{QUERY_STRING} ^version=([^&]+)…

VIEW QUESTION
Back To Top
Search