RE: Output multiple logs in different formats
Apache Lounge
by Stray78
2h ago
you can also not log specific files also. <IfModule log_config_module> # # Don't log these files! # SetEnvIf Request_URI \.jpg$ dontlog SetEnvIf Request_URI \.js$ dontlog SetEnvIf Request_URI \.css$ dontlog SetEnvIf Request_URI \.png$ dontlog SetEnvIf Request_URI \.gif$ dontlog SetEnvIf Request_URI \.ico$ dontlog #SetEnvIf Request_URI \.php$ dontlog #SetEnvIf Request_URI \.htm$ dontlog #SetEnvIf Request_URI \.html$ dontlog SetEnvIf Request_URI \.ttf$ dontlog SetEnvIf Request_URI \.woff2$ dontlog #SetEnvIfNoCase Request_URI ^woff2$ dontlog SetEnvIf Request_URI "fontawesome-webfont" dontl ..read more
Visit website
RE: Help installing
Apache Lounge
by Stray78
2h ago
I have used the PHP module since 2005 with no problems. It is right on line 21 of the config file... I would try front slashes, like so. LoadModule php8_module "E:/php8/php8apache2_4.dll" "# NOTE: Where filenames are specified, you must use forward slashes # instead of backslashes (e.g., "c:/apache" instead of "c:\apache"). # If a drive letter is omitted, the drive on which httpd.exe is located # will be used by default. It is recommended that you always supply # an explicit drive letter in absolute paths to avoid confusion." Topic Replies: 5 ..read more
Visit website
RE: Help installing
Apache Lounge
by DnvrSysEngr
2h ago
Hi Mathman: As many on this site will tell you, best to use Mod_FCGId instead of the PHP module/dll. Here is an article that will get you started. https://www.apachelounge.com/viewtopic.php?p=42104 For more help, search this site for mod_fcgid. Cheers! --S Topic Replies: 5 ..read more
Visit website
RE: Help installing
Apache Lounge
by mathman
6h ago
HI, I am putting here a portion of the httpd.conf there looks like I might have a problem with my httpd.conf php file. I am getting an errror message on the line that says LoadModule line. AddHandler application/x-httpd-php .php AddType application/x-httpd-php .php .html LoadModule php8_module "E:\php8\php8apache2_4.dll" PHPIniDir "E:\php8" DirectoryIndex index.php Topic Replies: 3 ..read more
Visit website
RE: Help installing
Apache Lounge
by mathman
6h ago
I am back to having a running version of apache. In the services area I cannot start apache. And yet is I type in localhost it works. So I need some help with this. Thanks Topic Replies: 3 ..read more
Visit website
RE: Help installing
Apache Lounge
by mathman
6h ago
It is fixed. Topic Replies: 3 ..read more
Visit website
Help installing
Apache Lounge
by mathman
11h ago
HI, I have been trying to install apache on my computer. I am in the bin directory. I tried httpd.exe -k install, I also tried httpd -k install. All I get are errors. If you want the error info here it is: Suggestion [3,General]: The command httpd was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\httpd". See "get-help about_Command_Precedence" for more details. PS E:\apache24\bin> httpd httpd : The term 'httpd' is not recognized as the name of a cmdlet, functi ..read more
Visit website
Help installing
Apache Lounge
by mathman
11h ago
HI, I am having trouble with installing apache. I get errors. I typed httpd -k install and I just get errors. Can anyone help? Mark Topic Replies: 0 ..read more
Visit website
RE: Wampserver addons & applications
Apache Lounge
by Otomatic
11h ago
Hi, - MySQL 8.0.37 64bit https://wampserver.aviatechno.net/files/mysql/wampserver3_x64_addon_mysql8.0.37.exe - MySQL 8.4.0 64bit https://wampserver.aviatechno.net/files/mysql/wampserver3_x64_addon_mysql8.4.0.exe Topic Replies: 27 ..read more
Visit website
RE: How to update Apache HTTPD on Linux CentOS?
Apache Lounge
by man_of_culture
15h ago
Thank you for your reply. It helped me make the decision not to try anything, as there is software that has been in use since 2020 that is very specific. The operating system and most of the installed packages won't be able to be updated because the 'specific software' hasn't been updated for a while because of a matter of contracts between institutions and companies, but it is still used. I wanted to try to mitigate vulnerabilities by updating Apache and other packages, but I can see that it's too risky. I'll think about it more, thanks. Topic Replies: 2 ..read more
Visit website

Follow Apache Lounge on FeedSpot

Continue with Google
Continue with Apple
OR