Re: [users@httpd] Re: Apache 2.4: Mod Cache: authorization required

2013-02-20 Thread Igor Cicimov
On 18/02/2013 10:55 PM, "Nicolas Daniels" wrote: > > Hello, > > Ok I figured out how to allow caching for authenticated urls: adding "Cache-Control" header with public option do the trick. > Isnt it what CacheStorePrivate is for? > Now I still have the problem that the cache key is built upon the

[users@httpd] Errors while starting apache 2.4.3 ProxyPass Can't find 'byrequests' lb method and ProxyPass worker name file_name too long

2013-02-20 Thread Amol Puglia
Hi All, I have compiled apache 2.4.3. I am getting below error while starting it. Error1 :- AH00526: Syntax error on line 139 of httpd.conf: ProxyPass Can't find 'byrequests' lb method Error2 :- ProxyPass worker nameĀ  file_name too long Kindly help me how to fix this issue or I need to us

Re: [users@httpd] Trouble enabling mod_perl on Ubuntu 12.04

2013-02-20 Thread Igor Cicimov
On 21/02/2013 12:11 PM, "Eric Covener" wrote: > > On Wed, Feb 20, 2013 at 8:44 PM, Alois Mahdal > wrote: > > Hello to all! > > > > My friend is having problems enabling mod_perl on his Ubuntu 12.04 > > server. > > > > him@there:~$ sudo apt-get install libapache2-mod-perl2 > > Reading pack

Re: [users@httpd] Trouble enabling mod_perl on Ubuntu 12.04

2013-02-20 Thread Alois Mahdal
On Thu, 21 Feb 2013 11:58:23 +1100 Igor Cicimov wrote: > Check in the apache /modules directory for the correct name of the > module. > Weird: him@there:~$ ls /usr/lib/apache2/modules/ ... mod_perl.so ... him@there:~$ sudo a2enmod perl ERROR: Module perl does not exist! him

Re: [users@httpd] Trouble enabling mod_perl on Ubuntu 12.04

2013-02-20 Thread Eric Covener
On Wed, Feb 20, 2013 at 8:44 PM, Alois Mahdal wrote: > Hello to all! > > My friend is having problems enabling mod_perl on his Ubuntu 12.04 > server. > > him@there:~$ sudo apt-get install libapache2-mod-perl2 > Reading package lists... Done > Building dependency tree > Reading stat

Re: [users@httpd] Mark cookies as secure?

2013-02-20 Thread Eric Covener
On Wed, Feb 20, 2013 at 5:15 PM, Igor Cicimov wrote: > Yeah cgi, thats what i thought. In case of cgi apache doesn't have control > over the headers, you need to make the changes from inside cgi scripts them > self. > These can still be edited, but I think mod_cgi puts the headers in the "error h

Re: [users@httpd] Trouble enabling mod_perl on Ubuntu 12.04

2013-02-20 Thread Igor Cicimov
Check in the apache /modules directory for the correct name of the module. On Thu, Feb 21, 2013 at 12:44 PM, Alois Mahdal < alois.mahdal.1-ndm...@zxcvb.cz> wrote: > Hello to all! > > My friend is having problems enabling mod_perl on his Ubuntu 12.04 > server. > > him@there:~$ sudo apt-get in

[users@httpd] Trouble enabling mod_perl on Ubuntu 12.04

2013-02-20 Thread Alois Mahdal
Hello to all! My friend is having problems enabling mod_perl on his Ubuntu 12.04 server. him@there:~$ sudo apt-get install libapache2-mod-perl2 Reading package lists... Done Building dependency tree Reading state information... Done libapache2-mod-perl2 is already the n

Re: [users@httpd] Mark cookies as secure?

2013-02-20 Thread Igor Cicimov
Yeah cgi, thats what i thought. In case of cgi apache doesn't have control over the headers, you need to make the changes from inside cgi scripts them self. On 21/02/2013 4:48 AM, "Alan Murphy" wrote: > Only defaults, mod_cgid.c, cgi-bin > > Sent from my iPhone > > On 20 Feb 2013, at 00:17,

Re: [users@httpd] Mark cookies as secure?

2013-02-20 Thread Alan Murphy
Only defaults, mod_cgid.c, cgi-bin Sent from my iPhone On 20 Feb 2013, at 00:17, Igor Cicimov wrote: > Any CGI scripts or modules enabled? > > > On Wed, Feb 20, 2013 at 5:00 AM, Alan Murphy wrote: >> 2.2.22 >> >> Sent from my iPhone >> >> On 19 Feb 2013, at 13:24, Igor Cicimov wrote:

Re: [users@httpd] Apache2 error

2013-02-20 Thread Ben Johnson
On 2/20/2013 10:42 AM, Krishna Chandra Prajapati wrote: > Hi All, > > I'm getting the below error in apache error logs. > > [Sun Feb 10 15:06:18 2013] [notice] child pid 20892 exit signal Bus > error (7) > [Mon Feb 11 21:45:01 2013] [notice] caught SIGTERM, shutting down > > Let me know, how c

[users@httpd] Apache2 error

2013-02-20 Thread Krishna Chandra Prajapati
Hi All, I'm getting the below error in apache error logs. [Sun Feb 10 15:06:18 2013] [notice] child pid 20892 exit signal Bus error (7) [Mon Feb 11 21:45:01 2013] [notice] caught SIGTERM, shutting down Let me know, how can i fix it. Regards, Krishna