V ViPeRR Active Member 444 2010 2 0 Dec 25, 2010 #1 ok well i got a vps and installed lighttpd with php and sql and everything. now i need to host my .ws site! how do i do that? lol.
ok well i got a vps and installed lighttpd with php and sql and everything. now i need to host my .ws site! how do i do that? lol.
S snowmanrene Active Member 1,590 2008 212 40 Dec 25, 2010 #2 If you have no idea how to use Lighttpd, then why install it in the first place?
V ViPeRR Active Member 444 2010 2 0 Dec 25, 2010 #3 Well I don't know enogh of it. If some one can find me a updated tutorial, it would be great
D desiboy Active Member 1,544 2008 7 0 Dec 25, 2010 #4 just locate lighttpd.conf and edit it according to your needs.. http://redmine.lighttpd.net/wiki/1/TutorialConfiguration for example if you select /var/www/passwords.ws/ as server.document-root it means that you have to place all the file of that site in that directory.. and then reload lighty to see the effect..
just locate lighttpd.conf and edit it according to your needs.. http://redmine.lighttpd.net/wiki/1/TutorialConfiguration for example if you select /var/www/passwords.ws/ as server.document-root it means that you have to place all the file of that site in that directory.. and then reload lighty to see the effect..
V ViPeRR Active Member 444 2010 2 0 Dec 25, 2010 #6 I have all that installed and confige, I just need to get my site to show the files,. I have no money but I could give a domain or something.
I have all that installed and confige, I just need to get my site to show the files,. I have no money but I could give a domain or something.
W windows Active Member 82 2010 1 10 Dec 26, 2010 #8 It's called "vhost" (virtual hosting). http://www.cyberciti.biz/tips/howto-lighttpd-web-server-setting-up-virtual-hosting.html And if you want to use permalink rewrite on Lighttpd, simply this snippet solved the problem. Code: server.error-handler-404 = "/index.php"
It's called "vhost" (virtual hosting). http://www.cyberciti.biz/tips/howto-lighttpd-web-server-setting-up-virtual-hosting.html And if you want to use permalink rewrite on Lighttpd, simply this snippet solved the problem. Code: server.error-handler-404 = "/index.php"