[users@httpd] Apache 2.4 memcached module not caching

2014-08-06 Thread Solo Luke
Hi I did this configuration: IfModule cache_module IfModule cache_socache_module CacheSocache memcache:localhost:11211 CacheSocacheMaxSize 512000 CacheSocacheMaxTime 86400 Location /api CacheEnable memcache /

[users@httpd] Apache conf, AuthLDAPUrl : how to discover the service ?

2014-08-06 Thread Olivier
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

[users@httpd] Order of applicatoin of sites-enabled configs

2014-08-06 Thread M Busche
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

[users@httpd] ServerName usage

2014-08-06 Thread M Busche
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

Re: [users@httpd] ServerName usage

2014-08-06 Thread Daniel
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 do

Re: [users@httpd] Order of application of sites-enabled configs

2014-08-06 Thread Pete Houston
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 configurations

Re: [users@httpd] Apache 2.4 memcached module not caching

2014-08-06 Thread Eric Covener
On Wed, Aug 6, 2014 at 4:56 AM, Solo Luke sololuke2...@gmail.com 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

Re: [users@httpd] Order of applicatoin of sites-enabled configs

2014-08-06 Thread Eric Covener
On Wed, Aug 6, 2014 at 5:20 AM, M Busche spammymat...@yahoo.com.invalid 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

Re: [users@httpd] Apache 2.4 memcached module not caching

2014-08-06 Thread Solo Luke
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]

Re: [users@httpd] Apache 2.4 memcached module not caching

2014-08-06 Thread Eric Covener
On Wed, Aug 6, 2014 at 10:28 AM, Solo Luke sololuke2...@gmail.com 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,

[users@httpd] Apache 2.4 PHP 5.5

2014-08-06 Thread motty cruz
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

Re: [users@httpd] Order of applicatoin of sites-enabled configs

2014-08-06 Thread M Busche
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

Re: [users@httpd] Order of applicatoin of sites-enabled configs

2014-08-06 Thread Francois Gingras
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 ip or ServerName random hostname in the default vhost. Frank On Wed,

[users@httpd] Re: Apache 2.4 PHP 5.5

2014-08-06 Thread Good Guy
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.

Re: [users@httpd] Apache 2.4 PHP 5.5

2014-08-06 Thread Jeff Trawick
On Wed, Aug 6, 2014 at 10:57 AM, motty cruz motty.c...@gmail.com 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

Re: [users@httpd] ApacheCon CFP closes June 25

2014-08-06 Thread J.Lance Wilkinson
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.

Re: [users@httpd] [proxy_http:error] [pid 13256:tid 47013272524544] (11)Resource temporarily unavailable: [client 172.31.0.142:21815] AH01110: error reading response

2014-08-06 Thread Eric Covener
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 traw...@gmail.com wrote: On Sat, Jul 26, 2014 at 10:58 AM, ulrich.her...@t-systems.com wrote: Hi, Is it possible

[users@httpd] Calls not hanging up

2014-08-06 Thread D'Arcy J.M. Cain
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

Re: [users@httpd] Calls not hanging up

2014-08-06 Thread Jeff Trawick
On Wed, Aug 6, 2014 at 2:28 PM, D'Arcy J.M. Cain da...@vex.net 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

Re: [users@httpd] Apache 2.4 PHP 5.5

2014-08-06 Thread Jeff Trawick
On Wed, Aug 6, 2014 at 1:07 PM, Jeff Trawick traw...@gmail.com wrote: On Wed, Aug 6, 2014 at 10:57 AM, motty cruz motty.c...@gmail.com 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

Re: [users@httpd] Apache 2.4 PHP 5.5

2014-08-06 Thread motty cruz
Thanks, I created index.php with the following: ?php phpinfo(); ? 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 traw...@gmail.com wrote: On Wed, Aug 6, 2014 at 1:07 PM, Jeff Trawick traw...@gmail.com wrote:

Re: [users@httpd] Apache 2.4 PHP 5.5

2014-08-06 Thread Edgar Pettijohn
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: ?php phpinfo(); ? when I go to localhost, it download file. I don't get an error,

[users@httpd] Re: Apache 2.4 PHP 5.5

2014-08-06 Thread Good Guy
On 06/08/2014 21:38, motty cruz wrote: Thanks, I created index.php with the following: ?php phpinfo(); ? 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

[users@httpd] RewriteEngine conditions?

2014-08-06 Thread Mark jensen
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: