[users@httpd] Issue with ProxyErrorOverride and 401's

2011-06-16 Thread Jeffrey E Burgoyne
I manage the web servers for a large organization that has apache as a front end and multiple services in the backend accessed via the front end in a reverse proxy setup. Recently they have decided to consolidate the look and feel of the back end sites. I put up a number of ErrorDocuments for 404,

Re: [users@httpd] Re: PHP Parsing Problem

2011-06-16 Thread Igor Galić
- Original Message - > Hello Zavelopez, > > * zavelo...@gmail.com wrote '[1]: > > > 2. The contents of the php5.conf file are as follows: > > > > > > > SetHandler application/x-httpd-php > > > > > > SetHandler application/x-httpd-php-source > > > >

[users@httpd] Re: PHP Parsing Problem

2011-06-16 Thread Christoph Koch
Hello Zavelopez, * zavelo...@gmail.com wrote '[1]: > 2. The contents of the php5.conf file are as follows: > > > SetHandler application/x-httpd-php > > > SetHandler application/x-httpd-php-source > > # To re-enable php in user directories comment the foll

Re: Re: [users@httpd] PHP Parsing Problem

2011-06-16 Thread zavelopez
Igor, this is what apache2ctl -M outputs: php5_module (shared) On , Igor Galić wrote: - Original Message - > Igor, > 1. Firefox asks me what I want it to do with the file whenever I try > to open a php file. > 2. The contents of the php5.conf file are as follows: >

Re: [users@httpd] need some thoughts on trouble shooting httpd server hangup

2011-06-16 Thread Jeroen Geilman
On 06/16/2011 05:30 PM, Zaccone, Warren wrote: I ran -S and it showed that I have port :443 only in addition to 80. It is a simple setup. 99% of load is on port 80. server-status is not revealing anything,. it shows the last requests that were successful. It appears that the httpd root pr

Re: [users@httpd] PHP Parsing Problem

2011-06-16 Thread Igor Galić
- Original Message - > Igor, > 1. Firefox asks me what I want it to do with the file whenever I try > to open a php file. > 2. The contents of the php5.conf file are as follows: > > > SetHandler application/x-httpd-php > > > SetHandler application/x-httpd-php-source > > # To re-enabl

Re: [users@httpd] Subdomain redirection in Apache Virtual Hosting

2011-06-16 Thread Jeroen Geilman
On 06/16/2011 07:04 PM, Darren Kukulka wrote: Hi All, I have a general question regarding subdomain redirection with virtual hosts. Basically, we have a domain - let's call it sample.com - with several subdomains, xxx.sample.com and yyy.sample.com

Re: Re: [users@httpd] PHP Parsing Problem

2011-06-16 Thread zavelopez
Igor, 1. Firefox asks me what I want it to do with the file whenever I try to open a php file. 2. The contents of the php5.conf file are as follows: SetHandler application/x-httpd-php SetHandler application/x-httpd-php-source # To re-enable php in user directories comment the following lin

Re: Re: [users@httpd] PHP Parsing Problem

2011-06-16 Thread zavelopez
Any php file that I try to open, including the one containing phpinfo(), which is called testphp.php in my case, causes Firefox to ask me what I want it to do with the file. On , zeek wrote: Try the info.php test: phpinfo(); ?> On Wed, Jun 15, 2011 at 10:57:10PM -0700,

[users@httpd] Subdomain redirection in Apache Virtual Hosting

2011-06-16 Thread Darren Kukulka
Hi All, I have a general question regarding subdomain redirection with virtual hosts. Basically, we have a domain - let's call it sample.com - with several subdomains, xxx.sample.com and yyy.sample.com At the momend www.sample.com takes people to a website hosted elsewhere We need to have anybo

RE: [users@httpd] need some thoughts on trouble shooting httpd server hangup

2011-06-16 Thread Zaccone, Warren
I ran -S and it showed that I have port :443 only in addition to 80. It is a simple setup. 99% of load is on port 80. server-status is not revealing anything,. it shows the last requests that were successful. It appears that the httpd root process is no longer responding yet is running. When

Re: [users@httpd] apache2 or mod_perl2 oddball error

2011-06-16 Thread William Bulley
According to Torsten F?rtsch on Thu, 06/16/11 at 11:16: > > Try > > > use Apache2::Const -compile=>qw/:common/; > > > What you try to do is > > use q{Apache2::Const -compile => ':common'}; > > You can also write > > PerlModule Apache2::Const > > It complies the same symbols a

Re: [users@httpd] Syntax to replace Diffie-Hellman with RSA encryption

2011-06-16 Thread zeek
ALL means include all ciphers. You'd then omit with ! To replace DH w/RSA I think you could do !ADH:+RSA I recommend using the SSL utility at http://serversniff.net to confirm On Thu, Jun 16, 2011 at 11:02:30PM +0800, sunhux G wrote: > Hi > > Further to the post, what's the correct syntax to

Re: [users@httpd] apache2 or mod_perl2 oddball error

2011-06-16 Thread Torsten Förtsch
On Thursday, June 16, 2011 16:56:03 William Bulley wrote: > The only reference to the Apache2::Const module is in an Apache > config include file: > >PerlModule "Apache2::Const -compile => ':common'" Try use Apache2::Const -compile=>qw/:common/; What you try to do is use q{Apac

[users@httpd] Syntax to replace Diffie-Hellman with RSA encryption

2011-06-16 Thread sunhux G
Hi Further to the post, what's the correct syntax to replace DH with RSA encryption? Choose which of the options below are correct: 1) SSLCipherSuite ALL:!ADH:RC4+RSA:HIGH:MEDIUM: !aNULL:+SHA1:+MD5:+HIGH:+MEDIUM 2) SSLCipherSuite ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM: !aNULL:+SHA1:+MD5:+HIGH

[users@httpd] apache2 or mod_perl2 oddball error

2011-06-16 Thread William Bulley
I'm not sure this is the best place to ask about this problem, and this is my first posting to this mailing list. I have already asked the freebsd-questions mailing list about this, but have received no replies as of this writing. I'm running FreeBSD 8.2-STABLE #0: Thu Jun 9 09:25:05 EDT 2011 on

Re: [users@httpd] PHP Parsing Problem

2011-06-16 Thread Igor Galić
- Original Message - > Dear Users, > > I'm still not getting Apache to parse PHP. I've learned a lot though, > here's what I know: > > In apache2.conf, there are these lines: > > Include /etc/apache2/mods-enabled/*.load > Include /etc/apache2/mods-enabled/*.conf > > When I run ls /mods-e

Re: [users@httpd] Command not found error on apache version 2.2.3 in CentOs

2011-06-16 Thread Igor Galić
- Original Message - > Hi Igor, > many thanks for your help, I found the problem when I was > desesperated > for it. I've disabled SELinux from server to can finish the > configuration. The problem was that the errors wasn't detailed to > know > something about this SELinux. > Many thanks