N noodle2732 Guest Dec 5, 2006 #1 help, when i type in http://<ip>:8443 i get 'Server not found..' any ideas? p.s. i am quite the n00b when it comes to linux, this is my first linux setup.
help, when i type in http://<ip>:8443 i get 'Server not found..' any ideas? p.s. i am quite the n00b when it comes to linux, this is my first linux setup.
S simpliq_adi Guest Dec 6, 2006 #2 Hello, This is because your server name don't have an A record, you need to edit: /usr/local/psa/admin/conf/httpsd.conf and replace: ErrorDocument 400 https://servername.com:8443 with: ErrorDocument 400 https://yourip:8443 or add an A record for servername.com
Hello, This is because your server name don't have an A record, you need to edit: /usr/local/psa/admin/conf/httpsd.conf and replace: ErrorDocument 400 https://servername.com:8443 with: ErrorDocument 400 https://yourip:8443 or add an A record for servername.com
N noodle2732 Guest Dec 12, 2006 #3 cheers for the reply but.. i cant seem to find the line 'ErrorDocument 400 ...' in that file. can you please tell me how to setup an A record? thanks it is much appreciated
cheers for the reply but.. i cant seem to find the line 'ErrorDocument 400 ...' in that file. can you please tell me how to setup an A record? thanks it is much appreciated