blob: 5d26ddbc729ee1970c3fc79570cf115a9ca65ebc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
%%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 Limit
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
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|