WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: rapache is a nice admin gui for the webserver  (Read 2821 times)

Offline beerstein

  • Hero Member
  • *****
  • Posts: 530
rapache is a nice admin gui for the webserver
« on: July 15, 2011, 03:51:53 AM »
Hello:
I would like to have the rapache gui as a TC extension. Can somebody make it
or help me to do it by myself?

The code can be found at "http://rapache.net/"

Have a good day
t(w)o be(ers) or not t(w)o be(ers) that is the question

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14565
Re: rapache is a nice admin gui for the webserver
« Reply #1 on: July 15, 2011, 04:17:46 AM »
As per http://rapache.net/manual.html#Installation you'll need an "R" extension and a libapreq2 extension first - do you have those?

Offline beerstein

  • Hero Member
  • *****
  • Posts: 530
Re: rapache is a nice admin gui for the webserver
« Reply #2 on: July 15, 2011, 04:20:47 AM »
No I do not have anything yet. I just saw the extension in UBUNTU.
There is a nice apache tutorial on youtube where the guy uses and
explains it.
t(w)o be(ers) or not t(w)o be(ers) that is the question

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14565
Re: rapache is a nice admin gui for the webserver
« Reply #3 on: July 15, 2011, 04:30:48 AM »
It looks like you get libapreq2 from http://apache.deathculture.net//httpd/libapreq/libapreq2-2.13.tar.gz

You could maybe try to compile it:

1. load compiletc
2. copy libapreq2-2.13.tar.gz to a temporary location
3. untar libapreq2-2.13.tar.gz
4. cd to libapreq2-2.13
5. ./configure --prefix-/usr/local
6. make
7. make install

Edit correct httpd -> libapreq
« Last Edit: July 15, 2011, 05:16:47 AM by Juanito »

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14565
Re: rapache is a nice admin gui for the webserver
« Reply #4 on: July 15, 2011, 06:37:47 AM »
so I compiled libapreq2, R and rapache - no idea if they work.

Let me know if you'd like me to pass them to you to test.

Offline beerstein

  • Hero Member
  • *****
  • Posts: 530
Re: rapache is a nice admin gui for the webserver
« Reply #5 on: July 16, 2011, 04:24:48 AM »
HI:
Thank you so much for helping me here. Please email me the code.
I will keep you posted.
t(w)o be(ers) or not t(w)o be(ers) that is the question