On The Web by Ircmaxell
GNU/GPL PageCache Joomla! APC php5 Lighttpd! Redhat
Home arrow Forum
Friday, 01 June 2012
 
 
Featured Site
Main Menu
Home
Articles
Services
Portfolio
Version Information
Bug Tracker
F.A.Q.
Downloads
Forum
Contact Us
Text Link Ads
Latest Version
Feed Icon Page Cache 1.0.8 stable
Release Date: 2007-06-11
Donate!
Login
Syndicate
On The Web Forums
Welcome, Guest
Please Login or Register.
Lost Password?
Lighttpd + apache2 + directadmin CP (1 viewing)
_GEN_GOTOBOTTOM Post Reply

TOPIC: Lighttpd + apache2 + directadmin CP

#609
chrda (User)
Senior Boarder
Posts: 10
graphgraph
Click here to see the profile of this user
Lighttpd + apache2 + directadmin CP 2007/05/24 19:26 Karma: 0  
Nice articles lately. your doing a good job Ircmaxell

Using Page-cache on many of my projects. anyway..

If you wrote a solution to get Lighttpd as frontend or backend proxy with apache2, where lighttpd takes all the static and streaming content.

You did wrote something about the proxy solution in on of your articles, but its targeted a single webadress.

Like me, and probally others need a solution that works with the Apache2 Virtual host.

Atleast that is what i am looking for hehe.
Directadmin is one the simplest and easiest to modify Hosting Controlpanels i have used.

If you do make a howto onthis, you should post it on the DA forums
www.directadmin.com/forum

Also added your 80x15 Banner in my Powered By Module to Joomla.
you can see it at http://blorp.info still v.1.0 and not perfect.
Learning by doing

Regards
Chris
  The administrator has disabled public write access.
#610
ircmaxell (Admin)
Admin
Posts: 444
graph
Click here to see the profile of this user
Re:Lighttpd + apache2 + directadmin CP 2007/05/24 19:30 Karma: 8  
I have not used DirectAdmin, although I have heard great things about it. I am currently using ISPConfig on my new server, and am starting to get used to it. On my new server, I'm not even running Apache at all! Actually, on this server I'm barely running Apache. The only thing Apache runs is the Cpanel stuff (via proxy from Lighttpd).

As for Virtual hosts, you can write a simple proxy, something like this...
Code:

  $HTTP["url"] ~= "(\.html|\.php|/|\?)" { server.proxy = ("" => (   "host"=>"localhost",   "port"=>8080) ) }



Oh, and check out your site in IE6... Wow... Are you really using All those OS's?

Post edited by: ircmaxell, at: 2007/05/24 19:32
  The administrator has disabled public write access.
#611
chrda (User)
Senior Boarder
Posts: 10
graphgraph
Click here to see the profile of this user
Re:Lighttpd + apache2 + directadmin CP 2007/05/24 19:34 Karma: 0  
hehe yea i noticed at work now with the same BrowserFixed.. was the google AD that crashed it.
Ill try the config later today got a fresh server waiting for me.

btw any comments to this one?
http://servers.linux.com/article.pl?sid=06/01/27/1813223&tid=118

Isnt it the opposite of what you wrote? frontend/backend switch

And you said you had some hosting plans etc.. let me know if you need a partner in crime.

Just got a Xeon server with no usage at all

Post edited by: chrda, at: 2007/05/24 19:52
  The administrator has disabled public write access.
#613
ircmaxell (Admin)
Admin
Posts: 444
graph
Click here to see the profile of this user
Re:Lighttpd + apache2 + directadmin CP 2007/05/24 21:30 Karma: 8  
Lol... It is the opposite, kinda. They are having lighttpd server static content (just like I wrote), but they had Apache as the front end. I think that's inefficient (seeing as Lighttpd can handle WAY more requests/second than Apache, with less resources)...
  The administrator has disabled public write access.
#615
ircmaxell (Admin)
Admin
Posts: 444
graph
Click here to see the profile of this user
Re:Lighttpd + apache2 + directadmin CP 2007/05/24 21:40 Karma: 8  
The hosting plans I am working out, I would need at least 15 to 20 dual xeon servers just to start out on... hehehehe...
  The administrator has disabled public write access.
#616
chrda (User)
Senior Boarder
Posts: 10
graphgraph
Click here to see the profile of this user
Re:Lighttpd + apache2 + directadmin CP 2007/05/24 21:49 Karma: 0  
Ill try it soon, just need to be done at work. 14 hours already..

hehehe 15-20 servers your not planning on earning money at first then Let me know if you need to jump over to a bigger host.
I have no problem hosting yours for some help now and then.
But i guess you need your own enviorment to work on

My Xeon baby with 1Gbit link is bored
I am actually looking fora co-admin,since i sometimes need to go away for weeks

And again good work you will get very popular

Post edited by: chrda, at: 2007/05/24 21:56
  The administrator has disabled public write access.
#617
ircmaxell (Admin)
Admin
Posts: 444
graph
Click here to see the profile of this user
Re:Lighttpd + apache2 + directadmin CP 2007/05/24 22:03 Karma: 8  
Well, picture a hosting system that provides fault tollerance, redundancy, and instant expandability all in one package. To be able to withstand going from needing a single celeron processor today, to needing 10 loadballanced Xeon servers tomorrow... All with a click of a mouse!!!
  The administrator has disabled public write access.
#618
chrda (User)
Senior Boarder
Posts: 10
graphgraph
Click here to see the profile of this user
Re:Lighttpd + apache2 + directadmin CP 2007/05/24 22:06 Karma: 0  
Sounds like a good plan
Let me know if you got a job for me
  The administrator has disabled public write access.
#619
ircmaxell (Admin)
Admin
Posts: 444
graph
Click here to see the profile of this user
Re:Lighttpd + apache2 + directadmin CP 2007/05/24 22:11 Karma: 8  
Lol... No problem...
  The administrator has disabled public write access.
#620
chrda (User)
Senior Boarder
Posts: 10
graphgraph
Click here to see the profile of this user
Re:Lighttpd + apache2 + directadmin CP 2007/05/25 00:08 Karma: 0  
Server starts but i get unavaible.. ip:8080 works
Code:

  server.document-root "/var/www/html" server.port 80 server.username "lighttpd" server.groupname "lighttpd" #server.bind                = "203.1.1.2" server.tag ="lighttpd" server.errorlog            "/var/log/lighttpd/error.log" accesslog.filename         "/var/log/lighttpd/access.log"  server.modules              = (                                 "mod_rewrite",                                 "mod_alias",                                 "mod_access",                                 "mod_auth",                                 "mod_status",                                 "mod_fastcgi",                                 "mod_proxy",                                 "mod_accesslog",                                 "mod_magnet" ) $HTTP["url"] =~ "(\.html|\.php|/|\?)$" {   proxy.server = (         "" => (          "host" => "localhost",          "port" => 8080       )     ) }



Post edited by: chrda, at: 2007/05/25 00:55
  The administrator has disabled public write access.
_GEN_GOTOTOP Post Reply
get the latest posts directly to your desktop
Whiplash Claims - Gold Necklace - Whiplash - Jewellery
 
Top! Top!
Generated in 0.17634177207947 Seconds