Re: [users@httpd] mod_fcgid upload permission changes.

2012-12-12 Thread Tom Evans
On Wed, Dec 12, 2012 at 2:26 PM, Toni Moreno wrote: > Hi Ben, Eric , I'm developing a centraliced IT-Administration platform.( > http://sourceforge.net/projects/itsat/ ) > … > I've tested your suggestion ( by adding a chmod while still root) but > doen't work: > > Hi Toni This isn't what Eric

Re: [users@httpd] error with certificates on httpd

2012-12-12 Thread Ferdie Romero
figured it out. We had a duplicate declaration in our config file. once we removed the duplicate it worked. Thanks and sorry for the super late reply. On Fri, Dec 7, 2012 at 7:42 PM, Eric Covener wrote: > NameVirtualHost directive > > (226)Address already in use: make_

Re: [users@httpd] mod_fcgid upload permission changes.

2012-12-12 Thread Eric Covener
> Finally I can't understand what is doing internaly > apache/mod_fgcid/php-cgi. with umask while uploading file.. > It's not doing anything. It's creating a secure temporary file for its own use that you're trying to read under a different userid.

[users@httpd] mod_proxy_ballancer, session stickyness

2012-12-12 Thread Jan Vávra
Hello, I have a question if mod_proxy_balancer can stick session via cookie name ? I've read at http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html , "Details on load balancer stickyness", that it can be done by cookie value suffix (value after char .). We are considering to use ba

Re: [users@httpd] VirtualHosts on different ports and trying a non-response when asking to a non-allowed service.

2012-12-12 Thread Tom Evans
On Wed, Dec 12, 2012 at 11:43 AM, José Francisco Álvarez Aguilar wrote: > 2012/12/12 Tom Evans >> >> It "works" just fine, you are just not understanding what is necessary >> for it to work. >> >> VirtualHost uses the Host header supplied in the request to best >> determine the website to route t

Re: [users@httpd] VirtualHosts on different ports and trying a non-response when asking to a non-allowed service.

2012-12-12 Thread José Francisco Álvarez Aguilar
2012/12/12 Tom Evans > It "works" just fine, you are just not understanding what is necessary > for it to work. > > VirtualHost uses the Host header supplied in the request to best > determine the website to route the request to. > > In order to read headers in an SSL request you need to decrypt

Re: [users@httpd] Does Apache 'configure' command have a 'clean' option?

2012-12-12 Thread Tom Evans
On Wed, Dec 12, 2012 at 11:01 AM, Tom Evans wrote: > configure doesn't remember your options from a previous run, that is > what config.nice does. Where you accidentally running config.nice > instead of configure? Oh, and "make distclean" is a more vigorous clean. > > Cheers > > Tom ---

Re: [users@httpd] Does Apache 'configure' command have a 'clean' option?

2012-12-12 Thread Tom Evans
On Tue, Dec 11, 2012 at 8:46 PM, wrote: > Hi, > > I spent last night pulling my hair out because I was trying to build Apache, > but I was trying different 'configure' commands with different MPM > configurations, and it seemed like when I changed the parameters for > configure, it was using o

Re: [users@httpd] VirtualHosts on different ports and trying a non-response when asking to a non-allowed service.

2012-12-12 Thread Tom Evans
On Wed, Dec 12, 2012 at 9:30 AM, José Francisco Álvarez Aguilar wrote: > Yes, www1.example.com, www2.example.com and wwwsecure.example.com all > resolve to the same IP. > So, due to your explanation, I can't have different behaviour for this 3 > virtualhosts without using different certificates or

Re: [users@httpd] VirtualHosts on different ports and trying a non-response when asking to a non-allowed service.

2012-12-12 Thread José Francisco Álvarez Aguilar
Yes, www1.example.com, www2.example.com and wwwsecure.example.com all resolve to the same IP. So, due to your explanation, I can't have different behaviour for this 3 virtualhosts without using different certificates or without using SNI. But there's one thing I don't understand: if we use "virtual