11 questions
0
votes
0
answers
34
views
Apache HttpCore 5.3.3 SSLContext Configuration Issue: Server Timeout with NeedClientAuth
I am encountering an issue with HttpServer from Apache HttpCore after upgrading the library from version 5.2.3 to 5.3. When client authentication (setNeedClientAuth(true)) is enabled and the ...
1
vote
1
answer
444
views
typo3 permissions issue
Since yesterday (nothing was changed) I Got the following error when I want to edit a page or add content.
Forbidden
You don't have permission to access this resource.
I'm logged in as backend admin ...
0
votes
1
answer
55
views
PHP: file functions (filesize, readile, unlink) don't work for file created by mysql
I have the following query (apache, php-7.4.33, mysql):
SELECT [blah] from [blah] INTO OUTFILE $tmpfile FIELDS TERMINATED BY ',' FIELDS TERMINATED BY '\n';
I am trying to download this from the ...
1
vote
0
answers
289
views
Can I mask password in Apache-httpd log files?
I am working on an issue where the password and username are being shown in the log files of an application. Whenever the application does a POST call, the log of the same gets stored in the httpd ...
0
votes
0
answers
416
views
Sticky Session is not working with Apache Http Server
I am using IBM HTTP Server (Which use internally Apache Http Server 2.4.)
http://docs.motechproject.org/en/latest/deployment/sticky_session_apache.html#:~:text=Sticky%20Session%20is%20a%20method,get%...
0
votes
1
answer
210
views
How to harmonize github pages for project with http-server?
Github pages (https://docs.github.com/en/pages) is an amazing tool for documenting your git hub project.
However, I am having a little trouble trying to use http-server (https://www.npmjs.com/package/...