Weird problem in installing SSL in 11.2

i try to set-up my apache to support SSL.

the SSL conf file under ‘/etc/apache2/vhosts.d/mySSL.conf’ will run if i restart (/etc/init.d/apache2 restart) apache through the terminal.

but if i restart apache/HTTP Server in YaST, my conf file (/etc/apache2/vhosts.d/mySSL.conf) will be deleted and the SSL wont work.

tell me what is happening to the system? coz i use yast primarily than the terminal.

thanx…

anyone… i also encounter this in 11.3… any replies would be helpful…

On 2010-11-05 12:36, xeroblast wrote:
>
> anyone… i also encounter this in 11.3… any replies would be
> helpful…

Could you explain what is the problem?

You are replying to a thread so old that with the interface I use to see
the forum, via NNTP, I can’t see such old messages.


Cheers / Saludos,

Carlos E. R.
(from 11.2 x86_64 “Emerald” at Telcontar)

thanx for the reply but its already fixed.

the problem is this… to setup the SSL, you have to create a file mySSL.conf under /etc/apache/vhost.d/mySSL.conf … after that file is created, you have to restart the apache server. if you restart the apache server using the terminal command (#>sudo /etc/init.d/apachectl restart), it will work perfectly. and when you reboot/restart the computer, the mySSL.conf will be deleted in the folder. and if you restart the apache server using yast in HTTP Server by simply clicking the OK button, the mySSL.conf will be deleted.

i found a weird solution on this one.

after i create the mySSL.conf (no terminal restart or yast restart of http server), i shut down the computer and turned it back-on. and the mySSL.conf is there and loaded. if you reboot/restart the computer, the mySSL.conf file will be deleted.

i dunno but its really weird.

really thanx for the reply.

If I remember well, when you’re using yast to configure vhost for apache it deletes all previous (e.g. manual) configuration. So you must decide: either you configure using e.g. vi or using yast.
I’m also using opensuse-11.2 and after adding any vhost.d/*.conf file I can safely reboot computer - the config will be still there.