apache2.4 Questions
5
I had apache 2.4 already installed with xampp.I tried adding mod_wsgi using the steps mentioned here
But when I add the line
LoadModule wsgi_module modules/mod_wsgi-py34-vc10.so
Apache does no...
Mika asked 17/2, 2017 at 12:53
2
Solved
I have installed varnish and fallowed the exact instruction for setting it up, however, it is not working as expected.
My /etc/default/varnish setup is:
DAEMON_OPTS="-a :80 \
-T localhost:1234 \...
Tamberg asked 3/6, 2015 at 9:55
1
mpm_event is like mpm_worker except that mpm_event manages all (non-SSL) KeepAlive connections with a separate, dedicated thread rather than having each thread manage each individual connection. By...
Trubow asked 30/9, 2015 at 16:22
2
I have many VirtualHost and it seems that we need to do these two lines each time:
<VirtualHost *:80>
...
ServerName www.example.com
ServerAlias example.com
Is there a one-line solution...
Soudan asked 13/2, 2018 at 11:6
1
Solved
I'm running Laravel app on server (Ubuntu 16.04). I have an error
The stream or file "/var/www/mydomain.com/storage/logs/laravel.log" could not be opened: failed to open stream: Permission denie...
Homologate asked 29/1, 2018 at 16:50
6
i have problem in Apache 2.4 in Ubuntu 13.10.
I try to change Document Root to /home/fandi/public_html
And all working fine. But i try to create folder in my public_html/ i get an error like this :...
2
Solved
With Apache 2.4.26 using php-fpm 7.1.6, $_SERVER['SCRIPT_FILENAME'] (and $_SERVER['PHP_SELF']) is incorrect on a folder:
Apache 2.4.26:
/index.php
Apache 2.4.25:
/myfolder/index.php
What is ...
Drislane asked 20/6, 2017 at 15:34
7
Solved
I am trying to set ssl on local host i have follwed the http://madurad.wordpress.com/2014/04/25/redirect-http-to-https-with-wamp-server/ and many others but unable to get success. i stuck in the sy...
Scrunch asked 7/10, 2014 at 12:45
3
I'm quite a newbye in Telegram and I'm trying moving my first steps with it.
I've found a good tutorial here https://www.youtube.com/watch?v=hJBYojK7DO4: I've configured my Apache 2.4 with PHP an...
Geoffrey asked 27/10, 2015 at 20:49
1
I have tried to get all headers by using apache_request_headers(), $_SERVER, $_ENV and getallheaders().
I know that Apache 2.4 is dropping unknown headers for security reasons and tried to circum...
Scend asked 2/12, 2016 at 10:3
1
I am getting SSL handshake failures randomly when number of concurrent users increases. Though the number is not that big, with only 100 users or so SSL handshake keeps failing randomly.
I have set...
1
Im trying to set up a git server using git-http-backend and apache 2.4 I found this question about the same thing which was helpful, but I'm still reaching a point where I'm stuck.
I've installed ...
Diggings asked 2/12, 2016 at 4:9
4
Solved
I set an environment variable in httpd-vhosts.conf
SetEnv EARLY_VAR 1
I try setting special rules based on its value in .htaccess
<If "%{ENV:EARLY_VAR} == '1'">
SetEnv TEST_VAR if_branch...
Olsson asked 13/9, 2016 at 3:59
3
Solved
I'm trying to setup some VH in Apache 2.4.6 on CentOS 7 but without success since it's not working. This is what I've tried til now:
Since in /etc/httpd/conf/httpd.conf is this line Include conf....
1
I'm using apache for my system. Recently I received complaints from the client saying they unable to access the system. I remote to my server and checks my Apache and its working fine. I try to lau...
4
I have the following url to reset my password:
http://example.com/resetPassword/LtoyURJd5AYuP3KEGg4gx8fvUprT37LBQDlvhg22qjg=.eyJ0b2tlbiI6IiQyeSQxMCRMTlgzU29HdEdOaExsay5yQ1puQ2ZlZ1wvbVNcL09BMDV2Sjh...
Elamitic asked 14/12, 2015 at 13:19
2
Solved
I'm trying to set a test enviroment with apache 2.4 and php 5.5 on a vm with ubuntu 12.04, fist thing is to add the repositories
apt-add-repository ppa:ptn107/apache
apt-add-repository ppa:ondrej...
Disruptive asked 27/1, 2014 at 20:5
2
Solved
I have clean installed Mac OSX Yosemite but I cant configure the Apache 2.4 like I have always done on older OSX versions.
Here is what I want to do : set the "localhost" directory to "/Users/user...
Forbid asked 21/10, 2014 at 12:30
2
Solved
What is the best way to set up server caching on Apache 2.4?
I have searched the internet and found a few resources and tutorials specific to Apache 2.2 - but apache have dropped modules since 2.2...
3
I am creating a dummy handler for .php and .html files called helloworld. The handler contains this:
static int helloworld_handler(request_rec *r){
ap_rprintf(r, "hello world!");
return OK;
}
...
1
Solved
I have Apache 2.4 in front of Tomcat 7 (altough I think just the former matters here).
I need to redirect all the requests on a domain to the HTTPS port, but not those going to a specific folder:
...
Alisander asked 18/2, 2015 at 16:57
2
Good old regular expressions are driving me nuts.
I need to redirect all traffic in Apache 2.4 from HTTP to HTTPS, except for "/bt/sub/[a_few_endings]", using Redirect from mod_alias (can't use mo...
Vortumnus asked 16/10, 2014 at 8:40
3
Solved
I wanted to install apache 2.4 on my OS X Mavericks and having problem with ./configure and make.
Divorcee asked 8/2, 2014 at 11:17
2
Solved
I cannot fix the icons on Gitlab bring proxied by Apache 2.4. My failure may be because I am not using passenger (passenger provided its own set of problems that were much deeper), but I took all t...
1
Solved
I have an .htaccess file that looks like this:
AddDefaultCharset utf-8
AddCharset utf-8 .html
Order Allow,Deny
ErrorDocument 403 "Error 403 - Esta ubicación no es pública"
The file itself is en...
© 2022 - 2024 — McMap. All rights reserved.