I want to redirect all the inside network IPs to an error page except some IPs,
A condition like this:
if ( IP_from_Network = 192.168.1.0 and ((IP != 192.168.1.4) or (IP !=
192.168.1.5) or (IP != 192.168.1.6)) )
{
redirect to an error page
}
so I' trying to achieve this using RewriteEngine:
R
On 06/08/2014 21:38, motty cruz wrote:
Thanks, I created index.php with the following:
when I go to localhost, it download file.
I don't get an error,
Well I don't know what it means "it download file" because that small
file is not supposed to download anything but it should show someth
Did you install from ports or packages?
Post /var/log/httpd-error.log and /usr/local/etc/apache24/httpd.conf
On 08/06/2014 03:38 PM, motty cruz wrote:
> Thanks, I created index.php with the following:
> phpinfo();
> ?>
>
> when I go to localhost, it download file.
>
> I don't get an error,
Thanks, I created index.php with the following:
when I go to localhost, it download file.
I don't get an error,
Thanks again,
On Wed, Aug 6, 2014 at 12:04 PM, Jeff Trawick wrote:
> On Wed, Aug 6, 2014 at 1:07 PM, Jeff Trawick wrote:
> >
> > On Wed, Aug 6, 2014 at 10:57 AM, motty cruz
> wr
On Wed, Aug 6, 2014 at 1:07 PM, Jeff Trawick wrote:
>
> On Wed, Aug 6, 2014 at 10:57 AM, motty cruz wrote:
>>
>> Hello, I just finished installing Apache 2.4 and PHP 5.5 on FreeBSD 10,
but Apache 2.4 is not loading PHP. can someone help me with this issue?
>>
>> Thanks in advance
>
>
>
> error me
On Wed, Aug 6, 2014 at 2:28 PM, D'Arcy J.M. Cain wrote:
> This just started after upgrading to 11.11.0. After a call is
> completed (both ends hang up) the call still shows as active.
>
> # asterisk -x "core show channels"
> Channel Location State Application(Data)
> S
This just started after upgrading to 11.11.0. After a call is
completed (both ends hang up) the call still shows as active.
# asterisk -x "core show channels"
Channel Location State Application(Data)
SIP/thinktel-000 (None) Up AppDial((Outgoing
Li
Any word on this? Safe to assume it did not occur prior to 2.4.10? Do
you just have setoutputfilter DEFLATE or something else?
On Sun, Jul 27, 2014 at 8:23 AM, Jeff Trawick wrote:
> On Sat, Jul 26, 2014 at 10:58 AM, wrote:
>>
>> Hi,
>>
>>
>>
>> Is it possible that mod_deflate is configured, pe
Rich Bowen wrote:
On 06/16/2014 11:06 AM, J.Lance Wilkinson wrote:
...snip...
Those of us at edu sites sometimes need to put in for travel/training
funding as much as a year in advance, and my own institution's
budgeting process cuts of June 30th for the Fiscal Year 2014-2015.
.
On Wed, Aug 6, 2014 at 10:57 AM, motty cruz wrote:
> Hello, I just finished installing Apache 2.4 and PHP 5.5 on FreeBSD 10,
> but Apache 2.4 is not loading PHP. can someone help me with this issue?
>
> Thanks in advance
>
error messages?
--
Born in Roswell... married an alien...
http://empt
On 06/08/2014 15:57, motty cruz wrote:
Hello, I just finished installing Apache 2.4 and PHP 5.5 on FreeBSD
10, but Apache 2.4 is not loading PHP. can someone help me with this
issue?
Thanks in advance
What platform? Windows? I can help you with windows but not Linux.
Bad idea. Use the default vhost behaviour to define what vhost will be used
for unknown hostnames not matching any ServerName / ServerAlias directive.
The default *:80 vhost must be defined first.
You can even use ServerName or ServerName in the
default vhost.
Frank
On Wed, Aug 6, 2014 at 11:
Ooops! Somehow I missed the "in alphabetical order" the first time I read
that. Thanks for making me read that again!
After playing with this last night, it looks to me like Apache stops as soon as
it finds a virtual host with a matching ServerName (or ServerAlias). In my
case I have two Vir
Hello, I just finished installing Apache 2.4 and PHP 5.5 on FreeBSD 10, but
Apache 2.4 is not loading PHP. can someone help me with this issue?
Thanks in advance
On Wed, Aug 6, 2014 at 10:28 AM, Solo Luke wrote:
> I removed IfModule and I get errors.
That's the point. You need to load modules you want used.
--
Eric Covener
cove...@gmail.com
-
To unsubscribe, e-mail: users-unsubscr...@h
Did that but nothing in the error log.
Here is what I have in logs:
[Wed Aug 06 17:08:49.217652 2014] [core:trace5] [pid 28059:tid
140264647657216] protocol.c(618): [client 192.168.1.113:7899] Request
received from client: GET /api/1.jpg HTTP/1.1
[Wed Aug 06 17:08:49.217723 2014] [http:trace4] [p
On Wed, Aug 6, 2014 at 5:20 AM, M Busche wrote:
> Hi,
> I notice that the default virtual host configuration file name is
> 000-default.conf. I presume the convention of starting virtual host
> configuration file names with a three digit number governs the order in which
> the configurations a
On Wed, Aug 6, 2014 at 4:56 AM, Solo Luke wrote:
> Unfortunately the memcache module does not cache the response in memcached
> server. What is wrong?
Try removing all of the ifModule directives as a start. Then set
loglevel trace8 and have a look at the logs.
--
Eric Covener
cove...@gmail.co
On Wed, Aug 06, 2014 at 02:20:26AM -0700, M Busche wrote:
> I notice that the default virtual host configuration file name is
> 000-default.conf. I presume the convention of starting virtual host
> configuration file names with a three digit number governs the order in which
> the configuration
nothing wrong, on startup httpd checks by default in "core" config if
servername used can resolve to something that exists, this is by default
"core" config.
Just add something that resolves through your local dns or ignore the
warning, since you are just concerned with the virtualhosts that will
Hi,
If I only have ServerName declarations in the scope of my virtualhost
directives, then I get a complaint at startup that apache couldn't figure out
what my domain name is. To make this warning go away, I added another
ServerName entry at global scope (in apache2.conf). But this seems wei
Hi,
I notice that the default virtual host configuration file name is
000-default.conf. I presume the convention of starting virtual host
configuration file names with a three digit number governs the order in which
the configurations are applied. Can someone point me to the apache docs web
p
Hi everyone,
I have configured apache to authentify users over ldap (module :
mod_ldap.so, mod_authnz_ldap.so, AuthBasicProvider ldap).
For redundancy, I have several ldap servers that are synchronized between
them.
I also have configured ldap discovery service based on DNS srv records:
$ dig +
Hi I did this configuration:
CacheSocache memcache:localhost:11211
CacheSocacheMaxSize 512000
CacheSocacheMaxTime 86400
CacheEnable memcache /
Unfortunately the memcache module
24 matches
Mail list logo