When controlling access to specific files via Allow/Deny, and not using
or , and putting in different .conf files, does the order
of the conf files matter?
In other words …
aaa-block.conf has …
Order Deny,Allow
Deny from All
…
zzz-block.conf has …
Order Deny, Allow
Deny from all
Hi Yehuda;
I know for sure it’s reading the non ssl configuration files, because all they
do is forward to the SSL URL and that works and it’s reading the ssl.conf file
that I just append the virtual host definition at the end of the file.
I’m going to try your suggestions see what I get
Are any errors shown in the httpd logs?
Is httpd actually reading the files you create in the conf.d directory? I
sometimes check that by putting gibberish in the config file and then
running `httpd -t` to test the configuration.
What is the actual Include directive in httpd.conf that includes th
You should probably ask this on a Codeigniter help list or forum. This does
not appear to be an issue with Apache HTTPD.
- Y
On Fri, Jun 9, 2017 at 1:54 PM, Paul Claridge
wrote:
> Hi Team, I have been battling this for several weeks now and am completely
> stumped, so I am hoping for some inspi
I hope for my first question my questions isn't too stupid but I haven't
been able to figured out my problem. My problem is I have about 10 virtual
domains under the conf.d (Centos 6) directory with Apache HTTPD 2.2. SSL
(only) virtual hosts don't work if I used individual configuration files to
d
Hi Team, I have been battling this for several weeks now and am
completely stumped, so I am hoping for some inspiration!
We are using standard ubuntu 14.02 lamp stack, but reverted back to
php5.
We use backlevel Codeigniter framework (v2).
My latest task is to integrate Paypal Express checko
While trying to set a conditional parameter for the OpenIDC apache module, it
seems the directive is not being respected at run-time. For example:
Define locale1 fr-FR
Define locale1 en-UK
OIDCAuthRequestParams locale=${locale1}
The value of locale is set to en-UK. Have tried
Hi,
2017-06-09 17:42 GMT+02:00 Kalyana sundaram :
> Does each apache2.4 child processes maintain their own opcache or is there
> a global opcache shared by all children?
>
if you are talking about a prefork model with mod_php then I'd say that the
opcache is one per children and not shared.
Luc
Does each apache2.4 child processes maintain their own opcache or is there
a global opcache shared by all children?
--
Kalyanasundaram
http://blogs.eskratch.com/
https://github.com/kalyanceg/