Skip to main content
The 2024 Developer Survey results are live! See the results

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

apache
0 votes
0 answers
16 views

Java orc-tools-2.0.1 can't use this version

I saw new version of hadoop and orc-tools libraries, so I decided to update my project. There are my new libraries: implementation group: 'org.apache.hadoop', name: 'hadoop-hdfs', version: '3.4.0' ...
LukiBoy's user avatar
-1 votes
0 answers
20 views

Cannot Serve Coldfusion page "Service Unavailable" [closed]

I just got a new macbook, and was able to install apache via homebrew and serve webpages. I installed ColdFusion 2023 in Developer mode, connected CF to apache using the wsconnector. It is not serving ...
PhillipG's user avatar
-1 votes
0 answers
12 views

Hot to use my-httpd.conf outside the container so that I dont need to re-build image if my-httpd.conf is updated? [closed]

I'm tring to build a image based on httpd:2.4 with my own httpd.conf(my-httpd.conf), on offical document, it gives below steps, but re-build image is needed if my-httpd.conf is updated. Dockerfile ...
user21497424's user avatar
0 votes
0 answers
22 views

htacess rewrite directory inside directory

On my server the domain "domain.com" points to "/docroot/" I would like to rewrite all requests from "domain.com/example1" to get files and directories located in: "/...
ferqusanga's user avatar
0 votes
0 answers
7 views

Quickly view Tomcat and Apache port configurations

I have come up with the following brief Bash script in an effort to quickly view port configurations from Apache and Tomcat on a RHEL or CentOS Application Server I am familiar with, but would like to ...
Paul White's user avatar
0 votes
0 answers
15 views

Can't start httpd in container

I'm tring to create and run httpd2.4 image, get error "/usr/local/bin/httpd-foreground: 7: exec: httpd: not found" when run the image, Dockerfile content: FROM httpd:2.4 #delete default ...
user21497424's user avatar
0 votes
0 answers
16 views

When issuing a certificate from the certbot, an error occurs [closed]

I'm trying to issue a certificate using the command certbot --apache and it gives me this error certbot --apache Saving debug log to /var/log/letsencrypt/letsencrypt.log Which names would you like to ...
0 votes
0 answers
21 views

Hosting strategies for python django rest api very light weight applications in production environment?

I am currently hosting python web services on apache server with mod_wsgi in daemon mode. Every thing is fine until, I have added a new virtualhost or changed existing virtualhost becuase when I have ...
RajKumar's user avatar
0 votes
1 answer
38 views

Unable to make a remote api call to flask app(for MySQL connection) inside my apache server

I have an apache server running on Alma Linux. I have the flask code setup to accept API calls from remote connections. So my API call hits the flask which then connects to MySQL database. When I try ...
Yash Khasgiwala's user avatar
0 votes
0 answers
14 views

Yet another .htaccess RewriteRule Condition not being met

This is the baseurl "http://tkrn.io/u/tkrn/1337test.exe" and I'm looking to rewrite it to "http://files.tkrn.io/tkrn/1337test.exe" RewriteEngine On RewriteRule ^u\/(.*)$ http://...
tkrn's user avatar
  • 606
0 votes
0 answers
20 views

Apache redirect infinite loop

I want to have a redirect from https://example.com/app/my.page to https://example.com/app/my.page?login=INTERNAL but unfortunately I go into an infinite loop I have some staging script for httpd.conf ...
Viper's user avatar
  • 21
0 votes
0 answers
36 views

Word press wp-admin redirecting to aws lb

We've hosted word press on AWS EC2 instance (Private subnet), and it's attached to AWS application load balancer(Internet facing), then it's attached to AWS cloud front, our website is pointing to AWS ...
Antham's user avatar
  • 41
0 votes
1 answer
26 views

Run docker compose build --no-cache return error unix:///.supervisor.sock no such file

Im trying to buld a docker img with php8 and apache, but when restart apache in the line RUN service apache2 restart, return this error , this is dockerfile: FROM webdevops/php-apache:8.2 # we need ...
Jordi Tomàs Molina 's user avatar
0 votes
1 answer
16 views

ModRewrite rule - Skip if the selector is not present

I have a situation where I need to write urls with and without selectors seperately. for example the URI /feeds/mydata.json should go to /content/feeds/mydata/app.json the URI /feeds/mydata.sale.json ...
Vishal--JAVA--CQ's user avatar
1 vote
2 answers
80 views

Cannot Access Laravel Public Folder in Live Ubuntu Server

Problem: I can't access all file in public folder, but when i'm in index.php there is no problem. I've just provide my index.php screenshot, there is some asset(image,css,js) that's not loaded, when ...
Andikatama's user avatar

15 30 50 per page
1
2 3 4 5
6162