General

Profile

szogunek

  • Login: szogunek
  • Registered on: 2009-08-04
  • Last sign in: 2014-05-08

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 0 0

Activity

2014-05-08

16:48 Lighttpd Support: RE: Suggestions PLS - Lighttpd, MYSQL, Phalcon, Multi URL site
its very simple using mysql-vhost
mysql-vhost.db="databes"
mysql-vhost.user="user"
mysql-vhost.pass="pass"
mysq...
szogunek
16:33 Lighttpd Support: RE: .htaccess to lighttpd url rewrite
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
means
$HTTP["host"] =~ "^w...
szogunek

2014-01-07

22:09 Lighttpd Support: RE: a per vhosts bin-cgi directory
use alias.url instead of cgi.assign it works on my machine
$HTTP["host"] =~ "^\.eu" {
alias.url = ("/cgi-bin/" =>...
szogunek
21:24 Lighttpd Support: RE: Password protect site on a device ...
"require" => "valid-user" resolve the problem szogunek

2009-08-06

20:03 Lighttpd Support: RE: vhost problem
try to chasnge position of doc-root or just change /var/www/%0/i/%3 to /var/www/yourdomain/i/%3 szogunek
19:57 Lighttpd Support: RE: novice domain name question
try to disable server.bind its really unnecesery if u only use 1 ip for that host
simplier way to manage hosts and v...
szogunek

2009-08-04

20:33 Lighttpd Support: rewrite problem
hi there folks maybe i'm just stupid or cant understand this but i have in apache in htaccess those rules :
Rewrit...
szogunek

Also available in: Atom