Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
DevOps

Questions tagged [apache-httpd]

Ask Question

The Apache HTTP Server is a free and open-source cross-platform web server software, released under the terms of Apache License 2.0.

15 questions
Filter by
Sorted by
Tagged with
0votes
1answer
149views

Set the base path of an Apache proxy handler

I'm developing my application with 2 containers: apache and php-fpm.Apache serves requests, and delegates PHP execution to the php-fpm container in its vhost: <FilesMatch .php$> ...
amacrobert's user avatar
1vote
2answers
54views

What is a standard way to quickly deploy a LAMP installation with a virtual host and certbot?

Say I rent an IaaS environment and want to quickly deploy a LAMP installation with a virtual host and SSL certificate by Bash alone (no programs such as Ansible would be used).Is there some standard ...
beltazzar's user avatar
1vote
1answer
3kviews

How can I get client IP on apache insted of Docker container IP?

I've deployed a Matomo application using the official docker image. I'm trying to activate geolocalization (using a plugin) and it's not working.I can see that Matomo (apache) only gets the docker ...
Gigs's user avatar
  • 111
12votes
2answers
10kviews

What is the purpose of running PHP-FPM in its own container instead in the same container as apache2/nginx?

I'm fairly new to Docker so excuse any obvious ignorance or misunderstandings. That said, I've been coding and configuring web applications for a long time now. I have recently been dabbling with some ...
1vote
1answer
432views

GitLab pipeline stop at the stage of pulling an image from Docker hub

Description:I have created a test project to serve a simple HTML page with httpd:alpine image. The following are the parts of the repository:index.html:<html lang="en"><head>...
3votes
2answers
69views

Install apache on awa ec2 from locally installed ansible server on my laptop

I would like to install apache2 remotely on aws ec2 instance from my locally installed ansible server on my laptop. I have also the. pem key of the instance. Now what Ip need to put in /etc/ansible/...
Rajesh k's user avatar
1vote
1answer
1kviews

Jenkins deploy static web with Apache2

I have a static website that I would like to deploy to my Apache2 server using Jenkins. I think of 2 solutions: Should I change the workspace dir of Jenkins to /var/www/?Or should I copy all files ...
Black2910's user avatar
1vote
1answer
173views

Deploy dist file in docker file

How to write a docker file to deploy a dist file of an Angular Application In a server. I see most of them have used nginx as a server. Why is it so? Is there any specific reason I want it to be ...
Madan's user avatar
0votes
1answer
46views

What is the common term for Apache virtual hosts or Nginx block systems?

A webserver environment as with Apache or Nginx includes a type of file (or a file system) that I can call a webserver substrate; In Apache it is called a Virtual host and in Nginx I can call it a "...
user avatar
user5176
-1votes
1answer
96views

VAD (Vagrant-Ansible-Docker) stack for Ubuntu and Apache

I'm having trouble establishing a Ubuntu-LAMP environment with continuous integration - I feel lost from the different solutions out there and time and again I fear that my vanilla-Bash Ubuntu-LAMP ...
2votes
1answer
752views

Automating the creation of an Apache virtual-host file specifically

When I create new web applications on my up-2-date Ubuntu-LAMP with Apache 2.4.x environment, I create their virtual-host files this way:s_a="/etc/apache2/sites-available/"s_e="/etc/apache2/sites-...
user avatar
user5176
-3votes
1answer
327views

Ansible translation: Installing Apache + Certbot in Ubuntu

I currently have a doubt for my last line of code to make it work in Ansible, the code is the following:sudo apt-get updatesudo apt-get upgradesudo apt-get install apache2 python-letsencrypt-...
Brask's user avatar
1vote
1answer
3kviews

Apache container cant access php files mounted in /var/www/ - 403 error

I want to run my php website in a container with apache and php7 I am using this docker image : https://hub.docker.com/r/nimmis/apache-php7/I run Fedora so I enter the example command given in ...
pievalentin's user avatar
4votes
1answer
64views

How to give value in runtime for chef

I got stuck with a scenario where I need to provide runtime value while restarting/starting httpd service using Chef.I installed SSL certs where it asks password for every reload or start. I tried ...
pandey's user avatar
13votes
2answers
5kviews

Load balancing Nexus artifact repository

Load balancing Nexus is currently not supported by Sonatype, except by putting a Nexus instance in front of two with smart-proxying enabled or via a newer feature. Still, I gave it a shot, by ...

Hot Network Questions

more hot questions
Newest apache-httpd questions feed

[8]ページ先頭

©2009-2025 Movatter.jp