Re: [us...@httpd] Apache 2.2.x with Virtual IPs

2010-10-05 Thread Pravesh Rai
Openssl & Apache (all modules) has been recompiled. Thanks. On Wed, Oct 6, 2010 at 9:59 AM, Craig Huffstetler < craig.huffstet...@gmail.com> wrote: > > Attached is the error log. > > Have you recompiled mod_ssl and updated OpenSSL? > > Craig >

Re: [us...@httpd] Options for multiple SSL domains on 1 server

2010-10-05 Thread Grant
> You should use separate IPs as a best practice. As for your last > threaded discussion concerning how you serve the correct SSL cert for > each domain please see this article about mod_gnutls: > > http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/ > > C

Re: [us...@httpd] Options for multiple SSL domains on 1 server

2010-10-05 Thread Craig Huffstetler
Grant, You should use separate IPs as a best practice. As for your last threaded discussion concerning how you serve the correct SSL cert for each domain please see this article about mod_gnutls: http://www.g-loaded.eu/2007/08/10/ssl-enabled-name-based-apache-virtual-hosts-with-mod_gnutls/ Craig

Re: [us...@httpd] Apache 2.2.x with Virtual IPs

2010-10-05 Thread Craig Huffstetler
> Attached is the error log. Have you recompiled mod_ssl and updated OpenSSL? Craig - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsub

Re: [us...@httpd] Apache 2.2.x with Virtual IPs

2010-10-05 Thread Pravesh Rai
Attached is the error log. Thanks. On Wed, Oct 6, 2010 at 9:20 AM, Craig Huffstetler < craig.huffstet...@gmail.com> wrote: > > Do anybody has any clue on this ? > > Can you show us an error log and/or the exceptions given? Also, what > are the "different setups?" I would start to guess at proble

Re: [us...@httpd] Options for multiple SSL domains on 1 server

2010-10-05 Thread Grant
>> I need to set up SSL certificates for multiple domain names on a >> single server.  I've done some research and I think these are my >> options: >> >> 1. use multiple IPs >> drawbacks: requires separate apache2 config for each SSL domain, extra >> IPs must be allocated by the hosting company >>

Re: [us...@httpd] Apache 2.2.x with Virtual IPs

2010-10-05 Thread Craig Huffstetler
> Do anybody has any clue on this ? Can you show us an error log and/or the exceptions given? Also, what are the "different setups?" I would start to guess at problems given your configuration, but would love to see what errors are actually being produced. Thanks, Craig

Re: [us...@httpd] Rewrite main.css to main-min.css

2010-10-05 Thread Craig Huffstetler
> Is it possible to use mod_rewrite to alter a request for main.css to > main-min.css? Yes, but for some reason I think this is more complex. However, I will answer given the scope given: If mod_rewrite is active then add this to .htaccess: RewriteEngine on RewriteRule main.css main-min.css The

Re: [us...@httpd] apache server not starting - Please help decipher an additional clue!

2010-10-05 Thread Craig Huffstetler
Hi David, > Can anyone please tell me how I can find out why apache is not starting. > Here is the entry from httpd-error.log: Did you rebuild mod_ssl and upgrade OpenSSL on this server/instance? Craig - The official User-To-Us

[us...@httpd] Apache 2.2.x with Virtual IPs

2010-10-05 Thread Pravesh Rai
Hi All, Observed that Apache 2.2.6 (& .15) throws exception inconsistently, at different places, when the setup (Windows 2003 x86, with 4-12 GB RAM) is configured with many Virtual IPs. This behavior differs on different setups. On some setup, it fails even with 10-15 VIPs, but on the other, it fa

Re: [us...@httpd] mod_deflate issue with Content negotiation, Server-Side Includes

2010-10-05 Thread Nick Kew
On Tue, 5 Oct 2010 20:34:58 + (UTC) Mark wrote: > I'm experiencing a problem when mod_deflate is used in conjunction > with both content negotiation and server-side includes. What apache version are you using? There are at least two recent fixes that might affect you. One of them is include

[us...@httpd] mod_deflate issue with Content negotiation, Server-Side Includes

2010-10-05 Thread Mark
I'm experiencing a problem when mod_deflate is used in conjunction with both content negotiation and server-side includes. Specifically, it appears that the document content is deflated before all the content has been retrieved and assembled. The end result is that a lot of "garbage" characters app

Re: [us...@httpd] apache server not starting - Please help decipher an additional clue!

2010-10-05 Thread J. Greenlees
David Southwell wrote: ~snip~ This makes it seem as though there is something wrong with the ssl configuration for apache22. Can anyone please point me in the right direction I have to ask, did you also rebuild mod_ssl? ] some times rebuilding the modules is forgott

[us...@httpd] Apache 2.2.9 timeout specified has expired error

2010-10-05 Thread Malthesh Babu T V Rao
Hi , we are using Apache as proxy for the Zope , we have successfully configured proxy balancer and hosted site . while accessing the website we are getting the following error on apache error log . [Tue Oct 05 11:48:38 2010] [error] (70007)The timeout specified has expired: proxy: prefet

Re: [us...@httpd] apache server not starting - Please help decipher an additional clue!

2010-10-05 Thread David Southwell
> apache22 is no longer starting after recent upgrade. > > I have been trying to fix this for over a week but got nowhere - thanks in > a dvance for any help. > > > I have included some information which may be relevant; > > Some guidance would be appreciated as I cannot get the web server to r

[us...@httpd] Rewrite main.css to main-min.css

2010-10-05 Thread Ben Short
Hi, Is it possible to use mod_rewrite to alter a request for main.css to main-min.css? Regards Ben Short - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> f

[us...@httpd] apache server not starting

2010-10-05 Thread David Southwell
apache22 is no longer starting after recent upgrade. I have been trying to fix this for over a week but got nowhere - thanks in a dvance for any help. I have included some information which may be relevant; Some guidance would be appreciated as I cannot get the web server to run and . It seem

[us...@httpd] RedirectMatch Apache 2.0.52

2010-10-05 Thread l.favaro
Hi , I've to redirect a URL to external site so I put this sentence into configuratio n ... ... RedirectMatch permanent ^/path$ http://www.newsite.com/pathnew ... Now all URL having '/path' into URI are redirected. How can I redirect only this kind of URL http://www.oldsite.com/path? Is regexp