apache Questions
2
I have searched and tried a lot of solutions here and all over Google. My situation is as follows.
I just don't want Apache to be running.
1) localhost leads to "It works!" page
2) The command s...
Mcferren asked 7/11, 2019 at 11:21
2
Solved
First off: this is no duplicate as the solution provided differs from any solution for similar questions and "[notice] child pid XXXX exit signal Segmentation fault (11)" in apache error....
Roundlet asked 23/2, 2019 at 11:50
3
Solved
when I try to restart the apache server I got following response.
Redirecting to /bin/systemctl start apache2.service
Failed to start apache2.service: Unit not found.
2
Solved
NotOLE2FileException: Invalid header signature; read 0x0000000000000000, expected 0xE11AB1A1E011CFD0
What I want to do is ask the user if they want to create a new or select an existing Excel workbook. Selecting an existing file is no problem. However I get an error saying "Your file appears not t...
Author asked 23/11, 2015 at 19:54
1
I`m using PHP on Windows since two weeks. Until now i don´t had any problems what so ever. But now i need to change something in my "php.ini" and i can´t do it because no file is loaded as a config...
9
Solved
I have a URL http://localhost/index.php?user=1. When I add this .htaccess file
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^user/(.*)$ ./index.php?user=$1
I will be now allowed to use...
Maxilliped asked 1/8, 2014 at 12:58
4
Using apache + php-fpm containers in docker-compose, I can't get the php-fpm container to display any errors.
docker-compose.yml
version: '3'
services:
php:
build:
context: ./php
ports:
- 9...
Forrestforrester asked 21/11, 2018 at 17:25
5
Solved
While I am starting apache server from laragon on windows I am getting this error:
The procedure entry point nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation could not be located in...
6
With the new WAMP, you have to create a virtual host site to see it in localhost development. Which I did, and it worked.
However, I just moved that website to a Live server, and I cannot, for the ...
3
Solved
How can i use RewriteMap directive in htaccess file?
When i put it there i get "RewriteMap not allowed here" error.
I know this error will disappear when put it in httpd.conf or virtualhost config...
Biodegradable asked 20/10, 2010 at 7:29
13
Solved
I'm having what appears to be a common problem but any solutions I've found don't seem to work for my case.
I'm trying to set up a virtual host so that I can access the public file of my Laravel in...
Transposition asked 30/1, 2018 at 3:10
3
Solved
I am using JDK1.8 with JDK Compilance JavaSE-1.7, Eclipse Luna, and Apache httpclient 4.4.1.
I am getting warning in Eclipse that sslcontextbuilder and SSLContexts are deprecated. What are alterna...
2
Solved
I'd like to allow scripts only from my local server with certain exceptions like jQuery etc., but be flexible to load external images.
I'm aware that there is a directive like
Content-Security-Pol...
Giamo asked 3/3, 2016 at 15:17
5
I'm doing infrequent development with Apache/PHP on my Windows machine so I've opted to run apache as a console process instead of a service. It would be nice if errors could be logged to the conso...
6
Since yesterday, when our Apache updated itself overnight, we started getting web responses saying 403 Forbidden. It looks like that encoding a "?" is not allowed anymore. The crazy thing...
Zn asked 10/7, 2024 at 8:31
2
Solved
This is essentially the same question as htaccess force https and redirect www to non-www, but no other subdomains (i.e., I want to configure Apache to redirect all non-HTTPS and/or "www" URLs to H...
Piapiacenza asked 3/9, 2016 at 5:57
6
Solved
How can I limit the size of Apache's access_log, and limit the number of archived logs it keeps?
Apache's access_log file rotates out into an archived copy around 1GB every few days. Where are the settings to control this? I'd like to be able to control both the max size and the number of arch...
5
Solved
How to fix this error in Termux?
Android 9 pie
u0_a197@localhost
/d/d/c/f/u/e/apache2> apachectl start
[Mon Feb 24 10:44:37.594174 2020] [php7:crit] [pid 27013:tid 508989617480] Apache is runni...
10
I have some Apache Parquet file. I know I can execute parquet file.parquet in my shell and view it in terminal. But I would like some GUI tool to view Parquet files in more user-friendly format. Do...
7
Solved
Bellow is my site directory structure:
htdocs/
My-Project/
public/
index.php
css/
img/
js/
src/
config.php
templates/
library/
I do not want any direct user access to any files inside...
Graehme asked 13/5, 2014 at 15:40
5
Solved
I have updated Apache today (to 2.4.56-1) and a load of .htaccess rewrites that used to work are now getting AH10411 errors, relating to spaces in the query. I'm struggling for a 'proper' solution....
Oppenheimer asked 9/3, 2023 at 12:0
3
Solved
I am getting lot of traffic to my php pages but without the variable $_SERVER['HTTP_HOST'] set.
This traffic is like 1 hit per second. I don't know what it could be, but for reducing server load i...
4
I am facing a quite weird behavior in my server.
I can upload any files smaller than 1MB without problem, but those that are bigger return me an error UPLOAD_ERR_CANT_WRITE == 7.
The tmp/ folder ...
5
Solved
I'm on a macosx lion. A service is up and running on localhost:8080.
This service is an apache + php packaged by entreprisedb.
How could I remove the autostart ?
11
Just tried accessing my localhost today, but it doesn't work. I worked yesterday, but I believe it's because my Mac crashed. I've tried started httpd again with brew services start httpd. This resu...
Liddie asked 7/12, 2021 at 20:51
1 Next >
© 2022 - 2025 — McMap. All rights reserved.