Register
Login
Contribute
Subscribe
RSS
News
FAQForge
ISPConfig
Subscribe
Contribute
Forums
Howtos
Navigation
Howtos
Linux
Android
CentOS
Debian
Fedora
Kernel
Mandriva
PCLinuxOS
SuSE
Ubuntu
Web Server
Apache
Cherokee
Lighttpd
nginx
Backup
Control Panels
ISPConfig
DNS
BIND
MyDNS
PowerDNS
djbdns
Desktop
Email
Anti-Spam/Virus
Postfix
FTP
High-Availability
Lighttpd
Monitoring
MySQL
Programming
C/C++
PHP
Samba
Security
Anti-Spam/Virus
Storage
Virtualization
KVM
OpenVZ
VMware
VirtualBox
Xen
Other
FreeBSD
Commercial
Mini-Howtos
Linux
Apache
Backup
DNS
Errors
FTP
MySQL
Networking
PHP
Postfix
Security
Sendmail
Shell
Other
ISPConfig
Forums
Contribute
Create Content
Subscription
Login
Site Map/RSS Feeds
Facebook
News
Introducing: The Cheapskate's Corner for Linux gamers!
Google's Native Code browser tech goes cross-platform
Swartz’s Last Gift, the Invasion of the Androids & More…
Linux Mint 15 brings prettier desktop, new software and driver managers
Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
JULinuXP and JULinOX OS ETPE 2013 Released
Microsoft, IT Industry Push Software Security Standard
British LulzSec hackers hear jail doors slam shut for years
KDE 4.11 Beginning to Take Shape
Linux, Standards and the Enterprise: Why Red Hat Enterprise Linux Remains the Best Choice
more
Recent comments
THANKS Falko
1 day 1 hour ago
Tested on PfSense 2.0.3, VMWare ESXi5.1 and VMWare Player 5.0.1
1 day 3 hours ago
No guarantee?
1 day 5 hours ago
Problems with SSL logins on IMAP and POP
1 day 6 hours ago
Last step
1 day 8 hours ago
remove kvm to install vmplayer
1 day 9 hours ago
Re: Re: Re: Re: Apache Configuration
1 day 10 hours ago
playsms webpage wont send
2 days 2 hours ago
Re: master details in slave my.cnf not explicitly needed
2 days 3 hours ago
Re: On debian 6(squeeze)
2 days 7 hours ago
Newsletter
Subscribe to HowtoForge Newsletter
and stay informed about our latest HOWTOs and projects.
(To unsubscribe from our newsletter, visit this
link
.)
English
|
Deutsch
|
Site Map/RSS Feeds
|
Advertise
HowtoForge Forums | HowtoForge - Linux Howtos and Tutorials
>
ISPConfig 2
>
Installation/Configuration
change webalizer passwd/update notworking
User Name
Remember Me?
Password
Register
FAQ
Members List
Social Groups
Calendar
Search
Today's Posts
Mark Forums Read
Do you like HowtoForge? Please consider supporting us by
becoming a subscriber
.
Thread Tools
Display Modes
#
1
14th February 2011, 12:25
trexen
Senior Member
Join Date: Jun 2008
Location: Stockholm
Posts: 169
Thanks: 15
Thanked 3 Times in 2 Posts
change webalizer passwd/update notworking
Hi,
i gor som problem when change the webXX_admin password it dosent change /webXX/.htpasswd that the /weXX/web/webalizer points to.
can i change the htpasswd file manualy to the correct password?
regards
Marcus
trexen
View Public Profile
Send a private message to trexen
Find all posts by trexen
Sponsored Links
#
2
15th February 2011, 14:27
falko
Super Moderator
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
The .htpasswd file will be changed at 4:00h when the webalizer cron job runs, so you might have to wait a day.
__________________
Falko
--
Download the
ISPConfig 3 Manual
! | Check out the
ISPConfig 3 Billing Module
!
FB:
http://www.facebook.com/howtoforge
nginx-Webhosting: Timme Hosting
| Follow me on:
The Following User Says Thank You to falko For This Useful Post:
John.Smith
 (5th April 2011)
falko
View Public Profile
Send a private message to falko
Visit falko's homepage!
Find all posts by falko
#
3
15th February 2011, 14:48
trexen
Senior Member
Join Date: Jun 2008
Location: Stockholm
Posts: 169
Thanks: 15
Thanked 3 Times in 2 Posts
its still the same problem, cant login whit the admin account.
any sugestions?
trexen
View Public Profile
Send a private message to trexen
Find all posts by trexen
#
4
16th February 2011, 16:23
falko
Super Moderator
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
What's the ouptut of
Code:
crontab -l
?
__________________
Falko
--
Download the
ISPConfig 3 Manual
! | Check out the
ISPConfig 3 Billing Module
!
FB:
http://www.facebook.com/howtoforge
nginx-Webhosting: Timme Hosting
| Follow me on:
falko
View Public Profile
Send a private message to falko
Visit falko's homepage!
Find all posts by falko
#
5
17th February 2011, 13:19
trexen
Senior Member
Join Date: Jun 2008
Location: Stockholm
Posts: 169
Thanks: 15
Thanked 3 Times in 2 Posts
mail:~# crontab -l
30 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/logs.php &> /dev/null
59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/ftp_logs.php &> /dev/null
59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/mail_logs.php &> /dev/null
59 23 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/cleanup.php &> /dev/null
0 4 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/webalizer.php &> /dev/null
0 4 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/awstats.php &> /dev/null
0,30 * * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/check_services.php &> /dev/null
15 3,15 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/quota_msg.php &> /dev/null
40 00 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/traffic.php &> /dev/null
05 02 * * * /root/ispconfig/php/php /root/ispconfig/scripts/shell/backup.php &> /dev/null
12 00 * * * /root/script/bk-script
55 23 * * * /root/script/automysqlbackup.sh.2.5
20 06 * * * /usr/sbin/logwatch
mail:~#
trexen
View Public Profile
Send a private message to trexen
Find all posts by trexen
#
6
18th February 2011, 16:21
falko
Super Moderator
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,591 Times in 2,443 Posts
Looks ok. Is webXX_admin listed in the .htpasswd file?
You can change the password manually with the htpasswd command. Take a look at
Code:
man htpasswd
__________________
Falko
--
Download the
ISPConfig 3 Manual
! | Check out the
ISPConfig 3 Billing Module
!
FB:
http://www.facebook.com/howtoforge
nginx-Webhosting: Timme Hosting
| Follow me on:
The Following User Says Thank You to falko For This Useful Post:
trexen
 (17th March 2011)
falko
View Public Profile
Send a private message to falko
Visit falko's homepage!
Find all posts by falko
Bookmarks
Digg
del.icio.us
StumbleUpon
Google
«
Previous Thread
|
Next Thread
»
Thread Tools
Show Printable Version
Email this Page
Display Modes
Switch to Linear Mode
Hybrid Mode
Switch to Threaded Mode
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
On
HTML code is
Off
Forum Rules
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Linux Forums
HOWTO-Related Questions
Installation/Configuration
Server Operation
Desktop Operation
Kernel Questions
Programming/Scripts
Technical
Suggest HOWTO
ISPConfig 3
General
Installation/Configuration
ISPConfig 3 Priority Support
Plugins/Modules/Addons
Tips/Tricks/Mods
Feature Requests
Developers' Forum
ISPConfig 2
General
Installation/Configuration
Tips/Tricks/Mods
Feature Requests
Developers' Forum
MyDNSConfig
General
Other Forums
Smalltalk
Forum Suggestions
Similar Threads
Thread
Thread Starter
Forum
Replies
Last Post
Webalizer language in Debian
Davide
Installation/Configuration
1
20th November 2010
02:04
How to change webalizer language?
bplgonzo
Installation/Configuration
5
18th November 2010
21:08
Upgrade Webalizer 2.01 to 2.21 ?
userman
Installation/Configuration
2
21st March 2010
20:56
missing webalizer stats
bolero
Installation/Configuration
15
12th November 2008
16:28
Howto: Make Webalizer show full QueryString!!
Zoon
Tips/Tricks/Mods
1
5th November 2007
02:12
All times are GMT +2. The time now is
01:18
.
Contact Us
-
HowtoForge - Linux Howtos and Tutorials
-
Archive
-
Top
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Recent comments
1 day 1 hour ago
1 day 3 hours ago
1 day 5 hours ago
1 day 6 hours ago
1 day 8 hours ago
1 day 9 hours ago
1 day 10 hours ago
2 days 2 hours ago
2 days 3 hours ago
2 days 7 hours ago