Problem with the new update (.19)

Discussion in 'Installation/Configuration' started by galphanet, Jan 9, 2008.

  1. galphanet

    galphanet New Member

    Hello !

    I've done the update and now I've a litte problem: I can access to the admin pages without SSH but not with.

    I've changed the port number to 1818 in the httpd.conf at 3 places:
    Code:
    Port 1818
    Code:
    <IfDefine SSL>
    Listen 1818
    </IfDefine>
    Code:
    <VirtualHost _default_:1818>
    And after the update process, I've done exactly the same thing.
    Now Apache answers to http://ip:1818 but not at https://ip:1818

    I've tried to issue a new certificate and read the log files but there's nothing.
    There is the last line in ssl_engine_log after the starting process:
    Code:
    [09/Jan/2008 18:47:15 04175] [info]  Init: Initializing (virtual) servers for SSL
    But in error.log, I see this when I try to connect with SSL:
    Code:
    [Wed Jan  9 18:47:15 2008] [notice] Apache/1.3.39 (Unix) PHP/5.2.5 mod_ssl/2.8.30 OpenSSL/0.9.7m configured -- resuming normal operations
    [Wed Jan  9 18:47:15 2008] [notice] Accept mutex: sysvsem (Default: sysvsem)
    [Wed Jan  9 18:47:22 2008] [error] [client xxx.xxx.xxx.xxx] Invalid method in request \\x16\\x03
    
    So..what can I do ?

    Many thanks for your help :rolleyes:
     
  2. galphanet

    galphanet New Member

    Re,
    Now everthing is working, I don't know why...
    thanks ;)
     

Share This Page