Cmd_login

sami

Verified User
Joined
Mar 12, 2004
Messages
8
I cant find the conf file which has the value for the variable
CMD_LOGIN


whats the value for that variable by default?

I am trying to find the path to the page that it points to.
 
Hey,

We put the images in a directory we created here:

/var/www/html/images-login

and...

In our login.html we call them via:

http://|HOSTNAME|/images-login

I don't know if that's 100% correct but, it works for us!

David
 
a correct method?

We're running it trough ssl, if you place your image in the /var/www dir and link it like you suggested your browser will get it through your standard webserver (not custom apache) and will use a different ssl cert (DA can't use the same certs as apache can it?) which will give some errors on most browsers, linking it to http:// will also give some errors, any method in placing the image on the custom apache server somewhere?
 
Hello,

Yes, you should be able to do that.

Certificates aren't too concerned with what port you are using, so moving between 2222 and 443 shouldn't create any popups as long as the hostname is the same (if you are using the same cert/key for both da and apache), and the CA Root Certificate is installed in both apache and DA.

You can use different certificates for both apache and da and not get any popups if the domain in the certificates match the domain in your webbrowser whever you are. Basically, if you install valid certificates and login to DA/Apache ssl with matching domains, you shouldn't get a popup.

John
 
Hey,

Sorry...

It is https://|HOSTNAME|/images-login

And yes, like John said, DA and Apache can use the same certs... Our installations do...

David
 
Back
Top