jump to navigation

Basics of password protecting a directory on your Apache server. Октябрь 30, 2008

Posted by russenreaktor in vps.
1 comment so far

«To create the file, use the htpasswd utility that came with Apache. This will be located in the bin directory of wherever you installed Apache. To create the file, type:

htpasswd -c /usr/local/apache/passwd/passwords rbowen

htpasswd will ask you for the password, and then ask you to type it again to confirm it:

# htpasswd -c /usr/local/apache/passwd/passwords rbowen
New password: mypassword
Re-type new password: mypassword
Adding password for user rbowen » httpd.apache.org

/var/lib/locatedb: No such file or directory Сентябрь 29, 2008

Posted by russenreaktor in vps.
add a comment

«after new install of suse linux the error

«/var/lib/locatedb: No such file or directory»

occurred when using the command «locate»

solution:

run in shell

updatedb» kriyayoga.com

Using Plesk and vhost.conf Сентябрь 29, 2008

Posted by russenreaktor in vps.
add a comment

«/usr/local/psa/admin/sbin/websrvmng -u –vhost-name=domain.com»gadberry.com

VPN on VPS 1blu.de vServer Сентябрь 23, 2008

Posted by russenreaktor in linux, vps.
Tags: , , ,
add a comment
> Ich kriege folgender Fehler. In FAQ habe ich keine Info gefunden.
> Können Sie es beheben?
> 
> Beim Starten oder Stoppen des OpenVPN Daemon ist ein Problem aufgetreten.
> 
> psa-vpn: OpenVPN failed to start
> 
> ----------
> 
> tail -f /var/log/messages
> 
> 
> 
> Sep 23 10:10:27 v29133 openvpn[5296]: OpenVPN 2.0.1 i686-suse-linux [CRYPTO]
> [LZO] [EPOLL] built on Jul 22 2008
> 
> Sep 23 10:10:27 v29133 openvpn[5296]: LZO compression initialized
> 
> Sep 23 10:10:27 v29133 openvpn[5296]: Note: Cannot open TUN/TAP dev
> /dev/net/tun: Permission denied (errno=13)
> 
> Sep 23 10:10:27 v29133 openvpn[5296]: Note: Attempting fallback to kernel 2.2
> TUN/TAP interface
> 
> Sep 23 10:10:27 v29133 openvpn[5296]: Cannot allocate TUN/TAP dev dynamically
> 
> Sep 23 10:10:27 v29133 openvpn[5296]: Exiting

Das TUN/TAP-Device wird derzeit nicht von den 1blu vServern unterstuetzt. Eine
Installation dieses Moduls ist ab dem 1blu Dedicated Server L möglich, wo Sie
auch den Kernel selbst anpassen können.

Für weitere Fragen stehen wir Ihnen gerne zur Verfügung.

Mit freundlichen Grüßen aus Berlin,

Ihr 1blu Support Team

Tim Schütt