Skip to main content

Questions tagged [apache]

Use this tag (along with an appropriate programming-language tag) for programming questions relating to the Apache HTTP Server. Do not use this tag for questions about other Apache Foundation products. Note that server configuration questions are usually a better fit on https://serverfault.com

0 votes
0 answers
5 views

Mac OS apache and php inconsistency issues, PHP unable to see or read directory

so this is my first try here to get some answers to a (seemingly) illogical problem. I'm trying to trouble shoot an installation of Apache and PHP via Homebrew on my Mac OS 14.4.1 Background: I want ...
4 votes
4 answers
24k views

Unknown service zeus-admin running on my server

I used nmap to check which ports are open on my server it showed PORT STATE SERVICE 9090/tcp open zeus-admin now port 9090 is supposed to listen for apache tomcat. What is this zeus-...
0 votes
1 answer
16 views

Can I have a custom apache module use different values for variables based upon Directory directives in the conf file?

I have a custom apache module written in C. It's job is to take the information from the api and send it to a server listening on a specific host/port and return the resulting json. I set the host/...
0 votes
0 answers
460 views

Apache server doesnt accept https request from f5

When I try to perform a health check from F5 to reverse proxy, it fails and there are no errors in the error_log but only the following in the access_log. XX.XXX.XX.X - - [11/Feb/2020:12:40:00 -0700] &...
0 votes
0 answers
6 views

Apache NiFi custom processor runtime environment error

I am using NiFi 2.0 that supports python scripts directly from a working directory, after I add my custom processor to the canvas, an error "Processor invalid because initializing runtime ...
4 votes
1 answer
1k views

What is the relationship between php-cgi and php-fpm?

When we use nginx as webserver, we also use php-fpm. If we use apache or lighttpd, we talk more about php-cgi. So, what is the relationship and difference between php-cgi and php-fpm?
1 vote
1 answer
59 views

Why does Directory work with RewriteRule, but DirectoryMatch fail?

The DirectoryMatch directive generally works fine for me. However, when combined with RewriteRule, it can fail. And I don't understand why. Now, I'm not asking for a workaround which would avoid the ...
0 votes
1 answer
18 views

Compare two backreferences in RewriteCond

This is the old URI pattern /release-(\w+)/(\w+)/(.*), where first and second regex pattern are always the same, with the following examples: /release-foo/foo/(.*) /release-bar/bar/(.*) etc They are ...
1 vote
0 answers
235 views

Connect to WSS without port

I have wss:// connection: https://barykin-pin-up.ru/mqtt/ - it works good. But My /etc/mosquitto/mosquitto.conf: pid_file /var/run/mosquitto.pid persistence true persistence_location /...
3 votes
1 answer
4k views

Comfiguring Apache for socket.io and SSL / WSS

As the title suggests, I'm trying to get Apache and Socket.io (node.js) to play nicely, especially on SSL. Currently, the client app at https://www.example.com uses Socket.io over SSL to connect to ...
0 votes
0 answers
552 views

ZeroMQ Websockets with SSL through CERTBOT

I have a server-side application that hosts a https secure webpage on port 443, and also needs to host two additional websockets. One of the websockets will be communicating to "workers" I program ...
6 votes
1 answer
5k views

Apache: Proxy websocket wss to ws

Does anyone know how can i proxy wss connection to ws? For example: ProxyPass "wss://" "ws://"
1 vote
3 answers
1k views

Laragon downgrade PHP version to 7.2 and apache return error

I installed a new PHP version in my Laragon from PHP 8.1 to PHP7.2 but it return an error about Visual C++ packages. even though I have the package installed in my computer. Anyone know experience ...
11 votes
12 answers
9k views

Apache/Tomcat error - wrong pages being delivered

This error has been driving me nuts. We have a server running Apache and Tomcat, serving multiple different sites. Normally the server runs fine, but sometimes an error happens where people are ...
1 vote
0 answers
19 views

How To Allow Popup Ads Only On Certain Website Pages Using .htaccess File

As a webmaster I would like to exclude popup ads on certain specific webpages on my website whos url ends with a particular string. Example : https://mywebsite/some-slug-variable/?gallery=submit I am ...

15 30 50 per page
1
2 3 4 5
6167