Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Unable to access frontview
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-06
05:26 AM
2012-06-06
05:26 AM
Unable to access frontview
Hello!
I've fiddling around to get my wordpress running and I may have broken access to frontview in the process, that or the latest upgrade broke it.
apache-ssl runs under www-data user and group.
I was first presented with:
(13)Permission denied: /frontview/ui/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
which i solved by chmod 755 then
(13)Permission denied: /frontview/ui/resource/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
which i solved by chmod 755 then
etc
The errors i'm getting now is the following
user root: authentication failure for "/admin": Password Mismatch
authentication failure for "/shares": Password Mismatch
I'm out of ideas and hope someone can shine some light on this issue.
My blog is working perfectly running wordpress, the frontview doesn't work.
Thanks in advance
Johan Nilsson
I've fiddling around to get my wordpress running and I may have broken access to frontview in the process, that or the latest upgrade broke it.
apache-ssl runs under www-data user and group.
I was first presented with:
(13)Permission denied: /frontview/ui/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
which i solved by chmod 755 then
(13)Permission denied: /frontview/ui/resource/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
which i solved by chmod 755 then
etc
The errors i'm getting now is the following
user root: authentication failure for "/admin": Password Mismatch
authentication failure for "/shares": Password Mismatch
I'm out of ideas and hope someone can shine some light on this issue.
My blog is working perfectly running wordpress, the frontview doesn't work.
Thanks in advance
Johan Nilsson
Message 1 of 17
Labels:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-06
05:28 AM
2012-06-06
05:28 AM
Re: Unable to access frontview
You might want to post the SSH commands you've used.
To check what you've done:
To check what you've done:
# cd
# cat .bash_commands
Message 2 of 17
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-06
05:45 AM
2012-06-06
05:45 AM
Re: Unable to access frontview
Thanks for teaching me the .bash_commands func, didn't know about it : )
It did unfortunately not show anything of interest, besides maybe a restart of apache-ssl as another user.
I got the wordpress blog running some weeks ago, it was not until today I realized frontview wasn't working
Thanks in advance for any further hints!
Really appreciate it!
It did unfortunately not show anything of interest, besides maybe a restart of apache-ssl as another user.
I got the wordpress blog running some weeks ago, it was not until today I realized frontview wasn't working
Thanks in advance for any further hints!
Really appreciate it!
Message 3 of 17
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-06
06:21 AM
2012-06-06
06:21 AM
Re: Unable to access frontview
What's useful depends on opinion.
What command did you use to restart apache?
apache should be restarted with a command such as:
What command did you use to restart apache?
apache should be restarted with a command such as:
# /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
Message 4 of 17
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-06
02:08 PM
2012-06-06
02:08 PM
Re: Unable to access frontview
Did a killall and restarted apache the way you instructed.
Still suffering the same symptoms, any other ideas?
Is there anything else I can provide to further figure out the matter?
Thanks
Still suffering the same symptoms, any other ideas?
Is there anything else I can provide to further figure out the matter?
Thanks
Message 5 of 17
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-06
04:46 PM
2012-06-06
04:46 PM
Re: Unable to access frontview
Well you haven't posted the SSH commands or explained whether you've installed Wordpress and PHP via add-ons or some other way.
Message 6 of 17
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-07
03:21 AM
2012-06-07
03:21 AM
Re: Unable to access frontview
I manually installed wordpress but installed php via an addon (can't remember which, but i remember paying for it)
Do you want me to paste the whole ssh commands for current user and root?
I was realizing the status code of 255 that I am getting.
*If you see a negative error code (or a number like 255 or 254) reported in the Apache error log, then that is an error code from mod_authnz_external and means that it was unable to run pwauth at all*
My Auth.Conf
<IfModule authnz_external_module>
AuthType Basic
AuthBasicProvider external
AuthExternal pwauth
</IfModule>
<IfModule !authnz_external_module>
LoadModule authnz_external_module /usr/lib/apache2/modules/mod_authnz_external.so
LoadModule auth_sys_group_module /usr/lib/apache2/modules/mod_auth_sys_group.so
AddExternalAuth pwauth /usr/bin/pwauth
SetExternalAuthMethod pwauth environment
</IfModule>
Do you want me to paste the whole ssh commands for current user and root?
I was realizing the status code of 255 that I am getting.
*If you see a negative error code (or a number like 255 or 254) reported in the Apache error log, then that is an error code from mod_authnz_external and means that it was unable to run pwauth at all*
My Auth.Conf
<IfModule authnz_external_module>
AuthType Basic
AuthBasicProvider external
AuthExternal pwauth
</IfModule>
<IfModule !authnz_external_module>
LoadModule authnz_external_module /usr/lib/apache2/modules/mod_authnz_external.so
LoadModule auth_sys_group_module /usr/lib/apache2/modules/mod_auth_sys_group.so
AddExternalAuth pwauth /usr/bin/pwauth
SetExternalAuthMethod pwauth environment
</IfModule>
Message 7 of 17
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-07
03:44 AM
2012-06-07
03:44 AM
Re: Unable to access frontview
Could it have something to do with permissions on pwauth?
-rwsr-x--- 1 root admin 4948 2010-07-28 23:28 pwauth
It requires root or admin but apache-ssl runs as www-data
NAS:/usr/bin# ps aux | grep apache-ssl
root 16525 0.0 4.2 104520 42960 ? Ss 06:25 0:01 /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf
www-data 16536 0.0 7.1 122048 72496 ? S 06:25 0:02 /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf
www-data 22430 0.0 3.7 106156 38256 ? S 11:45 0:00 /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf
-rwsr-x--- 1 root admin 4948 2010-07-28 23:28 pwauth
It requires root or admin but apache-ssl runs as www-data
NAS:/usr/bin# ps aux | grep apache-ssl
root 16525 0.0 4.2 104520 42960 ? Ss 06:25 0:01 /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf
www-data 16536 0.0 7.1 122048 72496 ? S 06:25 0:02 /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf
www-data 22430 0.0 3.7 106156 38256 ? S 11:45 0:00 /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf
Message 8 of 17
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-08
01:48 PM
2012-06-08
01:48 PM
Re: Unable to access frontview
I chmod pwauth to 777 and received a new error:
AuthExtern pwauth [/usr/bin/pwauth]: Failed (50) for user root
Where:
50 STATUS_INT_USER pwauth was invoked by a uid not on the SERVER_UIDS list. If you get this error code, you probably have SERVER_UIDS set incorrectly in pwauth's config.h file.
Anybody have any knowledge about where i may find pwauthäs config file?
Thanks
AuthExtern pwauth [/usr/bin/pwauth]: Failed (50) for user root
Where:
50 STATUS_INT_USER pwauth was invoked by a uid not on the SERVER_UIDS list. If you get this error code, you probably have SERVER_UIDS set incorrectly in pwauth's config.h file.
Anybody have any knowledge about where i may find pwauthäs config file?
Thanks
Message 9 of 17
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-11
10:38 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-13
11:50 AM
2012-06-13
11:50 AM
Re: Unable to access frontview
Have been digging around some more and realized I don't have a the following file
/etc/pam.d/pwauth
Is this file supposed to exist?
Or where do pwauth get its authentication rules?
Thanks in advance
/etc/pam.d/pwauth
Is this file supposed to exist?
Or where do pwauth get its authentication rules?
Thanks in advance
Message 11 of 17
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-14
04:29 AM
2012-06-14
04:29 AM
Re: Unable to access frontview
No there's no /etc/pam.d/pwauth file on my system.
Not sure what you've done to cause the problem from the information you've provided.
Have you tried an OS Re-install?:
Then either use the reboot command or shutdown safely pressing power button twice. Then power on again.
Not sure what you've done to cause the problem from the information you've provided.
Have you tried an OS Re-install?:
touch /.os_update
Then either use the reboot command or shutdown safely pressing power button twice. Then power on again.
Message 12 of 17
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-14
05:48 AM
2012-06-14
05:48 AM
Re: Unable to access frontview
Thanks for you input!
Wouldn't an os reinstall break my wordpress install among other things?
As it is now, everything is working peachy except frontview.
The last thing I remember doing was to upgrade the firmware to 4.2.20.
Before that I installed some custom packages php etc to get wordpress going
Wouldn't an os reinstall break my wordpress install among other things?
As it is now, everything is working peachy except frontview.
The last thing I remember doing was to upgrade the firmware to 4.2.20.
Before that I installed some custom packages php etc to get wordpress going
Message 13 of 17
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-14
05:58 AM
2012-06-14
05:58 AM
Re: Unable to access frontview
Dashu wrote: Thanks for you input!
Wouldn't an os reinstall break my wordpress install among other things?
Quite possibly.
Dashu wrote:
The last thing I remember doing was to upgrade the firmware to 4.2.20.
Before that I installed some custom packages php etc to get wordpress going
Still would be of help to have a list of the commands you entered.
Message 14 of 17
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-14
06:11 AM
2012-06-14
06:11 AM
Re: Unable to access frontview
Bash history for user
sudo /etc/init.d/ddclient status
sudo vi /etc/ddclient.conf
sudo /etc/init.d/ddclient restart
get dns.loopia.se/checkip/checkip.php
cat dns.loopia.se/checkip/checkip.php
syslog
cd /var/log/
ls
tail syslog
sudo /etc/init.d/ddclient start
sudo /etc/init.d/ddclient start
tail syslog
ls
sudo vi /etc/ddclient.conf
tail /var/log
ls
sudo /etc/init.d/ddclient start
ls
tail syslog
tail syslog
ls
tail syslog
sudo vi /etc/ddclient.conf
tail syslog
sudo /etc/init.d/ddclient status
which ddclient
ddclient
ls
tail daemon.log
tail syslog
tail syslog
tail syslog
tail syslog
tail syslog
tail syslog
tail daemon.log
tail daemon.log
tail syslog
tail syslog
sudo /etc/init.d/ddclient
sudo /etc/init.d/ddclient force-reload
tail syslog
exit
cd /
ls
cd var/log/
ls
cat proftpd.log
sudo cat proftpd.log
sudo tail proftpd.log
cd /etc/
ls
cat proftpd.conf
cd var/log/
cd /var/log
tail proftpd.log
sudo tail proftpd.log
sudo tail proftpd.log
sudo tail proftpd.log
sudo apt-get update
sudo apt-get update
sudo apt-key update
sudo apt-get update
sudo apt-get check
sudo apt-get update
tail /var/log/syslog
tail /var/log/daemon.log
cd /var/log
ls
tail debug
ls
exit
apt-cache show ddclient
ls /tmp/
ping google.com
exit
cd /etc
ls
sudo vi proftpd.conf
sudo /etc/init.d/proftpd restart
exit
apt
apt
package
pkg
pkg-ad
pkg-add
apt
apt-get
apt-get update
su
exit
su
exit
su
exit
su
su
exit
sudo vi /c/blog/.htaccess
su
exit
su
exit
cd /home
ls
cd ..
cd ..
ls
cd homes
ls
ls
su
exit
ls
cd ..
cd ..
cd ..
ls
ls
exit
cd /media
exit
cd /blog
ls
cd wp-content
ls
ls
cd ..
ls
ls -al
cd wp-includes
ls
cd ..
ls
ls -al
cd wp-admmin
cd wp-admin
ls
cd /var/log/frontview/
ls
tail error.log
cd /frontview/ui/re
cd /frontview/ui
cd /frontview
ls
cd ui
su
exit
su
exit
su
exit
su
su
exit
cd /var/log/apache
ls
cd /var/log
ls
cd frontview
ls
cat access.log
tail access.log
clear
tail access.log
ls
tail error.log
cd c
cd /c/blog
ls
cd ,,'
cd ..
cd..
cd ..
ls
cd blog
ls
ls -al
cat .htaccess
cd /etc/cd /etc
ls
cd /etc
ls
help find
man -k find
find
find -n conf.d
find -name conf.d
cd php5
cat conf.d
ls
cd conf.d/
ls
cd ..
ls
cd apache2/
ls
ct conf.d
ct conf.d
cat conf.d
cd conf.d
ls
cd /c/blog/
ls
pico .htaccess
apt-get
apt-get pico
apt-get install pico
sudo
sudo apt-get install pico
sudo apt-get install nano
ls
nano .htaccess
cat .htaccess
cd /etc/frontview/
ls
cd apache/
ls
cat /var/log/frontview/error.log
ls
nano httpd.conf
sudo nano httpd.conf
tail /var/log/frontview/error.log
apachectl restart
which apachectl
find -name apachectl
find / -name apachectl
locate apachectl
/sbin/service httpd reload
locate apache
which apache
apachectl
/etc/init.d/apache2 reload
/etc/init.d/apache2 reload -f /etc/frontview/apache/
/etc/init.d/apache2 reload -f /etc/frontview/apache/httpd.conf
sudo /etc/init.d/apache2 reload -f /etc/frontview/apache/httpd.conf
which apache2
locate apache2
which apache
which
locate
locate apache
locate apache2
locate locate
find / -name apache2.conf
sudo find / -name apache2.conf
sudo find / -name apache.conf
sudo find / -name httpd.conf
sudo /etc/init.d/apache2 reload -f /etc/frontview/apache/httpd.conf
sudo /etc/init.d/apache2 reload -file /etc/frontview/apache/httpd.conf
cd /etc/init.d
ls
apache2 reload
cd apache2
ls
./apache2 reload
./apache2
./apache2 reload
./apache2 reload -
./apache2 reloadps
ps
sudo ps
ps -al
ps
man ps
httpd reload
./apache2 reload
apt-get install apachectl
sudo apt-get install apachectl
apache2
apache
cd /etc/frontview/apache/
ls
cat Virtual.conf
sudo cat Virtual
su
exit
ls
cd /c/blog
ls
cd wp-content
ks
ls
cd plugins/
ls
cd sociable
ks
ls
ls -al
chown www-data
chown www-data www-data
chown www-data *
sudo chown www-data *
cd ..
ls
ls -al
chown www-data sociable/
sudo chown www-data sociable/
ls -al
sudo chgroup www-data sociable/
sudo chgrp www-data sociable/
ls -al
ls -al
rm -rf sociable/'
rm -rf sociable/
sudo rm -rf sociable/
ls -al
cd /c/blog
ls
cd wp-content
ls
cd plugins/
ls
rm -rf akismet
ls
exit
ls
cd /etc/log
cd /etc
ls
cd /var/log
ls
tail user.log
tail syslog
tail debug
tail dmsg
tail dmesg
cd frontview/
ls
tail access.log
clear
tail error.log
cd /frontview/ui/
ls
su
sudo killall apache-ssl
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
sudo /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
su
sudo /etc/init.d/ddclient status
sudo vi /etc/ddclient.conf
sudo /etc/init.d/ddclient restart
get dns.loopia.se/checkip/checkip.php
cat dns.loopia.se/checkip/checkip.php
syslog
cd /var/log/
ls
tail syslog
sudo /etc/init.d/ddclient start
sudo /etc/init.d/ddclient start
tail syslog
ls
sudo vi /etc/ddclient.conf
tail /var/log
ls
sudo /etc/init.d/ddclient start
ls
tail syslog
tail syslog
ls
tail syslog
sudo vi /etc/ddclient.conf
tail syslog
sudo /etc/init.d/ddclient status
which ddclient
ddclient
ls
tail daemon.log
tail syslog
tail syslog
tail syslog
tail syslog
tail syslog
tail syslog
tail daemon.log
tail daemon.log
tail syslog
tail syslog
sudo /etc/init.d/ddclient
sudo /etc/init.d/ddclient force-reload
tail syslog
exit
cd /
ls
cd var/log/
ls
cat proftpd.log
sudo cat proftpd.log
sudo tail proftpd.log
cd /etc/
ls
cat proftpd.conf
cd var/log/
cd /var/log
tail proftpd.log
sudo tail proftpd.log
sudo tail proftpd.log
sudo tail proftpd.log
sudo apt-get update
sudo apt-get update
sudo apt-key update
sudo apt-get update
sudo apt-get check
sudo apt-get update
tail /var/log/syslog
tail /var/log/daemon.log
cd /var/log
ls
tail debug
ls
exit
apt-cache show ddclient
ls /tmp/
ping google.com
exit
cd /etc
ls
sudo vi proftpd.conf
sudo /etc/init.d/proftpd restart
exit
apt
apt
package
pkg
pkg-ad
pkg-add
apt
apt-get
apt-get update
su
exit
su
exit
su
exit
su
su
exit
sudo vi /c/blog/.htaccess
su
exit
su
exit
cd /home
ls
cd ..
cd ..
ls
cd homes
ls
ls
su
exit
ls
cd ..
cd ..
cd ..
ls
ls
exit
cd /media
exit
cd /blog
ls
cd wp-content
ls
ls
cd ..
ls
ls -al
cd wp-includes
ls
cd ..
ls
ls -al
cd wp-admmin
cd wp-admin
ls
cd /var/log/frontview/
ls
tail error.log
cd /frontview/ui/re
cd /frontview/ui
cd /frontview
ls
cd ui
su
exit
su
exit
su
exit
su
su
exit
cd /var/log/apache
ls
cd /var/log
ls
cd frontview
ls
cat access.log
tail access.log
clear
tail access.log
ls
tail error.log
cd c
cd /c/blog
ls
cd ,,'
cd ..
cd..
cd ..
ls
cd blog
ls
ls -al
cat .htaccess
cd /etc/cd /etc
ls
cd /etc
ls
help find
man -k find
find
find -n conf.d
find -name conf.d
cd php5
cat conf.d
ls
cd conf.d/
ls
cd ..
ls
cd apache2/
ls
ct conf.d
ct conf.d
cat conf.d
cd conf.d
ls
cd /c/blog/
ls
pico .htaccess
apt-get
apt-get pico
apt-get install pico
sudo
sudo apt-get install pico
sudo apt-get install nano
ls
nano .htaccess
cat .htaccess
cd /etc/frontview/
ls
cd apache/
ls
cat /var/log/frontview/error.log
ls
nano httpd.conf
sudo nano httpd.conf
tail /var/log/frontview/error.log
apachectl restart
which apachectl
find -name apachectl
find / -name apachectl
locate apachectl
/sbin/service httpd reload
locate apache
which apache
apachectl
/etc/init.d/apache2 reload
/etc/init.d/apache2 reload -f /etc/frontview/apache/
/etc/init.d/apache2 reload -f /etc/frontview/apache/httpd.conf
sudo /etc/init.d/apache2 reload -f /etc/frontview/apache/httpd.conf
which apache2
locate apache2
which apache
which
locate
locate apache
locate apache2
locate locate
find / -name apache2.conf
sudo find / -name apache2.conf
sudo find / -name apache.conf
sudo find / -name httpd.conf
sudo /etc/init.d/apache2 reload -f /etc/frontview/apache/httpd.conf
sudo /etc/init.d/apache2 reload -file /etc/frontview/apache/httpd.conf
cd /etc/init.d
ls
apache2 reload
cd apache2
ls
./apache2 reload
./apache2
./apache2 reload
./apache2 reload -
./apache2 reloadps
ps
sudo ps
ps -al
ps
man ps
httpd reload
./apache2 reload
apt-get install apachectl
sudo apt-get install apachectl
apache2
apache
cd /etc/frontview/apache/
ls
cat Virtual.conf
sudo cat Virtual
su
exit
ls
cd /c/blog
ls
cd wp-content
ks
ls
cd plugins/
ls
cd sociable
ks
ls
ls -al
chown www-data
chown www-data www-data
chown www-data *
sudo chown www-data *
cd ..
ls
ls -al
chown www-data sociable/
sudo chown www-data sociable/
ls -al
sudo chgroup www-data sociable/
sudo chgrp www-data sociable/
ls -al
ls -al
rm -rf sociable/'
rm -rf sociable/
sudo rm -rf sociable/
ls -al
cd /c/blog
ls
cd wp-content
ls
cd plugins/
ls
rm -rf akismet
ls
exit
ls
cd /etc/log
cd /etc
ls
cd /var/log
ls
tail user.log
tail syslog
tail debug
tail dmsg
tail dmesg
cd frontview/
ls
tail access.log
clear
tail error.log
cd /frontview/ui/
ls
su
sudo killall apache-ssl
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
sudo /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
su
Message 15 of 17
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-14
06:16 AM
2012-06-14
06:16 AM
Re: Unable to access frontview
bash history for root
cd ..
ls
ls -al
cd wp-admin
ls
ls -al
cd includes
ls
ls -al
cd ..
ls
chmod 777 includes/
cd includes/
ls
ls -al
ls
cd ..
ls
cd ..
ls
cd ..
ls
ls
wget http://wordpress.org/wordpress-3.3.2.tar.gz
cd /c/blog/
ls
cd wp-admin
ls
cd ..
cd wp-content
ls
ls -al
cd upgrade/
ols
ls
ls -al
man ps
pos
ps
help ps
ps aux | grep apache2
cd ..
ls
ls -al
cd /etc/frontview/
ls
cd apache/
ls
nano httpd.conf
ls
apache-ssl -f /etc/frontview/apache/httpd.conf -k restart
sudo
sudo -u www-data apache-ssl -f /etc/frontview/apache/httpd.conf -k restart
sudo -u www-data | apache-ssl -f /etc/frontview/apache/httpd.conf -k restart
ps aux
ps aux | grep apache
apache-ssl -f /etc/frontview/apache/httpd.conf -k stop
ps aux | grep apache
sudo -u www-data | apache-ssl -f /etc/frontview/apache/httpd.conf -k restart
ps aux | grep apache
åexit
exit
cat Virtual.conf
man sudo
cd /etc/
ls
cat sudoers
nano sudoers
man sudoers
man sudo
man
help sudoers
man -k sudo
info sudo
help sudo
apt-get install man
apt-get install man-db
apt-get
apt-get -f install
apt-get install man-db
man sudo
man -k sudo
man sudo
man sudoers
info sudo
man
man locate
man 7 undocumented
man 7
man
asd
man
bash
exit
cd /frontview/ui/
ls
ls -al
cd ..
ls
ls -al
chmod ui 750
chmod /ui 750
chmod 750 ui/
ls -al
chmod 730 ui/
ls -al
chmod 710 ui/
ls -al
chmod 720 ui/
ls -al
chmod 740 ui/
ls -al
tail /var/log/frontview/error.log
cd ..
ls -al
cd frontview/
ls -al
ls -al
chmod 744 ui/
ls -al
tail /var/log/frontview/error.log
ls
cd ui
ls
ls -al
cd ..
ls
chmod 755 ui
tail /var/log/frontview/error.log
ls
cd ui
ls
chmod 744 resource/
tail /var/log/frontview/error.log
chmod 754 resource/
tail /var/log/frontview/error.log
chmod 755 resource/
tail /var/log/frontview/error.log
cd resource/
ls
chmod 755 html/
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
ls
cd html/
ls
cd /admin
cd addons/
ls
cd ..
find ./ -name admin
ls
cd shares/
ls
cd ..
cd volumes/
ls
cd ..
ls
.c d
cd ..
ls
cd ..
ls
cd ..
ls
cd ui
ks
ls
cd resource/
ls
cd html
ls
ls services/
ls security/
ls shares/
ls system/
ls volumes/
tail /var/log/frontview/error.log
cd ..
cd ..
c d..
cd ..
cd ..
chmod
chmod --help
chmod -R 755 frontview/
cd frontview/
ls
ls -al
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
ps
ps -aux
ps
man ps
killal apache-ssl
killall apache-ssl
ls
ps -aux
whoami
which apache-ssl
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf
ps -aux
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
cd
cat .bash_history
clear
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
nano Shares.conf
nano Shares.conf.1
cat Virtual.conf
cat Auth.conf
nano httpd.conf
cd ..
ls
cat account.conf
cd apache/
ls
cat Auth.conf
cd /usr/lib/apache2/modules/ps -aux
ps -aux
httpd -v
cd /usr/sbin/apache-ssl -v
/usr/sbin/apache-ssl -v
nano httpd.conf
cat Ports.conf
cat Virtual.conf
cat Shares.conf
cd addons/
ls
cat PHP5.conf
ls
cat 00_php5module.conf
httpd -l
which httpd
locate httpd
tail /var/log/frontview/error.log
cd /usr/bin/
öls
ls
l -al
ls -al
ls -al | grep pwauth
ps -aux
ps -aux | grep apache-ssl
ps -aux | grep 'apache-ssl'
ps aux | grep 'apache-ssl'
ps aux | grep apache-ssl
exit
which pdwauth
locate pwdauth
locate
locate -i salt
cd /usr/sbin/
ls
cd ..
cd bin
ls
tail /var/log/frontview/error.log
cd /usr/bin
ls
ls -al | grep pwauth
ls -al | grep pwauth chmod 777
ls -al | grep pwauth
chmod 777 pwauth
ls -al | grep pwauth
tail /var/log/frontview/error.log
updatedb
which pdwauth
locate pwdauth
locate
locate -i salt
cd /usr/sbin/
ls
cd ..
cd bin
ls
tail /var/log/frontview/error.log
cd /usr/bin
ls
ls -al | grep pwauth
ls -al | grep pwauth chmod 777
ls -al | grep pwauth
chmod 777 pwauth
ls -al | grep pwauth
tail /var/log/frontview/error.log
updatedb
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
ps aux | grep apache
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
exit
pwauth
ls
./pwauth
.\pwauth
pwauth
pwauth asd
which pwauth
pwauth -v
exit
nano Auth.conf
ls
tail Virtual.conf
tail Shares.conf
nano httpd.conf
tail /var/log/frontview/access.log
tail /var/log/frontview/command.log
tail /var/log/frontview/status.log-new
tail /var/log/frontview/error.log
exit
ps aux | grep apache
tail /var/log/frontview/error.log
killall apache-ssl
ps aux | grep apache
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
ls
cd /etc/
ls
cd rc.local
cd cron.d
ls
cd ..
ls
cd apache2/
ls
cd ..
cd rc0.d
ls
cd ..
cd rc1.d
ls
cd ..
ls rc2.d
cd rc2.d
ls
cd S01readynas_startup
ls
cat S01readynas_startup
cd ..
ls rc3.ed
ls rc3.d
ls rc4.d
ls rc5.d
ls rc6.d
ls rc7.d
ls
cd /etc/frontview/
ls
cd apache/
ls
cat Auth.conf
cat Shares.conf
cat Shares.conf.1
nano Shares.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
nano Shares.conf
cat Shares.conf
cat Shares.conf.1
ls
cat Virtual.conf
nano httpd.conf
nano Virtual.conf
nano Virtual.conf
cat /etc/passwd
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
sudo /usr/bin/pwauth
cd /usr/bin/
ls -al | grep pwauth
setuid
setguid
apt-get install setguid
apt-get install setuid
apt-get install setid
setid
locat setid
locat setguid
locat setuid
version
man linux
man version
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
cd /etc/frontview/
ls
cd apache/
ls
nano httpd.conf
tail /var/log/frontview/error.log
nano httpd.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
nano httpd.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
nano httpd.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
tail /var/log/frontview/error.log
tail -50 /var/log/frontview/error.log
nano httpd.conf
ls
cat Shares
cat Auth.conf
echo $status" in sh: "echo $?
echo $status
echo $?
/usr/bin/pwdauth
/usr/bin/pwauth
cd /usr/b
cd /usr/bin/
chown root pwauth
chmod u+s pwauth
pwauth
ls -al |grep pwauth
pwauth
echo $?
tail /var/log/frontview/error.log
cat /etc/frontview/apache/httpd.conf
nano /etc/frontview/apache/httpd.conf
tail /var/log/frontview/error.log
ls
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
ls -al | grep pwauth
tail /var/log/frontview/error.log
cd /etc/frontview/
ls
cd apache/
ls
cat Shares.conf
nano Shares.conf.1
nano Shares.conf
nano httpd.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
nano httpd.conf
tail /var/log/frontview/error.log
tail -50 /var/log/frontview/error.log
nano httpd.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
tail /var/log/frontview/error.log
nano httpd.conf
nano httpd.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
nano httpd.conf
nano httpd.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
tail /var/log/frontview/error.log
nano httpd.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
nano httpd.conf
cd ..
ls
ls -al
cd wp-admin
ls
ls -al
cd includes
ls
ls -al
cd ..
ls
chmod 777 includes/
cd includes/
ls
ls -al
ls
cd ..
ls
cd ..
ls
cd ..
ls
ls
wget http://wordpress.org/wordpress-3.3.2.tar.gz
cd /c/blog/
ls
cd wp-admin
ls
cd ..
cd wp-content
ls
ls -al
cd upgrade/
ols
ls
ls -al
man ps
pos
ps
help ps
ps aux | grep apache2
cd ..
ls
ls -al
cd /etc/frontview/
ls
cd apache/
ls
nano httpd.conf
ls
apache-ssl -f /etc/frontview/apache/httpd.conf -k restart
sudo
sudo -u www-data apache-ssl -f /etc/frontview/apache/httpd.conf -k restart
sudo -u www-data | apache-ssl -f /etc/frontview/apache/httpd.conf -k restart
ps aux
ps aux | grep apache
apache-ssl -f /etc/frontview/apache/httpd.conf -k stop
ps aux | grep apache
sudo -u www-data | apache-ssl -f /etc/frontview/apache/httpd.conf -k restart
ps aux | grep apache
åexit
exit
cat Virtual.conf
man sudo
cd /etc/
ls
cat sudoers
nano sudoers
man sudoers
man sudo
man
help sudoers
man -k sudo
info sudo
help sudo
apt-get install man
apt-get install man-db
apt-get
apt-get -f install
apt-get install man-db
man sudo
man -k sudo
man sudo
man sudoers
info sudo
man
man locate
man 7 undocumented
man 7
man
asd
man
bash
exit
cd /frontview/ui/
ls
ls -al
cd ..
ls
ls -al
chmod ui 750
chmod /ui 750
chmod 750 ui/
ls -al
chmod 730 ui/
ls -al
chmod 710 ui/
ls -al
chmod 720 ui/
ls -al
chmod 740 ui/
ls -al
tail /var/log/frontview/error.log
cd ..
ls -al
cd frontview/
ls -al
ls -al
chmod 744 ui/
ls -al
tail /var/log/frontview/error.log
ls
cd ui
ls
ls -al
cd ..
ls
chmod 755 ui
tail /var/log/frontview/error.log
ls
cd ui
ls
chmod 744 resource/
tail /var/log/frontview/error.log
chmod 754 resource/
tail /var/log/frontview/error.log
chmod 755 resource/
tail /var/log/frontview/error.log
cd resource/
ls
chmod 755 html/
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
ls
cd html/
ls
cd /admin
cd addons/
ls
cd ..
find ./ -name admin
ls
cd shares/
ls
cd ..
cd volumes/
ls
cd ..
ls
.c d
cd ..
ls
cd ..
ls
cd ..
ls
cd ui
ks
ls
cd resource/
ls
cd html
ls
ls services/
ls security/
ls shares/
ls system/
ls volumes/
tail /var/log/frontview/error.log
cd ..
cd ..
c d..
cd ..
cd ..
chmod
chmod --help
chmod -R 755 frontview/
cd frontview/
ls
ls -al
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
ps
ps -aux
ps
man ps
killal apache-ssl
killall apache-ssl
ls
ps -aux
whoami
which apache-ssl
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf
ps -aux
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
cd
cat .bash_history
clear
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
nano Shares.conf
nano Shares.conf.1
cat Virtual.conf
cat Auth.conf
nano httpd.conf
cd ..
ls
cat account.conf
cd apache/
ls
cat Auth.conf
cd /usr/lib/apache2/modules/ps -aux
ps -aux
httpd -v
cd /usr/sbin/apache-ssl -v
/usr/sbin/apache-ssl -v
nano httpd.conf
cat Ports.conf
cat Virtual.conf
cat Shares.conf
cd addons/
ls
cat PHP5.conf
ls
cat 00_php5module.conf
httpd -l
which httpd
locate httpd
tail /var/log/frontview/error.log
cd /usr/bin/
öls
ls
l -al
ls -al
ls -al | grep pwauth
ps -aux
ps -aux | grep apache-ssl
ps -aux | grep 'apache-ssl'
ps aux | grep 'apache-ssl'
ps aux | grep apache-ssl
exit
which pdwauth
locate pwdauth
locate
locate -i salt
cd /usr/sbin/
ls
cd ..
cd bin
ls
tail /var/log/frontview/error.log
cd /usr/bin
ls
ls -al | grep pwauth
ls -al | grep pwauth chmod 777
ls -al | grep pwauth
chmod 777 pwauth
ls -al | grep pwauth
tail /var/log/frontview/error.log
updatedb
which pdwauth
locate pwdauth
locate
locate -i salt
cd /usr/sbin/
ls
cd ..
cd bin
ls
tail /var/log/frontview/error.log
cd /usr/bin
ls
ls -al | grep pwauth
ls -al | grep pwauth chmod 777
ls -al | grep pwauth
chmod 777 pwauth
ls -al | grep pwauth
tail /var/log/frontview/error.log
updatedb
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
ps aux | grep apache
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
exit
pwauth
ls
./pwauth
.\pwauth
pwauth
pwauth asd
which pwauth
pwauth -v
exit
nano Auth.conf
ls
tail Virtual.conf
tail Shares.conf
nano httpd.conf
tail /var/log/frontview/access.log
tail /var/log/frontview/command.log
tail /var/log/frontview/status.log-new
tail /var/log/frontview/error.log
exit
ps aux | grep apache
tail /var/log/frontview/error.log
killall apache-ssl
ps aux | grep apache
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
ls
cd /etc/
ls
cd rc.local
cd cron.d
ls
cd ..
ls
cd apache2/
ls
cd ..
cd rc0.d
ls
cd ..
cd rc1.d
ls
cd ..
ls rc2.d
cd rc2.d
ls
cd S01readynas_startup
ls
cat S01readynas_startup
cd ..
ls rc3.ed
ls rc3.d
ls rc4.d
ls rc5.d
ls rc6.d
ls rc7.d
ls
cd /etc/frontview/
ls
cd apache/
ls
cat Auth.conf
cat Shares.conf
cat Shares.conf.1
nano Shares.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
nano Shares.conf
cat Shares.conf
cat Shares.conf.1
ls
cat Virtual.conf
nano httpd.conf
nano Virtual.conf
nano Virtual.conf
cat /etc/passwd
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
sudo /usr/bin/pwauth
cd /usr/bin/
ls -al | grep pwauth
setuid
setguid
apt-get install setguid
apt-get install setuid
apt-get install setid
setid
locat setid
locat setguid
locat setuid
version
man linux
man version
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
cd /etc/frontview/
ls
cd apache/
ls
nano httpd.conf
tail /var/log/frontview/error.log
nano httpd.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
nano httpd.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
nano httpd.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
tail /var/log/frontview/error.log
tail -50 /var/log/frontview/error.log
nano httpd.conf
ls
cat Shares
cat Auth.conf
echo $status" in sh: "echo $?
echo $status
echo $?
/usr/bin/pwdauth
/usr/bin/pwauth
cd /usr/b
cd /usr/bin/
chown root pwauth
chmod u+s pwauth
pwauth
ls -al |grep pwauth
pwauth
echo $?
tail /var/log/frontview/error.log
cat /etc/frontview/apache/httpd.conf
nano /etc/frontview/apache/httpd.conf
tail /var/log/frontview/error.log
ls
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
ls -al | grep pwauth
tail /var/log/frontview/error.log
cd /etc/frontview/
ls
cd apache/
ls
cat Shares.conf
nano Shares.conf.1
nano Shares.conf
nano httpd.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
nano httpd.conf
tail /var/log/frontview/error.log
tail -50 /var/log/frontview/error.log
nano httpd.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
tail /var/log/frontview/error.log
nano httpd.conf
nano httpd.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
nano httpd.conf
nano httpd.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
tail /var/log/frontview/error.log
nano httpd.conf
/usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -t && /usr/sbin/apache-ssl -f /etc/frontview/apache/httpd.conf -k graceful
tail /var/log/frontview/error.log
tail /var/log/frontview/error.log
nano httpd.conf
Message 16 of 17
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-06-14
07:30 AM
2012-06-14
07:30 AM
Re: Unable to access frontview
Looks like you've done a lot of changes (e.g. changing /etc/frontview/apache/httpd.conf). An OS Re-install could be the way to go here then try to fix up any problems you find with things like WordPress.
Message 17 of 17