apache2.4 Questions
3
Solved
On my website I have an /upload dir. And I don't want people to see a list of the content in the dir (the files in it can still be viewed) - so to me the following error message is not an error.
I...
Glockenspiel asked 19/1, 2017 at 13:12
20
Solved
stream_socket_enable_crypto(): SSL operation failed with code 1.
OpenSSL Error messages: error:14090086:SSL
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Im using Laravel 4.2, ...
Couteau asked 31/5, 2015 at 11:19
32
Solved
I get this error when trying to access localhost via a browser.
AH01630: client denied by server configuration
I checked my site folder permissions using:
sudo chmod 777 -R *
Here is my confi...
8
Solved
I am using
Windows10 64 bit
Apache 2.4.25 (Win64)
PHP 7.1.0-Win32-VC14-x64
when i try calling curl_init() function, i get an error saying "Call to undefined function curl_init()"
tried following
...
Hypotrachelium asked 24/1, 2017 at 5:56
6
I have such virtual host settings
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
<FilesMatch \.php$>
SetHandler "proxy:unix:/var/run/php/php5.6-fpm....
Quito asked 13/10, 2019 at 16:20
4
I am doing an online course from coursera where they tolm me to install phpmyadmin.
NOW I am a total beginner in this thing so I am not able to do much research upon that and now somehow, after I ...
Machos asked 29/8, 2020 at 16:30
3
Solved
Encounter an error when using djangocms publishing page changes.
when I ran tail -f /var/log/apache2/error.log, it returned:
treebeard.exceptions.NodeAlreadySaved: Attempted to add a tree node that...
Colony asked 24/3, 2021 at 8:6
5
Solved
For some reasons unknow to me, Apache is crashing.
This is the apache log at the moment of the crash:
[Sat Jun 02 02:38:05.196006 2018] [mpm_prefork:emerg] [pid 1122] (43)Identifier removed: AH00...
Brougham asked 2/6, 2018 at 1:44
2
We have our development website password protected with htaccess and htpasswd. We have REST API on our dev website and we are able to bypass the password protection when we are not using any author...
Mcgaw asked 13/2, 2018 at 14:41
3
I have a server with 2 Magento sites running simultaneously. Site 1 works fine under SSL, while site 2 returns an error whenever I visit it.
I tried to test the website using cURL:
curl -v https:...
1
Solved
I've a production react app (contents of the build folder) in /var/www/my_webpage/
This is my virtual host config
<VirtualHost *:80>
ServerName www.domain.com
ServerAlias domain.com
Docum...
Dodecasyllable asked 7/5, 2021 at 6:20
4
I have this setup in a debian: apache 2.4 proxy_fcgi and php-fpm (v5.5). In my virtualhost file i have:
<VirtualHost *:80>
DocumentRoot /var/www/html
ProxyPassMatch ^/(.*\.php(/.*)?)$ unix:/...
Pentecost asked 18/4, 2014 at 21:35
5
I'm on Windows 7, using PHP Version 5.6.14 on Apache 2.4 and I'm trying to access to a SQLite3 database.
I'm obtaining ....
Fatal error: Class 'SQLite3' not found
Here you're a simple php code ...
6
I'm setting up a new web server using Ubuntu 14.0, following the instructions here for creating virtual hosts, however my single additional virtual host always loads the default site (/var/www/html...
Hewitt asked 16/9, 2014 at 12:47
9
Solved
I am trying to proxy a subdirectory to another server. My httpd.conf:
RewriteEngine On
ProxyPreserveHost On
RewriteRule .*subdir/ https://anotherserver/subdir/ [P]
The problem is that Apache is ...
Borgerhout asked 29/5, 2014 at 11:11
0
After unzip the tomcat9 package available on tomcat.apache.org, and have the mod_jk configured to this:
workers.tomcat_home=/opt/apache-tomcat-9.0.34
workers.java_home=/opt/jdk-13
ps=/
worker.lis...
2
I'm using mod_proxy_fcgi with apache 2.4 on a debian Jessie with my C++ application which does ServerSentEvents with libfcgipp.
My problem is, that apache still buffers my response data. I confirm...
3
Solved
I am trying to create a local environment in Linux/Ubuntu.
I have install Apache 2.4.7 (using apt-get).
I have changed my /etc/hosts to this:
127.0.0.1 example.dev
127.0.0.1 localhost
...
I al...
Bynum asked 26/11, 2014 at 22:48
6
Apache throws the following errors after attempting to set up ssl certificates:
[ssl:emerg] [pid 30907] AH02572: Failed to configure at least one certificate and key for localhost:443
[ssl:emerg] ...
Trumpet asked 6/1, 2015 at 22:2
4
Solved
I have been searching the web for quite some time, but I could not found how to completely remove the apache 2.4 .
Using :
Windows 7
c:\apache24\
I've tried all commands, but nothing works.
http...
Cholesterol asked 31/1, 2016 at 9:28
0
Update 3: This problem from 9 months ago persists with Laravel 5.8 and Postgresql 11 on Windows 10 in a Laragon environment and Apache 2.4 on an Ubuntu machine. Does the Eloquent Model instance del...
Intelligence asked 10/1, 2019 at 14:6
2
Solved
I'm configuring my Django app to email me errors (exceptions).
Normally no problem - but my email is hosted on Office 365, and it seems that Microsoft is automatically scanning and loading URLs wi...
1
Solved
I'm running a private docker-registry v2 with the following docker-compose.yml file:
registry:
restart: always
image: registry:2
ports:
- 5000:5000
environment:
REGISTRY_HTTP_TLS_CERTIFICATE...
Lamm asked 20/10, 2018 at 12:42
1
I'm configuring an Apache 2.4.9 with php-fpm 5.5.9 in my Ubuntu 14.04. What I want is to make a balancer for the php-fpm requests but It throws the following error:
AH01071: Got error 'Primary scr...
Barajas asked 15/6, 2014 at 13:1
3
What am I doing wrong?
This is my config on /etc/apache2/sites-enabled/hello-world.conf
<VirtualHost *:80>
ServerName hello-world
DocumentRoot "/home/carlos/dev/github/hello-world/public"...
Ambi asked 5/4, 2018 at 4:17
1 Next >
© 2022 - 2024 — McMap. All rights reserved.