File access permissions on home users directory
Hi, When I create a new user (useradd os yast2) the users home directory have 755 access permissions. Is this normal ? What am I doing wrong ?! -- Cornel. tel.:4092743604
Hi all, I try to get apache working with SSL, but cannot quite figure out which steps to take in which order. The README.SUSE on this topic in /usr/share/doc/packages/apache tells me to - run certificate.sh frome the package modd_ssl (done) - enable SSL in /etc/httpd/httpd.conf (done) - restart Apache (done) Still my apache does not repsond to port 443. The Readme.SUSE then runs on with explaining "how to recompile apache and mod_ssl". Could it be that the version provided with the distribution is simply missing ssl support so that _first_ I would have to build a new apache binary? Thanks for answering to such a silly question. Michael -- --- |\ Michael/| |----- Feldmann Bonn Germany | \ / | |---- mfeldman@lmg-porz.de | e\Ma/il | | privat: m.feldmann@nikocity.de
On Saturday 06 July 2002 14:01, Michael Feldmann wrote:
Hi all,
I try to get apache working with SSL, but cannot quite figure out which steps to take in which order. The README.SUSE on this topic in /usr/share/doc/packages/apache tells me to
- run certificate.sh frome the package modd_ssl (done) - enable SSL in /etc/httpd/httpd.conf (done) - restart Apache (done)
Still my apache does not repsond to port 443.
What does netstat say ? Is apache listening/set to be listening at port 443 as well ? Is it blocked at the firewall/router ? Are you using the "https://" syntax in your browser ?
The Readme.SUSE then runs on with explaining "how to recompile apache and mod_ssl".
Could it be that the version provided with the distribution is simply missing ssl support so that _first_ I would have to build a new apache binary?
It' s working all right, as I have a copy running just fine here :o)
Thanks for answering to such a silly question.
Michael -- --- |\ Michael/| |----- Feldmann Bonn Germany | \ / | |---- mfeldman@lmg-porz.de | e\Ma/il | | privat: m.feldmann@nikocity.de
-- To unsubscribe, e-mail: suse-security-unsubscribe@suse.com For additional commands, e-mail: suse-security-help@suse.com Security-related bug reports go to security@suse.de, not here
Am Samstag, 6. Juli 2002 14:24 schrieb Mikkel Riis:
On Saturday 06 July 2002 14:01, Michael Feldmann wrote:
Hi all,
I try to get apache working with SSL, but cannot quite figure out
Thanks for all your hints. I finally found it. The problem was that my rcpache file, located as "/usr/sbin/rcpache", was simply a softlink to the SuSE startup file "/etc/rc.d/apache", and in that startup script there seems to be no SSL support implemented. Thus, the server always started without SSL module. I now wonder if all this is only a problem of my system, having updated the SuSE system several times, starting with 6.3. Does someone with SuSE 7.3 really have a generic rcapache script (or whatever this is)? RdU Michael -- --- |\ Michael/| |----- Feldmann Bonn Germany | \ / | |---- mfeldman@lmg-porz.de | e\Ma/il | | privat: m.feldmann@nikocity.de
Michael Feldmann wrote:
Thanks for all your hints. I finally found it.
The problem was that my rcpache file, located as "/usr/sbin/rcpache", was simply a softlink to the SuSE startup file "/etc/rc.d/apache", and in that startup script there seems to be no SSL support implemented.
Thus, the server always started without SSL module.
set HTTPD_SEC_MOD_SSL=yes in /etc/rc.config.d/apache.rc.config and start SuSEConfig.apache ;) -D SSL or just put -D SSL in /etc/httpd/suse_define.conf and add the ssl module to /etc/httpd/suse_addmodule.conf (but thats suseconf generated.) HTH Sven -- Web: http://www.darkman.de - IRC: irc://irc.d-t-net.de Realitaet ist nur die Wahrnehmung einer Einbildung (c) by Sven 'Darkman' Michels 1999-2002
On Sat, Jul 06, 2002 at 06:40:11PM +0200, Sven 'Darkman' Michels wrote:
Michael Feldmann wrote:
Thanks for all your hints. I finally found it.
The problem was that my rcpache file, located as "/usr/sbin/rcpache", was simply a softlink to the SuSE startup file "/etc/rc.d/apache", and in that startup script there seems to be no SSL support implemented.
Thus, the server always started without SSL module.
set HTTPD_SEC_MOD_SSL=yes in /etc/rc.config.d/apache.rc.config
and start SuSEConfig.apache ;) -D SSL or just put -D SSL in /etc/httpd/suse_define.conf and add the ssl module to /etc/httpd/suse_addmodule.conf (but thats suseconf generated.)
Yes, that's it. The fastest way, after editing the sysconfig/rc.config configuration, to recreate the SuSEconfig generated files is via SuSEconfig --module apache This is because it provides a generic mechanism -- be it a LoadModule, a Define or an Include statement that's needed to load something into apache. /etc/httpd/modules/ will contain some small files, describing SuSEconfig what to do. Peter -- VFS: Busy inodes after unmount. Self-destruct in 5 seconds. Have a nice day...
* Michael Feldmann wrote on Sat, Jul 06, 2002 at 14:01 +0200:
I try to get apache working with SSL, but cannot quite figure out which steps to take in which order. The README.SUSE on this topic in /usr/share/doc/packages/apache tells me to
I really wonder about your problem. When I installed apache + mod_ssl, HTTPS was enabled by default with a snakeoil dummy cert. The default httpd.conf should load and add the module mod_ssl automatically if invoked with -DSSL (or similar), which should be passed from rcapache (automatically). Of course all this works only if you start apache with rcapache (or start httpd with all those options). Maybe mod_ssl gets not loaded from some reason, maybe it's not installed correctly or a config file is screwed up or such. Maybe you should check them. oki, Steffen -- Dieses Schreiben wurde maschinell erstellt, es trägt daher weder Unterschrift noch Siegel.
participants (6)
-
Corneliu MUSAT
-
Michael Feldmann
-
Mikkel Riis
-
Peter Poeml
-
Steffen Dettmer
-
Sven 'Darkman' Michels