Skip to main content

Questions tagged [apache-modules]

Apache modules extend the Apache opensource HTTP server core functionality for special purposes.

apache-modules
0 votes
0 answers
10 views

Disable script caching in Passenger / mod_passenger?

My web host supports Phusion Passenger in Apache via mod_passenger; I'm using it to trial some basic Python WSGI scripts. During development, is there some way I can just tell Passenger (or ...
JD Rogers's user avatar
1 vote
0 answers
26 views

Using apache mod_slotmem_shm module for caching in C

I am currently working on a Proof of Concept (POC) project where I aim to utilize Apache's **mod_slotmem_shm ** module for caching data in the shared memory of Apache and subsequently accessing this ...
TKS's user avatar
  • 11
0 votes
0 answers
75 views

Apache ap_get_brigade() do loop necessity

The Apache Modules Book has the following piece of code in it: apr_status_t status; int end = 0; apr_size_t bytes, count = 0; const char *buf; apr_bucket *b; apr_bucket_brigade *bb; /* OK, we have ...
Ernie Sanderson's user avatar
1 vote
2 answers
172 views

how to use multiple dll in apache created with delphi on 2 different ports

I have created 2 apache dll using delphi and this guide: https://docwiki.embarcadero.com/RADStudio/Sydney/en/DataSnap_REST_Application_Wizard_for_Windows then I tried installing the first on apache ...
lorife's user avatar
  • 391
1 vote
1 answer
141 views

How to get module name in log line via ap_log_error in a Apache Module in C?

Would like to get more detail into my error log lines from my apache module. Currently am using this to log a bad request: ap_log_error(APLOG_MARK, APLOG_ERR, 400, r->server,"error msg"); ...
Dan's user avatar
  • 2,361
1 vote
1 answer
167 views

Apache Custom Module permission issue with calling Libipset

I'm working on an apache module that can check the libipset API to test if an IP is in a list. This is being used as a backup firewall for proxied connections. I've managed to get everything working ...
Gnosis's user avatar
  • 33
0 votes
1 answer
3k views

Apache 2 cannot successfully load module?

We have an older ubuntu 14 server that is currently working and has apache2 running on and I'm attempting to install an open idc module to get SSO working at our company. I know...Ubuntu 14 is old, ...
benishky's user avatar
  • 961
2 votes
1 answer
855 views

Apache Proxy Server Removing Double Slashes

Have configured thumbor on my server as a self hosted CDN. However any URL I pass through it has its double slashes merged and as a result I get an error 400. I am using apache2.4 as a reverse proxy. ...
kevin mugwe's user avatar
0 votes
1 answer
37 views

Notify module to cleanup before FreeLibrary of Module DLL

Does Apache Web server notify a module in any way that it is about to unload the module? On Windows I am looking for a way to do some cleanup inside a Module DLL before the DLL is unloaded because of ...
Blurry Sterk's user avatar
  • 1,595
1 vote
1 answer
4k views

Apache: incap_ses_* cookie is Secure but not HttpOnly, whereas visid_incap_* have both flags

I have an Apache server that hosts a Wordpress webpage. I modified my mod_headers to set the Secure and HttpOnly flag to all the cookies. My configuration is as follows: <IfModule mod_headers.c> ...
Jacobo's user avatar
  • 1,371
1 vote
0 answers
2k views

Can't enable apache mod_proxy module on mac os x

Trying to enable proxy module for apache on the mac os x system (latest version - catalina 10.15.5). However, after uncommenting the lines LoadModule proxy_module modules/mod_proxy.so LoadModule ...
Avag Sargsyan's user avatar
0 votes
0 answers
34 views

How to I close an apache2 process when my execution is complete in php

I have a simple code which is as follows: <?php require( 'config.php' ); if (isloggedin()) { echo 1; } else { echo 0; } I call above file via ajax after every 10 seconds <script > ...
Surinder's user avatar
  • 425
0 votes
1 answer
1k views

Uncaught Error: Class 'mysqli' not found on Windows 10 with Apache 2.4, PHP 7.4

System/Software: Windows 10 Pro 64 bit, Version 1909 httpd-2.4.43-win64-VS16 php-7.4.5-Win32-vc15-x64 mysql-installer-web-community-8.0.20.0 PHP Script if (!function_exists('mysqli_init') &&...
Dennis's user avatar
  • 8,069
0 votes
1 answer
334 views

Run ColdFusion 9.02 on Apache 2.4 x64

I've inherited an application server which I need to maintain/upgrade. It's currently running Windows Server 2008R2, ColdFusion 9.02 32-bit and Apache 2.4 32-bit. Because I want to upgrade/debug/alter ...
GunterO's user avatar
  • 389
0 votes
2 answers
3k views

Apache doesn't execute perl scripts

I'm using Mac Os High Sierra 10.13.06. I followed this guide https://discussions.apple.com/docs/DOC-12034, but couldn't make my perl script work. The browser just offers to download it. I also tried ...
LancerRevolutionX's user avatar

15 30 50 per page
1
2 3 4 5
13