Installation of Frontpage and webalizer

niels

Verified User
Joined
Jan 4, 2004
Messages
6
Hi,

I have now directadmin on my server,
Which has instalt a partner of me.

But how can I install the frontpage, webalizer, webmail and squirellmail ?

Because he doesn't find it

thanks in advance
Niels
 
niels said:
But how can I install the frontpage
See http://www.site-helper.com/frontpage.html for details on FP.

niels said:
webalizer
Again, should be installed. Try running
Code:
up2date -u webalizer
if the binary does not exist on your system.

niels said:
webmail and squirellmail
Should be http://{domain}/webmail and http://{domain}/squirrelmail, respectively.

If those URLs come up 404 make sure aliases exist in your httpd.conf for /webmail and /squirrelmail. You may want to try running /usr/local/directadmin/scripts/squirrelmail.sh and /usr/local/directadmin/scripts/webmail.sh as they should both add the aliases and install each script.

Cheers, Phi1.
 
Hi,

Whit Frontpage it works,

only te other doesn't work.
I think with webalizer I can fix it.

only whit webmail and squirellmail there are te problems.
whit webmail
an example webmail

whit squirellmail I get this problem:

Error opening ../data/default_pref
Could not create initial preference file!
../data/ should be writable by user apache
Please contact your system administrator and report this error.

thanks
Niels
 
Sounds like permission problems to me.

/var/www/html/webmail/tmp needs chmod 700
as does /var/www/html/squirrelmail need 700

Check them for me.
 
niels said:
only whit webmail and squirellmail there are te problems.
whit webmail
an example webmail

# cd /usr/local/directadmin/scripts
# ./webmail.sh
# ./squirrelmail.sh

Both scripts should correct your permissions problems.

Chris
 
Back
Top