You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Mogenns Gilmour <Mo...@RegResources.com> on 2003/02/13 17:08:19 UTC

[users@httpd] Problems w/Mac IE5

Greetings,

This is my first posting to the list. 

I have a problem with https on apache 1.3.26. I have seen this problem before and I have fixed it on one of my other servers however on a newer server with only one client the fix doesn't seem to be working.

The issue is: That when a mac user running IE5 connects to an https address it crashes his browser.

Here is my setup in httpd.conf any clues would be appreciated. 

Thanks! Mogenns Gilmour

<VirtualHost _default_:443>
DocumentRoot "/foobar/www/public_html"
ServerName foobar.com
ServerAdmin system@foobar.com
SSLEngine on
#SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /etc/httpd/conf/ssl.crt/foobar.com.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/foobar.com.key

SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0 force-response-1.0
SSLProtocol all -SSLv3
SSLCipherSuite !EXP1024-RC4-SHA:!EXP1024-DES-CBC-SHA:ALL:!ADH:!EXP56:!RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL

<Files ~ "\.(cgi|shtml|phtml|php3?)$">
    SSLOptions +StdEnvVars
</Files>

<Directory "/etc/httpd/cgi-bin">
    SSLOptions +StdEnvVars
</Directory>

SetEnvIf User-Agent ".*MSIE.*" \
         nokeepalive ssl-unclean-shutdown \
         downgrade-1.0 force-response-1.0
CustomLog /foobar/logs/ssl_request_log \
          "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>


-----------------------------------------------
Registration Resources
Online Event Registration Made Simple
-----------------------------------------------
http://www.regresources.com
Toll Free: 877-932-2622 x1
503-655-6813 x1 (Voice) | 503-655-6907 (Fax)
----------------------------------------------- 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Problem with apache, mysql on redhat 7.3

Posted by Peter Goggin <pg...@smartchat.net.au>.
I do not know if this is the correct list for this problem.
Until yesterday my system was working without problem. Today I could not
access my web sites and found that apache was down. I could not restart
apache. The error message was:

Ouch! ap_mm_create(1048576, "/var/run/httpd.mm.1994") failed
Error: MM: mm:core: failed to open semaphore file (No space left on device):
OS: No such file or directory
/usr/sbin/apachectl start: httpd could not be started

I rebooted the system., resrted mysql and then apache. Got the same error
message. I then stopped mysql and started apache. This time no problem. I
then restarted mysql and got the following error:

touch : creating `/var/lock/subsys/mysql': No space left on device
Starting mysqld-max daemon with databases from /var/lib/mysql 030217
15:35:38  mysqld ended

Thuis currently I can have either mysql or apache but not both.

According to the df command none of my file systems are full. Can anyone
help me?

Regards

Peter Goggin


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org