freebsd-ports/www/openx/files/pkg-message.in
Beech Rintoul f068312fa4 - New port openx-2.4.4
OpenX is a hugely popular, free ad server designed by web publishers for web
publishers. It provides everything you need to manage your online advertising.
Make more money from online advertising today.

OpenX gives you:

Control:
  Maximise your revenue by showing the right ad campaigns to the right people.
Transparency:
  Track the performance of all your online advertising from one intuitive
  interface.
Freedom:
  Free to mix direct, network and house ads to optimise your revenue per page.

OpenX obsoletes OpenAds, which obsoletes phpAdsNew2.

WWW: http://www.openx.org/

PR:		ports/121716
Submitted by:	Piotr Rybicki <meritus at innervision.pl>
2008-03-29 19:31:10 +00:00

25 lines
736 B
Text

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
%%PKGNAME%% has been installed into:
%%WWWDIR%%
To make OpenX available through your web site, I suggest
that you add something like the following to httpd.conf:
### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
Alias /openx %%WWWDIR%%/
AcceptPathInfo On
<Directory %%WWWDIR%%>
AllowOverride None
Order Allow,Deny
Allow from all
</Directory>
Also create a cron job to run maintenance schedule (as user www)
0 * * * * /usr/local/bin/php /usr/local/www/openx/scripts/maintenance/maintenance.php www.mydomain.com
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *