Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Can't see to find web-admin page
Can't see to find web-admin page
Hello.
I started to download the phpsysinfo-package but it didn't work. So i decided to delete it, but I most have deleted another thing because now I can't access the bubba.local/web-admin page. It says "the page cannot be displayed" .. and if I check the index.html it is not there. How can I do this right?
Please help. :>
I can acces the bubba.local -page but not the bubba.local/web-admin/ page..
I started to download the phpsysinfo-package but it didn't work. So i decided to delete it, but I most have deleted another thing because now I can't access the bubba.local/web-admin page. It says "the page cannot be displayed" .. and if I check the index.html it is not there. How can I do this right?
Please help. :>
I can acces the bubba.local -page but not the bubba.local/web-admin/ page..
-
- Posts: 56
- Joined: 22 Jan 2008, 06:06
Well, it doesn't actually live in /var/www/html/web-access, it is in /usr/share/web-admin/ and is aliased by the file /etc/apache2/conf.d/web-admin
Does this alias file exist?
It should contain:
Have you tried restarting Apache?
Does this alias file exist?
It should contain:
Code: Select all
<Directory "/usr/share/web-admin/">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
AddType application/x-httpd-cgi .cgi
Options ExecCGI
</Directory>
Hello and thank you for the reply.
In the file /usr/share/web-admin contains bubba.css bubba.css.dkpg-old
and in the file /etc/apache2/conf.d/web-admin doesn't excist.
If I type nano /usr/share/web-admin it doesn't contain nothing.
I mean, the file /etc/apache2/conf.d excist, but not the web-admin ..
I don't remember how you restart Apache.. It is someting like /etc/apache2 restart ..
Btw, Bubba's LED lights are just flashing and are not constant flashing.. I don't know what that means.. Hm.
In the file /var/www/html it is no file that is called web-access either.
"The requested URL /web-admin/index.php was not found on this server"
In the file /usr/share/web-admin contains bubba.css bubba.css.dkpg-old
and in the file /etc/apache2/conf.d/web-admin doesn't excist.
If I type nano /usr/share/web-admin it doesn't contain nothing.
I mean, the file /etc/apache2/conf.d excist, but not the web-admin ..
I don't remember how you restart Apache.. It is someting like /etc/apache2 restart ..
Btw, Bubba's LED lights are just flashing and are not constant flashing.. I don't know what that means.. Hm.
In the file /var/www/html it is no file that is called web-access either.
"The requested URL /web-admin/index.php was not found on this server"
davidb,
No worries, this is why we made it simple to reinstall, so yo never should need to be afraid to try.
Also, where did you manage to fit the CF card in Bubba?
If you mean USB-memory card, it should work. The internal red light (indicating disk activity should blink frequently while formatting the disk, this should give you a hint on if it's working.
No worries, this is why we made it simple to reinstall, so yo never should need to be afraid to try.

Also, where did you manage to fit the CF card in Bubba?

/Johannes (Excito co-founder a long time ago, but now I'm just Johannes)
johannes,
I AM really worried!
I did try this, with the USB-memory card of course. It's connected true a hub or something ,but today I am going to buy a memory stick. I perform the whole "shut down bubba, remove power.. hold in power button and then put in the power again.." That did I do yesterday in the evening and the LED was flashing. Now in the morning it is all the same! Now I don't have time or strength to do this again, so I am going to buy the a new usb-stick today.
The thing is, I can't see if the disk is formatting, the whole LED-flashing thing is blinking all the time and NEVER stop. Now it has flashed for 8 hours or so.
I AM really worried!
I did try this, with the USB-memory card of course. It's connected true a hub or something ,but today I am going to buy a memory stick. I perform the whole "shut down bubba, remove power.. hold in power button and then put in the power again.." That did I do yesterday in the evening and the LED was flashing. Now in the morning it is all the same! Now I don't have time or strength to do this again, so I am going to buy the a new usb-stick today.
The thing is, I can't see if the disk is formatting, the whole LED-flashing thing is blinking all the time and NEVER stop. Now it has flashed for 8 hours or so.

Hi,
the flashing light can just mean the led activaton and deactivation did not run yet. I upgrade to Etch and thought everything went wrong, but the package for the led had not yet been installed
Check if you can access the bubba using ssh.
You should be able to stop the blinking by
the flashing light can just mean the led activaton and deactivation did not run yet. I upgrade to Etch and thought everything went wrong, but the package for the led had not yet been installed

Check if you can access the bubba using ssh.
You should be able to stop the blinking by
Code: Select all
/etc/init.d/led_off
I can't access the web-admin after I upgraded to apache 2.2.6 and php4.4.4
Hm.. The funny thing is that the file /usr/share/web-admin exists and I can use ssh and so on.. But I can't reach into web-admin.
In the file /etc/apache2/conf.d/web-admin the file exist
Alias /web-admin "/usr/share/web-admin/"
<Directory "/usr/share/web-admin/">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
AddType application/x-httpd-cgi .cgi
Options ExecCGI
</Directory>
But not in the /usr/share/web-admin .. Strange.
Hm.. The funny thing is that the file /usr/share/web-admin exists and I can use ssh and so on.. But I can't reach into web-admin.
In the file /etc/apache2/conf.d/web-admin the file exist
Alias /web-admin "/usr/share/web-admin/"
<Directory "/usr/share/web-admin/">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
AddType application/x-httpd-cgi .cgi
Options ExecCGI
</Directory>
But not in the /usr/share/web-admin .. Strange.