ispCP - Board - Support - VHCS fork

Full Version: Ads on hosted sites.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,
Is there mayby a way to show ads on the (sub)domains that you host with ispcp. Something like lycos or freewebs.
Sincerly, Patrick.
hm you mean something like a "banner-rotation" ?

That has to be done in apache with mod_layout
Thanks, mod_layout is usefull for this. I think this should be easy to implend into the ispcp. I only run into a problem with the install of it:
Code:
make: apxs: Command not found
make: *** [mod_layout.so] Error 127

i follow this readme:
http://freshmeat.net/projects/mod_layout...h_id=68593
But i hvae no idea what they mean with apxs and where it is on my system.

Sincerly, Patrick.
Quote:$ apt-cache show apache-dev
Package: apache-dev
[...]
Description: development kit for the Apache webserver
Provides the Apache C headers and the Apache Extension Tool (apxs),
needed to compile external Apache modules.
apache2-prefork-dev provides the apxs2
oh on ispCP maybe better use apache2-threaded-dev instead of prefork Wink
Still getting the same error. Sad
Same here Sad

/E
Well, there are only three options:
Quote:$ apt-cache search apache.*apx
apache-dev - development kit for the Apache webserver
apache2-prefork-dev - development headers for apache2
apache2-threaded-dev - development headers for apache2
I tried with both apache2-prefork-dev and threaded-dev, same error.
apxs -c mod_layout.c utility.c layout.c
make: apxs: Command not found
make: *** [mod_layout.so] Error 127

/E
Reference URL's