This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

https is not started

Hi all,

for some days ago my girl did push the wrong buttom and the ASL did reboot.
Since of that I hasn't been able to login with webmain.

I've tried in the console to type:
gateway:/root # netstat -ap | grep https

but it returns with no result....
Why isn't https started and how can I start it? My firewall is working, I just can't login and do anything javascript:void(0)
[:S]

Btw, I'm running ASL4.

Best regards
Allan Andersen


This thread was automatically locked due to age.
Parents
  • locate the init.d directory. in asl 4 it should be in /sbin if i remember correctly. (in asl it is in /etc/).

    to start the webserver type: /pathtoinit.d/httpd start
    for asl 5 it would be: /etc/init.d/httpd start
    for asl 4 it would be: /sbin/init.d/httpd start 

    check with netstat -ap if the webserver is listening for requests. if it is running and you still can't login, check the logfiles for any errors.

    (btw. you didnt type: gateway:/root # netstat -ap | grep https? you only have to type: netstat -ap | grep https. no offence, just to make that clear [:)] )
  • Hi elcolonel ,

    thanks very much for your reply, I'm sorry I hasn't commented your reply earlier, but has been too busy.

    I've tried what you recomended:

    for asl 4 it would be: /sbin/init.d/httpd start 

    but it just turns out with this error:

    /sbin/init.d/httpd start line 40: 6139 segmentation fault /usb/bin/httpd/tc/htto/httpd.conf >/dev/null 2>$

    Line 40 in /usr/bin/httpd says just: esac

    Has you any idea why this error occours?


    Best regards
    Allan Andersen
Reply
  • Hi elcolonel ,

    thanks very much for your reply, I'm sorry I hasn't commented your reply earlier, but has been too busy.

    I've tried what you recomended:

    for asl 4 it would be: /sbin/init.d/httpd start 

    but it just turns out with this error:

    /sbin/init.d/httpd start line 40: 6139 segmentation fault /usb/bin/httpd/tc/htto/httpd.conf >/dev/null 2>$

    Line 40 in /usr/bin/httpd says just: esac

    Has you any idea why this error occours?


    Best regards
    Allan Andersen
Children
  • I am a bit confused 
    [ QUOTE ]
    /usb/bin/httpd/tc/htto/httpd.conf 

    [/ QUOTE ]
    wasn't copied and pasted directly from the commandline, wasn't it? 

    A look into /sbint/init.d/httpd shows howto start the http proxy 
    Code:
    /usr/sbin/httpd -f /etc/httpd/httpd.conf



    But stop it before - you could do it the hard way 'killall httpd'.

    A segmentation fault is a very bad error and makes me believe that somethings weird is going on. Please compare the checksum of WebAdmin:
    'md5sum /usr/local/httpd/htdocs/index.fpl' it should return 'd1a8489318e82d305ccf08fcf0596938' for ASL version 4.022!

    Greetings
    cyclops
  • Thanks for all your feedback and help.
    It's very strange, but now I can't even login with my root id ... 
    I'll use this situation to install ASL 5 - the ASL 5 iso file is to be downloaded in a minute.

    Thanks again.

    Best regards
    Allan Andersen