• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Lighttpd Tutorial?

ziggy46802

Active Member
Joined
Aug 19, 2012
Messages
418
Reaction score
27
Can somebody show me how to set up lighttpd or point me in the direction of a tutorial because I am confused by it.
 
Solution
If you don't have apache2 already installed its a pretty smooth process

apt-get install lighttpd php5-cgi
lighty-enable-mod fastcgi
apt-get install phpmyadmin
(You should be followed by a phpmyadmin install wizard, make sure to select lighttpd with space button before to select and configure it properly).

And your set, the web directory shoud by default be located at /var/www/, and the config file for lighttpd at /etc/lighttpd/lighttpd.conf (at least on debian and ubuntu os).

Might have to do sudo in front of the commands in ubuntu to launch them with admin authorization.
If you don't have apache2 already installed its a pretty smooth process

apt-get install lighttpd php5-cgi
lighty-enable-mod fastcgi
apt-get install phpmyadmin
(You should be followed by a phpmyadmin install wizard, make sure to select lighttpd with space button before to select and configure it properly).

And your set, the web directory shoud by default be located at /var/www/, and the config file for lighttpd at /etc/lighttpd/lighttpd.conf (at least on debian and ubuntu os).

Might have to do sudo in front of the commands in ubuntu to launch them with admin authorization.
 
Solution
Thank you so much Znote, it all worked smoothly and I should have it up and running soon, I just did the last step. You should make a tutorial and sticky it, most people need help with lighttpd if new to it!

- - - Updated - - -

Now that I have lighttpd working, what AAC do you recommend and how do I "install" it into lightppd?
 
Now that I have lighttpd working, what AAC do you recommend and how do I "install" it into lightppd?

I recommend you to use Znote AAC. :)

(remember, dot at end of line is a part of the command)
Code:
cd /var/www/
wget https://dl.dropbox.com/u/12304631/znoteaac/znoteAACv1.2bpublic.zip .
unzip *zip .
rm *zip
cd znoteaac
mv * ..
if permission problems: chmod -R 777 /var/www/

Visit site (http://127.0.0.1/ or the global IP if dedicated server) and you should get generated mysql schema, import this into phpmyadmin.
 
Last edited:
Cannot write to `znoteAACv1.2bpublic.zip' (Success).
--2012-11-08 14:55:06-- http://.unzip/
Resolving .unzip (.unzip)... failed: Name or service not known.
wget: unable to resolve host address `.unzip'
--2012-11-08 14:55:06-- http://*zip/
Resolving *zip (*zip)... failed: Name or service not known.
wget: unable to resolve host address `*zip'
--2012-11-08 14:55:06-- http://./
Resolving . (.)... failed: Name or service not known.
wget: unable to resolve host address `.'

this is the end of what I get at the end of the second line of what you wrote znote, and then "rm *zip" does not work

- - - Updated - - -

Okay, why can't I paste anything into the var/www folder? This is ridiculous

- - - Updated - - -

How come I am not the owner of the var or www folder and can not paste into it this is just out right stupid
 
this is the end of what I get at the end of the second line of what you wrote znote, and then "rm *zip" does not work

- - - Updated - - -

Okay, why can't I paste anything into the var/www folder? This is ridiculous

- - - Updated - - -

How come I am not the owner of the var or www folder and can not paste into it this is just out right stupid

Yes, I agree. I don't think you are logged in as a proper admin.
What Linux OS are you using?
 
Back
Top