Re: [EMAIL PROTECTED] virtual host problem

2007-04-11 Thread Stefan Schneider
Hi Roberto, I've readed that Apache begins with the first VirtualHost and if he don't find any virtualhost with an address or ip configured for that url he just take the first virtualhost. So... this is the problem Mind posting the small part of your httpd.conf where you configured the vhosts

Re: [EMAIL PROTECTED] htpasswd problem adding user

2007-03-26 Thread Stefan Schneider
Hi Brian, [EMAIL PROTECTED] ~]# htpasswd -b /etc/opt/CollabNet_Subversion/conf/svn_auth_file jtest f&5H%c htpasswd -b /tmp/passfile username "f&5H%c" should do the trick :) Cheers, Stefan - The official User-To-User support

[EMAIL PROTECTED] Re: Apache2 on Linux Virtualhosting Question

2007-01-09 Thread Stefan Schneider
Problem solved, in Linux 2.6 that Limit is gone :-) - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED]

[EMAIL PROTECTED] Apache2 on Linux Virtualhosting Question

2007-01-09 Thread Stefan Schneider
Hi, I'm currently trying to setup a dedicated Linux Server for some private Homepages (Friends & mine private stuff) using Apache 2.0.54 on Linux 2.4.34. To have the vHosts (name based) separated securely my idea was to use "SuexecUserGroup" (and maybe "suPHP_UserGroup") so each User could start

Re: [EMAIL PROTECTED] How not to generate error_log

2006-12-21 Thread Stefan Schneider
Hi Thomas, Using Apache 2.0.59 on Linux FC6, I'd like not to generate error_log "ErrorLog /dev/null" Does the trick here :) Cheers, Stefan - The official User-To-User support forum of the Apache HTTP Server Project. See http